aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
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
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-03-22dissolve libcommon-cs: move gsm48_* code to libmsc, drop sms_next_rp_msg_ref()Neels Hofmeyr2-1/+58
2018-03-22dissolve libcommon-cs: move gsm_network_init() to libmscNeels Hofmeyr1-0/+37
2018-03-22dissolve libcommon-cs: mv a_reset.c to libmscNeels Hofmeyr2-0/+217
2018-03-22dissolve libcommon: drop gsm_data.c, move code to libmscNeels Hofmeyr3-0/+35
2018-03-22dissolve libcommon: move talloc ctx into msc_main.c, drop talloc_ctx.cNeels Hofmeyr1-1/+1
2018-03-22dissolve libcommon: drop debug.cNeels Hofmeyr1-2/+1
2018-03-22cosmetic: msc_vty.c: use static gsmnet instead of gsmnet_from_vty()Neels Hofmeyr1-97/+24
2018-03-22dissolve libcommon,libcommon-cs: clean up vty definitionsNeels Hofmeyr3-1094/+1308
2018-03-22trans_free: tear down conn when last transaction is doneNeels Hofmeyr3-3/+14
2018-03-21cosmetic: gsm_04_08.c: drop unused struct gsm_laiNeels Hofmeyr1-6/+0
2018-03-21cosmetic: remove unused variablePhilipp Maier1-4/+0
2018-03-18a_iface: If L3/DTAP returns error in COMPL L3, close SCCP connectionHarald Welte1-2/+12
2018-03-18a_iface_bssap: Treat inbound RESET as implicit RESET ACKHarald Welte1-0/+4
2018-03-18BSSAP: Return error code if COMPL L3 with no or too short L3 payloadHarald Welte1-0/+6
2018-03-17msc_mgcp.c: Fix several wrong ptr printf fmtPau Espin Pedrol1-5/+5
2018-03-16msc_mgcp: to not access higher layers after releasePhilipp Maier1-4/+9
2018-03-15cosmetic: rename conn_fsm "bump" event to "release_when_unused"Neels Hofmeyr2-24/+23
2018-03-15cosmetic: remove disabled (debug) code gsm_04_08.cPhilipp Maier1-3/+0
2018-03-15use libosmocom to parse cell identifier in bssmap_rx_l3_compl()Stefan Sperling1-18/+49
2018-03-14mcgp: let the MGW allocate the MGCP endpointPhilipp Maier1-22/+27
2018-03-14msc_mgcp: use more conceise error msg on truncationPhilipp Maier1-7/+7
2018-03-14trans_free: safeguard against a still running CC timer on freeNeels Hofmeyr1-0/+9