aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-26SMS-over-GSUP: notify sender in case of RPL delivery failureVadim Yanitskiy1-1/+1
2020-04-26SMS-over-GSUP: notify sender about malformed GSUP messagesVadim Yanitskiy1-4/+3
2020-04-26SMS-over-GSUP: notify sender about unhandled GSUP messagesVadim Yanitskiy1-0/+1
2020-04-26SMS-over-GSUP: respond with error if net->sms_over_gsup is falseVadim Yanitskiy1-1/+1
2020-04-26SMS-over-GSUP: move net->sms_over_gsup check to gsm411_gsup_rx()Vadim Yanitskiy1-16/+8
2020-04-26SMS-over-GSUP: clarify error message about unexpected MO/MT SMSVadim Yanitskiy1-4/+4
2020-04-20vlr_auth_fsm: Fix compilation with gcc-10Harald Welte1-1/+1
2020-03-09fix segfault: unsolicited Paging ResponseNeels Hofmeyr1-0/+5
2020-02-09libmsc/sdp: cosmetic: fix less-than-zero comparison of an unsigned valueVadim Yanitskiy1-1/+1
2020-01-29osmo-msc: use stderr to print error messages, not stdoutVadim Yanitskiy1-11/+12
2020-01-27libmsc/gsm_04_08: use DRR in gsm48_rx_rr_pag_resp(), not DMMVadim Yanitskiy1-3/+3
2020-01-27libmsc/gsm_04_08: make use of msc_a in gsm48_rx_rr_app_info()Vadim Yanitskiy1-2/+3
2020-01-27VTY: cosmetic: make struct cmd_node for GSMNET_NODE staticVadim Yanitskiy1-1/+1
2020-01-27vlr_sgs_fsm: add missing break, do not call to_null() twiceVadim Yanitskiy1-0/+1
2020-01-27vlr: remove unused parameter 'log_level' of auth_fsm_start()Vadim Yanitskiy4-4/+2
2020-01-25libmsc: move subscriber expiration timer T3212 to libvlrVadim Yanitskiy3-39/+41
2020-01-25libvlr: use generic osmo_tdef API for T3250, T3260, and T3270Vadim Yanitskiy2-16/+14
2020-01-25VTY: add osmo_tdef introspection and configuration commandsVadim Yanitskiy2-0/+22
2020-01-25VTY: mark 'subscriber create imsi' command as deprecatedVadim Yanitskiy1-7/+6
2020-01-19osmo-msc: fix: properly initialize default values for MGW timersVadim Yanitskiy1-1/+3
2020-01-15libmsc: SMS, Avoid premature RP-ACK to MSPablo Neira Ayuso2-2/+12
2020-01-13Trivial: code simplification, return earlyKeith Whyte1-19/+19
2020-01-11Use GSM411_RP_* and not GSM48_CC_*Keith Whyte1-2/+3
2020-01-06vlr.c: fix condition to check MSISDN presenceNeels Hofmeyr1-1/+1
2020-01-06vlr_gsup_rx: fix uninitialized rcNeels Hofmeyr1-1/+1
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-12gsup: indicate CN-Domain in SendAuthInfo RequestsNeels Hofmeyr1-0/+1
2019-12-03msc: exit(2) on unsupported positional arguments on command lineHarald Welte1-0/+5
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-12-01check for osmo_ss7_init() error return valueHarald Welte1-1/+1
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 Hauke17-35/+35
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-11-01fsm: use deferred deallocationNeels Hofmeyr1-2/+2
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