aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-15vlr: fix IMEI lengthOliver Smith7-51/+47
2019-05-15vty: make retrieve-imeisv-early configurableOliver Smith2-8/+22
2019-05-14libmsc/ran_peer.c: avoid unreasonable use of goto in ran_peer_down_paging()Vadim Yanitskiy1-6/+2
2019-05-14libmsc/ran_peer.c: fix msgb memleaks in ran_peer_down_paging()Vadim Yanitskiy1-0/+6
2019-05-14make LOG_TRANS() NULL-safe againSylvain Munaut1-1/+1
2019-05-14vlr_lu_fsm.c: assert for invalid eventsOliver Smith1-12/+6
2019-05-13libmsc/mncc_call.c: fix uninitialized access of stack memoryVadim Yanitskiy1-1/+1
2019-05-13libmsc/ran_msg_a.c: prevent chosen_encryption->key buffer overrunVadim Yanitskiy1-1/+3
2019-05-13libmsc/ran_msg_a.c: refactor ran_a_decode_lcls_notification()Vadim Yanitskiy1-10/+3
2019-05-13libmsc/ran_msg_a.c: avoid ternary operator in struct initializationVadim Yanitskiy1-3/+1
2019-05-13libmsc/gsm_04_11.c: fix NULL-pointer dereference in gsm340_rx_tpdu()Vadim Yanitskiy1-5/+16
2019-05-13sms_queue_test: assert return value of osmo_use_count_get_put()Vadim Yanitskiy1-3/+4
2019-05-13libmsc/msc_a.c: fix possible NULL-pointer dereferencesVadim Yanitskiy1-7/+25
2019-05-13libmsc/msc_ho.c: fix unreacheable check of MSC-T role allocationVadim Yanitskiy1-7/+8
2019-05-13libmsc/sgs_server.c: do not override rc in case of SCTP_SHUTDOWN_EVENTVadim Yanitskiy1-2/+1
2019-05-13tests/.../Makefile.am avoid redundant linkage with librtVadim Yanitskiy2-2/+0
2019-05-12libmsc/gsm_04_11_gsup.c: cosmetic: drop useless variableVadim Yanitskiy1-3/+1
2019-05-12libmsc/gsm_04_08.c: clarify IMEI rejection in gsm48_rx_mm_serv_req()Vadim Yanitskiy1-1/+2
2019-05-12libmsc/gsm_04_08.c: refactor CM Service Request parsingVadim Yanitskiy1-19/+38
2019-05-12libmsc/gsm_04_08.c: fix: print proper length valueVadim Yanitskiy1-2/+2
2019-05-12silence error messages about HANDOVER_END not permittedNeels Hofmeyr1-0/+12
2019-05-12add DSS logging categoryNeels Hofmeyr6-17/+23
2019-05-12libmsc/gsm_04_11.c: cosmetic: restructure gsm411_mm_send()Vadim Yanitskiy1-4/+2
2019-05-12libmsc/gsm_04_11.c: fix double init of both SMR and SMC FSMsVadim Yanitskiy7-40/+0
2019-05-10Iu: Send SMS over SAPI-3Harald Welte1-1/+3
2019-05-10call_leg: document the parent_event_* itemsNeels Hofmeyr2-0/+9
2019-05-10call_leg: remove unused event MSC_EV_CALL_LEG_RTP_RELEASEDNeels Hofmeyr6-45/+8
2019-05-10SMPP: Don't accept password or system-id exceeding spec lengthHarald Welte1-2/+2
2019-05-10LOG_TRANS: store subsys in trans, unify USSD logging back to DMMNeels Hofmeyr3-11/+18
2019-05-10no HO call forwarding if no RTP streamNeels Hofmeyr1-0/+5
2019-05-10make msc_a_vsub() and others NULL-safeNeels Hofmeyr3-0/+10
2019-05-10ran_a_make_handover_request(): allow no encryptionNeels Hofmeyr1-1/+2
2019-05-10libmsc/gsm_04_11.c: properly handle TP-User-Data-LengthVadim Yanitskiy1-12/+29
2019-05-10libmsc/ran_peer.c: fix msgb memleak in ran_peer_rx_reset()Vadim Yanitskiy1-0/+4
2019-05-09comment: apply function renames to message cycle explanationNeels Hofmeyr1-12/+12
2019-05-09msub_check_for_release(): Initialize msc_role_a_cHarald Welte1-1/+1
2019-05-09vty/cfg: add missing write-back of inter-BSC and inter-MSC HO configNeels Hofmeyr2-0/+22
2019-05-09fix regression: fix internal MNCC operationNeels Hofmeyr6-39/+57
2019-05-08smpp: Make libsmpp34 use talloc for its allocationsHarald Welte1-0/+27
2019-05-08rename bscconfig.h to config.h, cleanupNeels Hofmeyr10-13/+9
2019-05-08GSUP: include terminating nul in inter-MSC source/destination nameNeels Hofmeyr1-7/+14
2019-05-08large refactoring: support inter-BSC and inter-MSC HandoverNeels Hofmeyr151-22981/+35656
2019-05-08gsm_04_11: use gsm48_decode_bcd_number2(), evaluate rcNeels Hofmeyr1-2/+6
2019-05-06fix various missing line endings in loggingNeels Hofmeyr3-4/+4
2019-04-26vlr subscr get/put: also check against NULLNeels Hofmeyr1-2/+2
2019-04-25libmsc/gsm_04_11.c: clarify implicit CP-ACK handlingVadim Yanitskiy1-4/+6
2019-04-25libmsc/db.c: print info about database name and libdbi versionVadim Yanitskiy1-0/+3
2019-04-25configure.ac: drop useless SQLite3 dependencyVadim Yanitskiy2-6/+0
2019-04-17vlr_sgs_fsm: make sure vsub is marked used when LA is presentPhilipp Maier1-1/+7
2019-04-15configure.ac: drop rudimentary check for -fvisibility=hiddenVadim Yanitskiy1-12/+0