aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
2020-09-09fix crash for unknown MI during Paging ResponseNeels Hofmeyr1-1/+6
2020-01-05libmsc/gsm_04_08.c: fix: verify MI before calling vlr_subscr_rx_id_resp()Vadim Yanitskiy1-0/+36
2019-12-19libmsc/gsm_04_11_gsup.c: fix SM-RP-OA encoding for MO SMS over GSUPVadim Yanitskiy1-6/+12
2019-12-19libmsc/gsm_04_11_gsup.c: do not init a buffer in gsm411_gsup_mo_fwd_sm_req()Vadim Yanitskiy1-1/+1
2019-12-12sms log tweakNeels Hofmeyr1-1/+1
2019-12-12sms db: when storing an SMS, retrieve the IDNeels Hofmeyr1-0/+3
2019-12-02libmsc: fix potential NULL-pointer dereferences detected by GCC's LTOVadim Yanitskiy2-1/+9
2019-12-01Check for osmo_fsm_register() error return valueHarald Welte2-2/+2
2019-11-28MNCC v6: add optional SDP to the socket protocolNeels Hofmeyr1-8/+30
2019-11-28add sdp_msg API: SDP parsing/compositionNeels Hofmeyr2-0/+577
2019-11-28fix incoming call while PagingNeels Hofmeyr1-10/+2
2019-11-28msc_a CC: add some basic sanity testsNeels Hofmeyr1-0/+10
2019-11-28fail on invalid RTP address from MGWNeels Hofmeyr1-0/+6
2019-11-19Fix some typosMartin Hauke12-20/+20
2019-11-05BSSMAP: decode Codec List (BSS Supported)Neels Hofmeyr1-0/+30
2019-11-05cc trans: remove unused tch_rtp_createNeels Hofmeyr1-14/+0
2019-11-01CC: add error handling for CRCX responsesNeels Hofmeyr1-3/+3
2019-11-01use osmo_sockaddr_str_is_nonzero()Neels Hofmeyr6-19/+19
2019-11-01rtp_stream: sanely cancel MGW endpoint FSM notifyNeels Hofmeyr1-0/+1
2019-10-29send MNCC REL only if MNCC has actually startedNeels Hofmeyr1-3/+8
2019-10-29log: ran_msg_a: tweak a message nameNeels Hofmeyr1-1/+1
2019-10-29log: RANAP encode: use RANAP message names instead of BSSAPNeels Hofmeyr1-2/+5
2019-10-29BSSMAP log tweakNeels Hofmeyr1-1/+1
2019-10-29also log MNCC_SETUP_REQNeels Hofmeyr1-0/+3
2019-10-21log: drop duplicate MNCC logNeels Hofmeyr1-2/+0
2019-10-21log which DTAP messages are sent to RANNeels Hofmeyr1-2/+5
2019-10-21LOG_TRANS for CC: always log CC stateNeels Hofmeyr1-0/+16
2019-09-26paging: Send SGsAP-SERVICE-ABORT-REQUEST on paging timeoutPhilipp Maier2-0/+26
2019-09-24sgs_iface: Accept messages with unknown TLV elementsPhilipp Maier1-4/+2
2019-09-18fix error on BSSMAP Cipher Mode Complete L3 msg IENeels Hofmeyr2-11/+15
2019-09-16vty: fix access to wrong argv in paging response-timerPau Espin Pedrol1-1/+1
2019-09-03msc_a fsm: ignore state chg to same stateNeels Hofmeyr1-2/+8
2019-09-03ran_dec logging: log message sizes on errorsNeels Hofmeyr1-3/+7
2019-09-03Implement a global switch on the network to disable call waiting.Keith Whyte2-3/+47
2019-09-02msc_a.c, CC trans: change a comment to a debug logNeels Hofmeyr1-1/+1
2019-09-02gsm48_tch_rtp_create(): check against NULL mgcp_infoNeels Hofmeyr1-1/+4
2019-09-02log, cosmetic: add "RR" to "Ciphering Mode Complete"Neels Hofmeyr1-1/+1
2019-08-29tweak CC cause for incoming call to unattached nrNeels Hofmeyr1-1/+1
2019-08-29fix segfault: don't send CC REL on NULL msc_aNeels Hofmeyr2-2/+19
2019-08-29cc trans: make sure bearer cap is emptyNeels Hofmeyr1-0/+4
2019-08-29memleak on cc setup errorsNeels Hofmeyr1-0/+2
2019-08-28mncc: send payload type matching chosen codecNeels Hofmeyr1-13/+25
2019-08-23smpp_openbsc.c: check acl before deref itAlexander Couzens1-1/+1
2019-08-19msc_a: switch RAN type back to SGs when a CSFB-Call is clearedPhilipp Maier1-0/+5
2019-08-16sgs_iface: do not use SGsAP-MO-CSFB-INDICATION for CSFB returnPhilipp Maier1-4/+4
2019-08-13add 'encryption uea 1 2' cfg / fix ttcn3 iu testsNeels Hofmeyr3-8/+53
2019-08-12cosmetic: make function mncc_tx_to_gsm_cc staticPhilipp Maier1-1/+1
2019-08-05do not force encryption on UTRANNeels Hofmeyr2-4/+7
2019-08-02Set coding in mncc_set_cause()Keith Whyte1-0/+1
2019-07-29minor comments in msc_vty.cNeels Hofmeyr1-0/+2