aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-11-13vty: add command to show all known BSCMax1-0/+17
2018-11-08cosmetic: remove forgotten debug printfPhilipp Maier1-1/+0
2018-11-02Add counters for BSSMAP cipher mode messagesMax1-0/+6
2018-11-02Properly parse cause in cipher mode rejectMax1-5/+6
2018-10-30lu_fsm: result cb: use proper cause type (warning/coverity)Neels Hofmeyr1-2/+2
2018-10-24gsm_04_08_cc: Add global guard timer for MNCCPhilipp Maier3-0/+62
2018-10-21gsm0407_is_duplicate(): Handle error ret of gsm0407_pdisc_ctr_bin()Harald Welte1-1/+2
2018-10-08msc_mgcp: move mncc struct initalization to where its actually neededPhilipp Maier1-9/+11
2018-09-30GSUP client: send CN domain IE on LU requestNeels Hofmeyr1-0/+1
2018-09-28fix a use-after-free in msc_mgcp.c:_handle_error()Stefan Sperling1-10/+10
2018-09-28mncc: fix byte ordering of IP-Address in mnccPhilipp Maier1-1/+1
2018-09-27vty: add SCCP related vty commandsNeels Hofmeyr1-0/+1
2018-09-18fix Classmark Update without VLR subscriberNeels Hofmeyr2-1/+27
2018-09-17A5/n Ciph: request Classmark Update if missingNeels Hofmeyr4-47/+175
2018-09-17store classmark in vlr_subscr, not connNeels Hofmeyr2-59/+72
2018-08-23cosmetic: mute "COMPLETE_LAYER_3 not permitted"Neels Hofmeyr1-1/+8
2018-08-17msc: Set talloc ctx for osmo_signal structuresPau Espin Pedrol1-0/+1
2018-08-14osmo-msc: track the use of talloc NULL memory contextsVadim Yanitskiy1-0/+3
2018-08-14osmo-msc: free the VTY talloc context on exitVadim Yanitskiy1-0/+3
2018-08-13osmo-msc: Improve shutdown due to signal and print talloc report on exitPau Espin Pedrol1-5/+26
2018-08-10libmsc/mncc_sock.c: Add lchan_type_offset in queue_hello()Keith1-0/+1
2018-08-07mgcp: use codec information returned with ASSIGNMENT COMPL.Philipp Maier3-14/+73
2018-08-05RRLP: print log when sending a position requestVadim Yanitskiy1-0/+4
2018-08-05RRLP: migrate and share mode definitions from msc_vty.cVadim Yanitskiy2-20/+23
2018-08-05RRLP: fix: actually init the RRLP signal handlersVadim Yanitskiy1-0/+3
2018-08-05RRLP: properly name the init functionVadim Yanitskiy1-1/+1
2018-08-05Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlrHarald Welte9-719/+15
2018-08-05libmsc/gsm_09_11.c: clean up the local GSM 04.80 APIVadim Yanitskiy2-139/+11
2018-08-04libmsc/rrlp.c: add missing includeVadim Yanitskiy1-1/+1
2018-07-31migrate to oap_client in libosmogsmHarald Welte3-287/+6
2018-07-30libmsc/gsm_09_11.c: introduce counter for active sessionsVadim Yanitskiy2-0/+10
2018-07-30libmsc/gsm_09_11.c: introduce rate counters for NC_SS sessionsVadim Yanitskiy2-0/+30
2018-07-30libmsc/gsm_09_11.c: properly handle MS-initiated releaseVadim Yanitskiy1-2/+5
2018-07-30libmsc/gsm_09_11.c: implement network-initiated sessionsVadim Yanitskiy2-4/+170
2018-07-30libmsc/gsm_09_11.c: forward SS/USSD messages to HLR over GSUPVadim Yanitskiy2-54/+199
2018-07-29libvlr/vlr.c: forward unhandled GSUP messages towards MSCVadim Yanitskiy2-4/+16
2018-07-26cosmetic: typos in log and commentNeels Hofmeyr1-6/+6
2018-07-26Iu MGCP: no need to loopback on the cn sideNeels Hofmeyr1-8/+0
2018-07-26vlr_access_req_fsm.c: use osmo_strlcpy and avoid compiler errorNeels Hofmeyr1-2/+1
2018-07-25libmsc: move L3 call-control to separate C file (gsm_04_08_cc.c)Harald Welte3-2066/+2141
2018-06-25VLR: reject overlong IMSIs in ID RESP messagesStefan Sperling1-2/+13
2018-06-15msc_main: Fix typo in description of version paramPau Espin Pedrol1-1/+1
2018-06-12libmsc/gsm_04_80.c: make the API abstract from ss_request structVadim Yanitskiy2-23/+72
2018-06-12libmsc/gsm_09_11.c: properly indicate transaction errorsVadim Yanitskiy1-5/+6
2018-06-12libmsc/gsm_04_08.c: expose gsm48_tx_simple()Vadim Yanitskiy1-4/+8
2018-06-12Use proper naming for GSM TS 09.11 implementationVadim Yanitskiy3-9/+10
2018-06-10libmsc/ussd.c: use connection ref-counting and transactionsVadim Yanitskiy2-8/+64
2018-06-10libmsc: properly name the MSC_CONN_USE token for SSVadim Yanitskiy1-1/+1
2018-06-08libmsc/ussd.c: FIX: properly indicate errorsVadim Yanitskiy2-7/+36
2018-05-29mgcp: hack to keep IuUP workingPhilipp Maier1-0/+40