aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
2018-10-08msc_mgcp: move mncc struct initalization to where its actually neededPhilipp Maier1-9/+11
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-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-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: properly name the init functionVadim Yanitskiy1-1/+1
2018-08-05Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlrHarald Welte2-3/+4
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-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 Yanitskiy1-0/+13
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-25libmsc: move L3 call-control to separate C file (gsm_04_08_cc.c)Harald Welte3-2066/+2141
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
2018-05-29mgcp: do not start connections in loopback modePhilipp Maier1-2/+2
2018-05-23implement periodic Location Update expiry in the VLRStefan Sperling1-0/+15
2018-05-17a_reset: cleanup + remove dead codePhilipp Maier3-121/+54
2018-04-24setup_trig_pag_evt: Fix heap-use-after-freePau Espin Pedrol1-1/+1
2018-04-24setup_trig_pag_evt: Always log correct paging failure casePau Espin Pedrol1-2/+3
2018-04-24setup_trig_pag_evt: Remove uneeded default case in switch statementPau Espin Pedrol1-4/+2
2018-04-24Remove unused GSM_PAGING_OOMPau Espin Pedrol3-4/+0
2018-04-17smpp_smsc_conf: Fix heap-use-after-freepespin/fix-smsc-use-after-freePau Espin Pedrol1-1/+6
2018-04-16cosmetic: use enum ranap_nsap_addr_enc instead of intNeels Hofmeyr1-1/+9
2018-04-14sms_queue: fix use-after-free on 'pending'Harald Welte1-1/+1
2018-04-14smpp: Unset esme->acl on socket closeHarald Welte1-0/+6
2018-04-12msc conn ref counts: log human readable list of conn ownersNeels Hofmeyr1-4/+35
2018-04-12refactor VLR FSM result handlingNeels Hofmeyr2-34/+12
2018-04-12libmsc/ussd: don't overwrite rc if decoding failedVadim Yanitskiy1-2/+3
2018-04-11cosmetic: embed compl_l3_type in FSM idNeels Hofmeyr1-2/+2
2018-04-11fix BSC Clear RequestNeels Hofmeyr1-8/+2
2018-04-11properly receive BSSMAP Clear Complete and Iu Release CompleteNeels Hofmeyr4-15/+83
2018-04-11refactor subscr_conn and subscr_conn_fsm de-/allocNeels Hofmeyr5-329/+363