aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-05-12add DSS logging categoryNeels Hofmeyr2-4/+7
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 Yanitskiy1-4/+0
2019-05-10Iu: Send SMS over SAPI-3Harald Welte1-1/+3
2019-05-10call_leg: document the parent_event_* itemsNeels Hofmeyr1-0/+8
2019-05-10call_leg: remove unused event MSC_EV_CALL_LEG_RTP_RELEASEDNeels Hofmeyr4-39/+6
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 Hofmeyr1-0/+1
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-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 Hofmeyr1-0/+2
2019-05-09fix regression: fix internal MNCC operationNeels Hofmeyr3-36/+54
2019-05-08smpp: Make libsmpp34 use talloc for its allocationsHarald Welte1-0/+27
2019-05-08rename bscconfig.h to config.h, cleanupNeels Hofmeyr8-10/+6
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 Hofmeyr63-6769/+13094
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-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 Yanitskiy1-1/+0
2019-04-17vlr_sgs_fsm: make sure vsub is marked used when LA is presentPhilipp Maier1-1/+7
2019-04-15smpp: fix vlr_subscr use count bugsNeels Hofmeyr1-1/+8
2019-04-13Allow MME name preformatted as FQDN in SGsAPOmar Ramadan1-0/+6
2019-04-12gsm_04_08_cc: improve logging for CC transNeels Hofmeyr1-9/+12
2019-04-12add LOG_TRANS, proper context for all transactionsNeels Hofmeyr5-263/+205
2019-04-12vlr_subscr: use osmo_use_countNeels Hofmeyr16-168/+198
2019-04-12sms queue: avoid repeated Paging for a failed SMSNeels Hofmeyr1-1/+0
2019-04-12enable osmo_fsm_term_safely(), apply logging changesNeels Hofmeyr1-0/+2
2019-04-11sgs_iface: fix nullpointer dereferencePhilipp Maier1-2/+2
2019-04-10smpp_smsc: Call destroy_tlv() when using build_tlv()Harald Welte1-2/+7
2019-04-09sms_queue: Print dest msisdn instead of unknown subscriberPau Espin Pedrol1-2/+4
2019-04-07vlr_sgs: start lu expiration timer on sgs eps detachPhilipp Maier1-0/+14
2019-04-07vlr_sgs: fix SGs IMSI detech from non EPS servicesPhilipp Maier1-0/+12
2019-04-01libmsc/sms_queue.c: fix memleak in smsq_take_next_sms()Vadim Yanitskiy1-1/+6
2019-03-29Write configuration correctly from vty (alert notifications)Keith1-2/+2
2019-03-28libmsc: fix: properly initialize the SGs serverVadim Yanitskiy3-8/+16
2019-03-28libmsc/sgs_vty.c: don't print SGs socket error twiceVadim Yanitskiy1-6/+2
2019-03-28libmsc/sgs_iface.c: register sgs_vlr_reset_fsm on DSO loadVadim Yanitskiy1-1/+5
2019-03-28libmsc/sgs_iface.c: fix copy-paste errorVadim Yanitskiy1-1/+1
2019-03-24vlr_subscr_name(): use OSMO_STRBUFNeels Hofmeyr1-9/+5
2019-03-19msc_vty: add missing header filePhilipp Maier1-0/+1
2019-03-19libvlr: Allow 2G auth tuples to be re-used without going through AUTHSylvain Munaut5-2/+38
2019-03-19a_iface: OSMO_ASSERT() if we ever want to send BSSAP with invalid lengthHarald Welte1-0/+13
2019-03-15silent_call: use osmo_strlcpy() instead of strncpy()Philipp Maier1-1/+2
2019-03-14libmsc: Allow different channel types to be requested as silent callsSylvain Munaut2-20/+154