aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-22libmsc/gsm_09_11.c: introduce counter for active sessionslaforge/ussdVadim Yanitskiy3-0/+11
2018-07-22libmsc/gsm_09_11.c: introduce rate counters for NC_SS sessionsVadim Yanitskiy3-0/+38
2018-07-22libmsc/gsm_09_11.c: properly handle MS-initiated releaseVadim Yanitskiy1-2/+5
2018-07-22libmsc/gsm_09_11.c: implement network-initiated sessionsVadim Yanitskiy5-10/+500
2018-07-22libmsc/gsm_09_11.c: forward SS/USSD messages to HLR over GSUPVadim Yanitskiy5-61/+223
2018-07-22libvlr/vlr.c: forward unhandled GSUP messages towards MSCVadim Yanitskiy3-4/+20
2018-07-22msc_vlr_tests: don't abuse USSD-request to conclude connectionsVadim Yanitskiy19-659/+488
2018-06-27configure.ac: drop unused dependenciesVadim Yanitskiy1-12/+0
2018-06-25VLR: reject overlong IMSIs in ID RESP messagesStefan Sperling1-2/+13
2018-06-20jenkins.sh: Use --enable-werror only when iu support is disabledPau Espin Pedrol1-2/+5
2018-06-17.gitignore: ignore src/libgsupclient/gsup_test_clientVadim Yanitskiy1-0/+1
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 Yanitskiy3-28/+77
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 Yanitskiy2-4/+10
2018-06-12Use proper naming for GSM TS 09.11 implementationVadim Yanitskiy6-15/+16
2018-06-10libmsc/ussd.c: use connection ref-counting and transactionsVadim Yanitskiy8-31/+248
2018-06-10libmsc: properly name the MSC_CONN_USE token for SSVadim Yanitskiy2-2/+2
2018-06-08libmsc/ussd.c: FIX: properly indicate errorsVadim Yanitskiy3-8/+41
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 Sperling9-3/+264
2018-05-18remove redundant unconditional PKG_CHECK_MODULES for libsmppStefan Sperling2-3/+1
2018-05-17a_reset: cleanup + remove dead codePhilipp Maier5-159/+59
2018-05-16vlr_access_req_fsm: use correct cause codesPhilipp Maier2-7/+7
2018-05-03Bump version: 1.1.2.269-86f21-dirty → 1.2.01.2.0Pau Espin Pedrol2-13/+309
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 Pedrol4-5/+0
2018-04-17smpp_smsc_conf: Fix heap-use-after-freepespin/fix-smsc-use-after-freePau Espin Pedrol1-1/+6
2018-04-17tests/msc_vlr: fix expected SS message namesVadim Yanitskiy6-92/+92
2018-04-16cosmetic: use enum ranap_nsap_addr_enc instead of intNeels Hofmeyr3-2/+18
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 Hofmeyr12-1076/+1107
2018-04-12refactor VLR FSM result handlingNeels Hofmeyr21-512/+487
2018-04-12libmsc/ussd: don't overwrite rc if decoding failedVadim Yanitskiy1-2/+3
2018-04-11cosmetic: embed compl_l3_type in FSM idNeels Hofmeyr12-7132/+7132
2018-04-11fix BSC Clear RequestNeels Hofmeyr1-8/+2
2018-04-11properly receive BSSMAP Clear Complete and Iu Release CompleteNeels Hofmeyr30-571/+931
2018-04-11refactor subscr_conn and subscr_conn_fsm de-/allocNeels Hofmeyr20-2922/+3565
2018-04-11CC: intentionally release T308 on BSSMAP Clear Request from BSCNeels Hofmeyr3-10/+4
2018-04-11msc_mgcp: do not send wildcarded DLCX messagesPhilipp Maier1-5/+25
2018-04-11msc_mgcp.c: log endpoint name instead of pointerPhilipp Maier1-3/+3
2018-04-10msc_vlr_test_call: reproduce OS#3062Neels Hofmeyr4-0/+436
2018-04-10trans_free: drop bad assertionNeels Hofmeyr1-3/+0
2018-04-09libmsc/ussd.c: cosmetic: correct log level and messageVadim Yanitskiy1-1/+2
2018-04-09libmsc/gsm_04_80.c: drop unused 'in_msg' argumentVadim Yanitskiy3-11/+9
2018-04-09ussd.h: cosmetic: use '#pragma once' include guardVadim Yanitskiy1-4/+1