Changelog for
osmo-msc-1.3.1.22-lp151.1.1.x86_64.rpm :
* Mon Feb 18 2019 mardnhAATTgmx.de- Update to version 1.3.1.22:
* a_iface: Fix hexdumping of N-DATA.req
* a_iface: use \'const\' qualifier for ran_conn whenever possible
* a_iface: Centralize/wrap BSSAP / N-DATA transmission
* Fri Feb 15 2019 mardnhAATTgmx.de- Update to version 1.3.1.19:
* transaction.h: use #pragma once as include guard
* transaction: fix description of trans_assign_trans_id()
* transaction: clarify magic 0xff transaction ID
* transaction: drop meaningless ti_flag of trans_assign_trans_id()
* Thu Feb 14 2019 mardnhAATTgmx.de- Update to version 1.3.1.15:
* libmsc/osmo_msc.c: move connection ref-counting code to \'ran_conn.c\'
* Wed Feb 13 2019 mardnhAATTgmx.de- Update to version 1.3.1.14:
* libmsc/gsm_04_80.c: add msc_send_ussd_release_complete_cause()
* libmsc/gsm_04_80.c: use gsm0480_create_release_complete()
* Tue Feb 12 2019 mardnhAATTgmx.de- Update to version 1.3.1.12:
* a_iface: Include CSFB Indication into BSSMAP CLEAR COMMAND
* Wed Feb 06 2019 mardnhAATTgmx.de- Update to version 1.3.1.11:
* configure.ac: Check for libsctp
* debian: depend on libsctp-dev
* Tue Feb 05 2019 mardnhAATTgmx.de- Update to version 1.3.1.9:
* VLR tests: use msgb_eq_data_print() for comparison
* Add SGs Interface
* Fri Feb 01 2019 mardnhAATTgmx.de- Update to version 1.3.1.7:
* libmsc/gsm_04_11.c: introduce and use gsm411_assign_sm_rp_mr()
* libmsc/gsm_04_11.c: also assign SM-RP-MR to MO transactions
* transaction: change arguments of trans_find_by_sm_rp_mr()
* Sat Jan 26 2019 mardnhAATTgmx.de- Update to version 1.3.1.4:
* libmsc/ran_conn.c: cosmetic: use tabs instead of N
* 8 spaces
* transaction.c: cosmetic: use \'default\' branch in trans_free()
* Thu Jan 24 2019 mardnhAATTgmx.de- Update to version 1.3.1.2:
* Various logging fixes
* Handle LCLS-NOTIFICATION message from BSS
* Tue Jan 22 2019 mardnhAATTgmx.de- Update to version 1.3.1.0:
* Bump version: 1.3.0 → 1.3.1
* Tue Jan 22 2019 mardnhAATTgmx.de- Update to version 1.3.0.1:
* fix build: apply msgb_wrap_with_TL() rename
* Mon Jan 21 2019 mardnhAATTgmx.de- Update to version 1.3.0.0:
* Bump version: 1.2.0.199-45df98-dirty → 1.3.0
* Fri Jan 18 2019 mardnhAATTgmx.de- Update to version 1.2.0.199:
* vty: make \'sh connect/transact\' readable again
* Thu Jan 17 2019 mardnhAATTgmx.de- Update to version 1.2.0.198:
* Cosmetic: Fix spelling in smpp vty
* Make alert notifications vty configurable per ESME
* SMS: remove code duplication in transaction init
* Wed Jan 16 2019 mardnhAATTgmx.de- Update to version 1.2.0.195:
* MNCC: use explicit struct type in gsm_call
* Enable SMS-related log in VLR tests
* VLR: send CHECK-IMEI to EIR/HLR
* Mon Jan 14 2019 mardnhAATTgmx.de- Update to version 1.2.0.192:
* Fix trans_has_conn() doxygen description
* Sat Jan 12 2019 mardnhAATTgmx.de- Update to version 1.2.0.191:
* gsm_04_08: Fix nullpointer deref
* gsm_04_08_cc.c: drop non-sensible error message
* msc_vlr_tests: tweak logging in verbose mode
* err log: fully log MS supported A5 algos on mismatch
* tweak fsm_msc_mgcp FSM and FI name
* mm_rx_id_resp(): use osmo_mi_name()
* refactor log ctx for vlr_subscr and ran_conn
* rx CM Service Req: reject double use sooner
* add LOG_RAN_CONN() to use the conn->fi->id for context
* use osmo_lu_type_name() from libosmocore
* libmsc/gsm_04_11.c: accept MT SMS messages over GSUP
* Fri Jan 11 2019 mardnhAATTgmx.de- Update to version 1.2.0.180:
* Use explicit protocol discriminator for NC SS/USSD session
* Wed Jan 09 2019 mardnhAATTgmx.de- Update to version 1.2.0.179:
* VLR: vlr_subscr_{,msisdn_or_}name: const vsub arg
* vlr_core.h: remove duplicate declarations
* msc_vty.c: make check-imei-rqd configurable
* Cosmetic: msc_vty: remove redundant \"0 =\", \"1 =\"
* Tue Jan 08 2019 mardnhAATTgmx.de- Update to version 1.2.0.175:
* use mgcp-client configured endpoint domain name
* Fri Jan 04 2019 mardnhAATTgmx.de- Update to version 1.2.0.174:
* use osmo_rat_type from libosmocore
* vty cfg: move \'ipa-name\' from \'msc\' to \'hlr\' section
* vlr: auth_fsm: make sure vsub->auth_fsm = NULL when it terminates
* abort assignment on Assignment Failure
* fix: incoming call during ongoing call
* move trans->assignment_done to cc.assignment_started
* remove code dup: add msc_mgcp_try_call_assignment()
* Constify transaction helpers parameters
* fix vlr ops.subscr_assoc re-association
* Thu Jan 03 2019 mardnhAATTgmx.de- Update to version 1.2.0.165:
* release RTP stream only for matching CC transaction
* cosmetics in msc_mgcp_call_release()
* libmsc/gsm_04_11.c: forward MO SMS messages over GSUP
* libmsc/VTY: introduce kill-switch for routing SMS over GSUP
* Sun Dec 23 2018 mardnhAATTgmx.de- Update to version 1.2.0.161:
* MNCC: use log wrapper for call processing
* Fri Dec 21 2018 mardnhAATTgmx.de- Update to version 1.2.0.160:
* use vty->type instead of local variable
* Thu Dec 20 2018 mardnhAATTgmx.de- Update to version 1.2.0.159:
* fix test_nodes.vty after libosmo-mgcp-client vty changes
* Wed Dec 19 2018 mardnhAATTgmx.de- Update to version 1.2.0.158:
* mgcp log tweak: say RAN, not BTS, like surrounding logging
* fix msc_mgcp_fsm_evt_names: two missing events
* msc_vty: also show IMEI and IMEISV
* Remove redundancy in LAC processing
* msc_vty: display current RAN type
* msc_vty: display subscriber flags
* Tue Dec 18 2018 mardnhAATTgmx.de- Update to version 1.2.0.152:
* vty: show subscriber: put() before printing the use count
* VLR: drop unused struct members
* Use proper type for tch_rtp_connect() parameter
* VLR tests: avoid leaking LAC access details
* VLR tests: add logging macro with explicit value description
* Mon Dec 17 2018 mardnhAATTgmx.de- Update to version 1.2.0.147:
* CC: log more details about unhandled message/state
* cosmetic: drop unused variable
* comment: vlr: put the \'balancing\' comment closer to the put()
* vlr_lu_fsm: drop unused out_state INIT -> WAIT_IMEI
* tweak comment to indicate sub_pres_vlr fsm as dead code
* log: by default start with all categories on LOGL_NOTICE
* cosmetic: drop duplicated #include
* Thu Dec 13 2018 mardnhAATTgmx.de- Update to version 1.2.0.140:
* require \'ipa-name\' option to be set via config file
* Tue Dec 11 2018 mardnhAATTgmx.de- Update to version 1.2.0.139:
* Revert \"move ASS-COMPL MGCP handling out of a_iface_bssap.c\"
* provide software version information to gsup peer
* make gsup ipa name configurable in osmo-msc.cfg
* LU: do not always invoke sub_pres_vlr_fsm_start()
* detach cancelled subscribers from VLR
* drop gsm48 RR ciph mode compl from permitted initial messages
* move ASS-COMPL MGCP handling out of a_iface_bssap.c
* Mon Dec 10 2018 mardnhAATTgmx.de- Update to version 1.2.0.132:
* ASS-COMPL: do not fire Sec Mode Compl event
* Thu Dec 06 2018 mardnhAATTgmx.de- Update to version 1.2.0.131:
* contrib: fix makedistcheck with disabled systemd
* Wed Dec 05 2018 mardnhAATTgmx.de- Update to version 1.2.0.130:
* add VTY commands: mncc internal / external (== -M)
* vty: mncc cfg: separate the \'mncc\' from \'mncc-guard-timeout\'
* msc_main: mncc: move mncc socket decision to after read_cfg
* cosmetic: msc_main.c: default args definition style
* add test_nodes.vty transcript test
* make: prepare for adding transcript tests
* python tests: use py shebang instead of $(PYTHON)
* gsm_subscriber: make function msc_paging_request() static
* contrib/jenkins.sh: build and publish manuals
* Tue Dec 04 2018 mardnhAATTgmx.de- Update to version 1.2.0.121:
* Fix DISTCHECK_CONFIGURE_FLAGS override
* Sat Dec 01 2018 mardnhAATTgmx.de- Update to version 1.2.0.120:
* move gsm_cbfn to gsm_subscriber.h, the only user
* drop cruft from gsm_subscriber.h
* GSM_EXTENSION_LENGTH -> VLR_MSISDN_LENGTH
* move gsm_auth_tuple to vlr.h as vlr_auth_tuple
* cosmetic: drop some unused opaque struct defs
* combine several small .h in msc_common.h
* move ran_conn declarations to new ran_conn.h
* move subscr_conn.c to ran_conn.c
* rename some RAN conn related stuff to ran_conn_
*
* rename gsm_subscriber_connection to ran_conn
* drop msc_compl_l3() return value
* rename gsm_encr to geran_encr, it is only applicable on GERAN
* populate gsm_subscriber_connection->encr during Ciph
* adjust copyright in subscr_conn.c
* cosmetic: subscr_conn_fsm_auth_ciph() should be static
* drop unused tests/db/
*
* drop unused gsm0408_allow_everyone() declaration
* drop unused SUBSCR_CONN_E_INVALID
* drop unused openbscdefines.h
* Fri Nov 30 2018 mardnhAATTgmx.de- Update to version 1.2.0.101:
* libmsc/gsm_04_11.c: fix: always use SAPI 3 for MT SMS
* drop unused gsm_network->handover.active
* drop unused gsm_subscr_conn->mncc_rtp_bridge
* Thu Nov 29 2018 mardnhAATTgmx.de- Update to version 1.2.0.98:
* libmsc/gsm_04_11.c: refactor MT SMS message handling
* libmsc/transaction: introduce trans_find_by_sm_rp_mr()
* Wed Nov 28 2018 mardnhAATTgmx.de- Update to version 1.2.0.96:
* libmsc/gsm_09_11.c: drop redundant assertion of stored msgb
* Tue Nov 27 2018 mardnhAATTgmx.de- Update to version 1.2.0.95:
* build manuals moved here from osmo-gsm-manuals.git
* msc: update vty reference
* OsmoBSC/HLR/MSC: Fix default config file name
* add SGs / CSFB related dot + msc files
* vty-ref: Update URI of docbook 5.0 schema
* OsmoMSC: update VTY reference
* share chapters/gsup.adoc from OsmoSGSN to OsmoMSC + OsmoHLR
* OsmoMSC: add rate counter documentation
* refactor Makefile build rules, don\'t use the FORCE
* add OsmoHLR manual, OsmoHLR VTY reference
* add OsmoMSC manual
* libmsc/transaction.c: cosmetic: fix typo
* libmsc/gsm_04_11.c: refactor RP-DATA header validation
* libmsc/gsm_04_11.c: don\'t pass msgb to gsm411_rx_rp_{ack|error}
* Fri Nov 23 2018 mardnhAATTgmx.de- Update to version 1.2.0.79:
* osmo_msc: remove unused parameter from msc_dtap()
* Thu Nov 22 2018 mardnhAATTgmx.de- Update to version 1.2.0.78:
* msc_vlr_tests.c: drop duplicating DMM category definition
* Wed Nov 21 2018 mardnhAATTgmx.de- Update to version 1.2.0.77:
* msc/gsm_04_11.h: use forward-declaration for _gsm411_sms_trans_free()
* msc/gsm_04_11.h: drop unused sms_next_rp_msg_ref()
* libmsc/db.c: cosmetic: mark missing breaks in switch as intended
* Tue Nov 20 2018 mardnhAATTgmx.de- Update to version 1.2.0.74:
* Use libosmocore to function to parse cipher mode reject cause
* Use BSSAP-specific TLV parser from libosmocore
* msc: vty: Fix integer printf formatting
* Mon Nov 19 2018 mardnhAATTgmx.de- Update to version 1.2.0.71:
* Fix build with latest libosmocore
* libmsc: Don\'t send SMS STATUS REPORT locally if the ESME accepted it.
* Sun Nov 18 2018 mardnhAATTgmx.de- Update to version 1.2.0.69:
* msc_vlr_tests: tweak conn_exists()
* Fri Nov 16 2018 mardnhAATTgmx.de- Update to version 1.2.0.68:
* vlr: drop unused is_ps parameter in vlr_subscr_req_lu()
* Tue Nov 13 2018 mardnhAATTgmx.de- Update to version 1.2.0.67:
* vty: add command to show all known BSC
* Thu Nov 08 2018 mardnhAATTgmx.de- Update to version 1.2.0.66:
* cosmetic: remove forgotten debug printf
* Sat Nov 03 2018 mardnhAATTgmx.de- Update to version 1.2.0.65:
* Add counters for BSSMAP cipher mode messages
* Properly parse cause in cipher mode reject
* Thu Nov 01 2018 mardnhAATTgmx.de- Update to version 1.2.0.63:
* lu_fsm: result cb: use proper cause type (warning/coverity)
* Wed Oct 24 2018 mardnhAATTgmx.de- Update to version 1.2.0.62:
* gsm_04_08_cc: Add global guard timer for MNCC
* Sun Oct 21 2018 mardnhAATTgmx.de- Update to version 1.2.0.61:
* gsm0407_is_duplicate(): Handle error ret of gsm0407_pdisc_ctr_bin()
* Mon Oct 08 2018 mardnhAATTgmx.de- Update to version 1.2.0.60:
* msc_mgcp: move mncc struct initalization to where its actually needed
* Sat Oct 06 2018 mardnhAATTgmx.de- Update to version 1.2.0.59:
* GSUP client: send CN domain IE on LU request
* Sat Sep 29 2018 mardnhAATTgmx.de- Update to version 1.2.0.58:
* fix a use-after-free in msc_mgcp.c:_handle_error()
* Fri Sep 28 2018 mardnhAATTgmx.de- Update to version 1.2.0.57:
* mncc: fix byte ordering of IP-Address in mncc
* vty: add SCCP related vty commands
* Wed Sep 19 2018 mardnhAATTgmx.de- Update to version 1.2.0.55:
* fix Classmark Update without VLR subscriber
* Mon Sep 17 2018 mardnhAATTgmx.de- Update to version 1.2.0.54:
* A5/n Ciph: request Classmark Update if missing
* msc_vlr_tests: cosmetically tweak perm algo printing
* store classmark in vlr_subscr, not conn
* Thu Sep 13 2018 mardnhAATTgmx.de- Update to version 1.2.0.51:
* Install sample cfg file to /etc/osmocom
* Install systemd services with autotools
* Thu Aug 23 2018 mardnhAATTgmx.de- Update to version 1.2.0.49:
* cosmetic: mute \"COMPLETE_LAYER_3 not permitted\"
* Tue Aug 21 2018 mardnhAATTgmx.de- Update to version 1.2.0.48:
* use __FILE__, not __BASE_FILE__
* Fri Aug 17 2018 mardnhAATTgmx.de- Update to version 1.2.0.47:
* msc: Set talloc ctx for osmo_signal structures
* Tue Aug 14 2018 mardnhAATTgmx.de- Update to version 1.2.0.46:
* osmo-msc: track the use of talloc NULL memory contexts
* osmo-msc: free the VTY talloc context on exit
* osmo-msc: Improve shutdown due to signal and print talloc report on exit
* Sat Aug 11 2018 mardnhAATTgmx.de- Update to version 1.2.0.43:
* libmsc/mncc_sock.c: Add lchan_type_offset in queue_hello()
* Thu Aug 09 2018 mardnhAATTgmx.de- Update to version 1.2.0.42:
* doc: update mgw settings in example config file
* Tue Aug 07 2018 mardnhAATTgmx.de- Update to version 1.2.0.41:
* mgcp: use codec information returned with ASSIGNMENT COMPL.
* Sun Aug 05 2018 mardnhAATTgmx.de- Update to version 1.2.0.40:
* RRLP: print log when sending a position request
* RRLP: migrate and share mode definitions from msc_vty.c
* RRLP: fix: actually init the RRLP signal handlers
* RRLP: properly name the init function
* Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlr
* libmsc/gsm_09_11.c: clean up the local GSM 04.80 API
* libmsc/rrlp.c: add missing include
* msc/rrlp.h: use #pragma once include guard
* msc/signal.h: use #pragma once include guard
* Tue Jul 31 2018 mardnhAATTgmx.de- Update to version 1.2.0.31:
* migrate to oap_client in libosmogsm
* Mon Jul 30 2018 mardnhAATTgmx.de- Update to version 1.2.0.30:
* libmsc/gsm_09_11.c: introduce counter for active sessions
* libmsc/gsm_09_11.c: introduce rate counters for NC_SS sessions
* libmsc/gsm_09_11.c: properly handle MS-initiated release
* libmsc/gsm_09_11.c: implement network-initiated sessions
* libmsc/gsm_09_11.c: forward SS/USSD messages to HLR over GSUP
* Sun Jul 29 2018 mardnhAATTgmx.de- Update to version 1.2.0.25:
* libvlr/vlr.c: forward unhandled GSUP messages towards MSC
* msc_vlr_tests: don\'t abuse USSD-request to conclude connections
* Fri Jul 27 2018 mardnhAATTgmx.de- Update to version 1.2.0.23:
* cosmetic: typos in log and comment
* Iu MGCP: no need to loopback on the cn side
* vlr_access_req_fsm.c: use osmo_strlcpy and avoid compiler error
* Wed Jul 25 2018 mardnhAATTgmx.de- Update to version 1.2.0.20:
* libmsc: move L3 call-control to separate C file (gsm_04_08_cc.c)
* git-version-gen: Don\'t check for .git directory
* Sat Jul 07 2018 mardnhAATTgmx.de- Update to version 1.2.0.18:
* configure.ac: drop unused dependencies
* Mon Jun 25 2018 mardnhAATTgmx.de- Update to version 1.2.0.17:
* VLR: reject overlong IMSIs in ID RESP messages
* Thu Jun 21 2018 mardnhAATTgmx.de- Update to version 1.2.0.16:
* jenkins.sh: Use --enable-werror only when iu support is disabled
* Mon Jun 18 2018 mardnhAATTgmx.de- Update to version 1.2.0.15:
* .gitignore: ignore src/libgsupclient/gsup_test_client
* Fri Jun 15 2018 mardnhAATTgmx.de- Update to version 1.2.0.14:
* msc_main: Fix typo in description of version param
* Thu Jun 14 2018 mardnhAATTgmx.de- Update to version 1.2.0.13:
* libmsc/gsm_04_80.c: make the API abstract from ss_request struct
* libmsc/gsm_09_11.c: properly indicate transaction errors
* libmsc/gsm_04_08.c: expose gsm48_tx_simple()
* Use proper naming for GSM TS 09.11 implementation
* Sun Jun 10 2018 mardnhAATTgmx.de- Update to version 1.2.0.9:
* libmsc/ussd.c: use connection ref-counting and transactions
* libmsc: properly name the MSC_CONN_USE token for SS
* libmsc/ussd.c: FIX: properly indicate errors
* Tue May 29 2018 mardnhAATTgmx.de- Update to version 1.2.0.6:
* mgcp: do not start connections in loopback mode
* mgcp: hack to keep IuUP working
* Wed May 23 2018 mardnhAATTgmx.de- Update to version 1.2.0.4:
* implement periodic Location Update expiry in the VLR
* Fri May 18 2018 mardnhAATTgmx.de- Update to version 1.2.0.3:
* a_reset: cleanup + remove dead code
* remove redundant unconditional PKG_CHECK_MODULES for libsmpp
* Wed May 16 2018 mardnhAATTgmx.de- Update to version 1.2.0.1:
* vlr_access_req_fsm: use correct cause codes
* Thu May 03 2018 mardnhAATTgmx.de- Update to version 1.2.0.0:
* Bump version: 1.1.2.269-86f21-dirty → 1.2.0
* Tue Apr 24 2018 mardnhAATTgmx.de- Update to version 1.1.2.269:
* Remove unused GSM_PAGING_OOM
* setup_trig_pag_evt: Remove uneeded default case in switch statement
* setup_trig_pag_evt: Always log correct paging failure case
* setup_trig_pag_evt: Fix heap-use-after-free
* Tue Apr 17 2018 mardnhAATTgmx.de- Update to version 1.1.2.265:
* tests/msc_vlr: fix expected SS message names
* smpp_smsc_conf: Fix heap-use-after-free
* Mon Apr 16 2018 mardnhAATTgmx.de- Update to version 1.1.2.263:
* cosmetic: use enum ranap_nsap_addr_enc instead of int
* Sat Apr 14 2018 mardnhAATTgmx.de- Update to version 1.1.2.262:
* smpp: Unset esme->acl on socket close
* sms_queue: fix use-after-free on \'pending\'
* Thu Apr 12 2018 mardnhAATTgmx.de- Update to version 1.1.2.260:
* CC: intentionally release T308 on BSSMAP Clear Request from BSC
* refactor subscr_conn and subscr_conn_fsm de-/alloc
* properly receive BSSMAP Clear Complete and Iu Release Complete
* fix BSC Clear Request
* cosmetic: embed compl_l3_type in FSM id
* libmsc/ussd: don\'t overwrite rc if decoding failed
* refactor VLR FSM result handling
* msc conn ref counts: log human readable list of conn owners
* Wed Apr 11 2018 mardnhAATTgmx.de- Update to version 1.1.2.252:
* msc_mgcp.c: log endpoint name instead of pointer
* msc_mgcp: do not send wildcarded DLCX messages
* Tue Apr 10 2018 mardnhAATTgmx.de- Update to version 1.1.2.250:
* ussd.h: cosmetic: remove useless comment
* ussd.h: cosmetic: use \'#pragma once\' include guard
* libmsc/gsm_04_80.c: drop unused \'in_msg\' argument
* libmsc/ussd.c: cosmetic: correct log level and message
* trans_free: drop bad assertion
* msc_vlr_test_call: reproduce OS#3062
* Mon Apr 09 2018 mardnhAATTgmx.de- Update to version 1.1.2.244:
* DTAP: Ensure proper DLCI is used in MSC-originated DTAP
* Permit any Sender MSISDN when sending SMS from VTY
* Mon Apr 09 2018 mardnhAATTgmx.de- Build with --enable-iu
* Sat Apr 07 2018 mardnhAATTgmx.de- Update to version 1.1.2.242:
* msc_mgcp.c: Fix several wrong ptr printf fmt
* BSSAP: Return error code if COMPL L3 with no or too short L3 payload
* a_iface_bssap: Treat inbound RESET as implicit RESET ACK
* a_iface: If L3/DTAP returns error in COMPL L3, close SCCP connection
* cosmetic: remove unused variable
* cosmetic: gsm_04_08.c: drop unused struct gsm_lai
* trans_free: tear down conn when last transaction is done
* dissolve libcommon,libcommon-cs: clean up vty definitions
* cosmetic: msc_vty.c: use static gsmnet instead of gsmnet_from_vty()
* dissolve libcommon: drop unused bsc_version.c
* dissolve libcommon: drop debug.c
* dissolve libcommon: move talloc ctx into msc_main.c, drop talloc_ctx.c
* dissolve libcommon: drop gsm_subscriber_base.c, move vlr_subscr_
* to vlr.c
* dissolve libcommon: drop gsm_data.c, move code to libmsc
* rename libcommon to libgsupclient
* dissolve libcommon-cs: mv a_reset.c to libmsc
* dissolve libcommon-cs: move gsm_network_init() to libmsc
* dissolve libcommon-cs: move gsm48_
* code to libmsc, drop sms_next_rp_msg_ref()
* remove empty libcommon-cs
* contrib: osmo-msc.service: Depend on osmo-mgw.service
* gsup_test_client: gsupc_read_cb: fix uninitialized value \'io\'
* use osmo_init_logging2() with proper talloc ctx
* drop some dead definitions (gsm_data.h, gsup_client.c)
* test_reject_concurrency: missing assert
* cosmetic: rx_bssmap: read message type once into local var
* cosmetic: rename gsm_subscriber_connection->conn_fsm to ->fi
* cosmetic: rename subscr_conn_from to complete_layer3_type
* subscr_conn: store complete_layer3_type in conn, not FSM event arg
* unify allocation of gsm_subscriber_connection
* Fri Mar 16 2018 mardnhAATTgmx.de- Update to version 1.1.2.213:
* msc_mgcp: to not access higher layers after release
* Thu Mar 15 2018 mardnhAATTgmx.de- Update to version 1.1.2.212:
* mgcp: be sure that pending mgcp transactions are canceled before free
* trans_free: safeguard against a still running CC timer on free
* msc_mgcp: use more conceise error msg on truncation
* mcgp: let the MGW allocate the MGCP endpoint
* use libosmocom to parse cell identifier in bssmap_rx_l3_compl()
* cosmetic: remove disabled (debug) code gsm_04_08.c
* cosmetic: vlr_auth: log decision to send UMTS or GSM AKA challenge
* cosmetic: msc_vlr_tests: enable CC logging in debug
* cosmetic: rename conn_fsm \"bump\" event to \"release_when_unused\"
* msc_vlr_tests: add CC Release test and test to catch OS#2779
* Sun Feb 18 2018 mardnhAATTgmx.de- Build with --enable-iu
* Wed Feb 14 2018 mardnhAATTgmx.de- Update to new upstream snapshot 1.1.2.158
* Sat Feb 10 2018 mardnhAATTgmx.de- Show testsuite.log when tests are failing
* Sat Feb 10 2018 mardnhAATTgmx.de- Update to new upstream snapshot 1.1.2.145
* Thu Jan 25 2018 mardnhAATTgmx.de- Update to new upstream snapshot 1.1.2.105- Remove patch:
* osmo-msc-fix-includes.patch (fixed upstream)
* Wed Jan 24 2018 mardnhAATTgmx.de- Update to new upstream snapshot 1.1.2.84
* Fri Dec 29 2017 mardnhAATTgmx.de- Update Patch:
* osmo-msc-fix-includes.patch (more include fixes)
* Fri Dec 29 2017 jengelhAATTinai.de- %service_
* already takes care of restart/removal
* Thu Dec 28 2017 mardnhAATTgmx.de- Initial package, version 1.1.2