aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-06doc/interMSC_HO_GSUP_msgs.txtneels/hoNeels Hofmeyr1-0/+89
2019-05-06mncc: send payload type matching chosen codecNeels Hofmeyr2-8/+29
2019-05-06gsm_04_11: use gsm48_decode_bcd_number2(), evaluate rcNeels Hofmeyr1-2/+6
2019-05-06rename bscconfig.h to config.h, cleanupNeels Hofmeyr10-13/+9
2019-05-06large refactoring: support inter-BSC and inter-MSC HandoverNeels Hofmeyr151-22975/+35637
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
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 Hofmeyr14-628/+620
2019-04-12vlr_subscr: use osmo_use_countNeels Hofmeyr45-2287/+2350
2019-04-12sms queue: avoid repeated Paging for a failed SMSNeels Hofmeyr1-1/+0
2019-04-12enable osmo_fsm_term_safely(), apply logging changesNeels Hofmeyr14-1140/+627
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-08msc/gsm_data.h: drop unused SMS_HDR_SIZE macroVadim Yanitskiy1-1/+0
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-01tests/sms_queue: track the use of NULL talloc memory contextsVadim Yanitskiy2-0/+7
2019-04-01libmsc/sms_queue.c: fix memleak in smsq_take_next_sms()Vadim Yanitskiy2-9/+37
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-27debian/control: Fix typoPau Espin Pedrol1-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 Munaut6-2/+40
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 Munaut3-21/+158
2019-03-08vty: add cmd subscriber ID sms delete-allNeels Hofmeyr1-0/+25
2019-03-07SMS queue: properly log failed attempts numberNeels Hofmeyr1-1/+2
2019-03-07gsm_04_11_gsup.c: drop unused conn lookupNeels Hofmeyr1-11/+0
2019-03-07use only accepted ran_conns for new transactionsNeels Hofmeyr2-3/+11
2019-02-28Don't deliver alert notifications to ESME not yet bound. Keith1-0/+5
2019-02-28libmsc/msc_vty.c: drop dead comparison against nullVadim Yanitskiy1-1/+1
2019-02-28libmsc/sgs_vty.c: always write server address and VLR nameVadim Yanitskiy2-6/+4
2019-02-26libmsc/sgs_iface.c: fix SGS_STATE_NS11 counter referenceVadim Yanitskiy1-1/+1
2019-02-26libmsc/ran_conn.c: add missing 'break' to OSMO_RAT_EUTRAN_SGSVadim Yanitskiy1-0/+1
2019-02-25debian: depend on libdbd-sqlite3Oliver Smith1-1/+1
2019-02-20libmsc/gsm_09_11.c: implement guard timer for NCSS sessionsVadim Yanitskiy6-0/+90