aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-29mgcp: do not start connections in loopback modePhilipp Maier1-2/+2
2018-05-23implement periodic Location Update expiry in the VLRStefan Sperling3-1/+65
2018-05-18remove redundant unconditional PKG_CHECK_MODULES for libsmppStefan Sperling1-2/+1
2018-05-17a_reset: cleanup + remove dead codePhilipp Maier3-121/+54
2018-05-16vlr_access_req_fsm: use correct cause codesPhilipp Maier1-4/+4
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 Hofmeyr2-1/+10
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 Hofmeyr7-209/+206
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
2018-04-11CC: intentionally release T308 on BSSMAP Clear Request from BSCNeels Hofmeyr2-9/+3
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-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 Yanitskiy2-9/+8
2018-04-09Permit any Sender MSISDN when sending SMS from VTYHarald Welte2-24/+30
2018-04-09DTAP: Ensure proper DLCI is used in MSC-originated DTAPHarald Welte4-3/+11
2018-04-05unify allocation of gsm_subscriber_connectionNeels Hofmeyr3-12/+22
2018-04-03subscr_conn: store complete_layer3_type in conn, not FSM event argNeels Hofmeyr2-31/+27
2018-04-03cosmetic: rename subscr_conn_from to complete_layer3_typeNeels Hofmeyr2-7/+7
2018-04-03cosmetic: rename gsm_subscriber_connection->conn_fsm to ->fiNeels Hofmeyr5-31/+31
2018-04-03cosmetic: rx_bssmap: read message type once into local varNeels Hofmeyr1-4/+6
2018-04-02drop some dead definitions (gsm_data.h, gsup_client.c)Neels Hofmeyr1-2/+0
2018-03-30use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr3-5/+7
2018-03-26gsup_test_client: gsupc_read_cb: fix uninitialized value 'io'Neels Hofmeyr1-3/+3