aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
2016-12-02split subscr_con_allocate()/_free() in bsc_ and msc_Neels Hofmeyr2-1/+28
2016-12-02Move timezone settings up to network levelNeels Hofmeyr1-9/+8
2016-12-02reinvent connection_for_subscr() and move to libmscNeels Hofmeyr1-0/+14
2016-12-02sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counterNeels Hofmeyr3-39/+1
2016-12-02factor out gen of USSD notify and release complete to libosmocoreNeels Hofmeyr2-26/+6
2016-11-26Fix possible non-null-terminated bufferHarald Welte1-0/+1
2016-11-26libmsc/db: avoid subscr->name without terminating NULL charHarald Welte1-1/+3
2016-11-18ussd: Add band-aid for interrogationSSHolger Hans Peter Freyther2-10/+18
2016-11-02mncc_builtin: Properly reject DTMFlynxis/masterHarald Welte1-0/+2
2016-11-01gsm0408: Adding log output for 3g specific RR messagesPhilipp1-2/+2
2016-10-14fix mistypes, spaces and tabsAlexander Couzens2-16/+16
2016-10-04msc: add counters to track call attempts/active/success/failedAlexander Couzens1-0/+34
2016-09-26mscsplit: directly access gsm_network backpointer from gsm_subscriber_connectionNeels Hofmeyr4-54/+47
2016-09-18debug log for sms: fix/addNeels Hofmeyr3-2/+14
2016-09-18Sanity fixes for gsm0408_dispatch(): rc, assertionsNeels Hofmeyr1-0/+5
2016-09-18cosmetic: various comment, whitespace tweaksNeels Hofmeyr1-2/+2
2016-09-18vty l3 help: fix typo 'comamnds'; fix english s/his//Neels Hofmeyr1-5/+5
2016-09-17sms: change rp err cause of smpp_try_deliver errorsAlexander Couzens1-4/+13
2016-09-15Consistenly format variables in */Makefile.am filesAlexander Huemer1-21/+53
2016-08-29libmsc/bsc: split rate counters into bsc and msc groupAlexander Couzens3-37/+37
2016-08-27libmsc: add missing count of sms no receiver when using smpp_firstAlexander Couzens1-1/+3
2016-08-27libbsc/libmsc: convert old osmo counter into rate_ctrgsAlexander Couzens3-36/+44
2016-07-23mncc_sock: use osmo_sock_unix_init() from libosmocoreVadim Yanitskiy1-52/+5
2016-07-09Make random MSISDN assignment optionalMax5-39/+48
2016-06-14Make random extension range configurableMax5-9/+44
2016-06-05Add regexp authorization policy for IMSIMax2-7/+39
2016-05-27tweak db debug log: log TMSI as hexNeels Hofmeyr1-1/+1
2016-05-23gsm04_08_clear_request(): release loc with arg release=0Neels Hofmeyr1-1/+1
2016-05-22subscr_name(): Handle case for subscr == NULLHarald Welte1-5/+2
2016-05-20Make extending subscriber creation easierMax2-10/+16
2016-05-15db.c: implemented incremental migrationVadim Yanitskiy1-18/+35
2016-04-29use new libosmocore gsm_23_003.h for IMEI/IMSI lengthHarald Welte2-4/+5
2016-04-29Start to use struct osmo_auth_vector from gsm_auth_tupleHarald Welte4-21/+21
2016-04-29Disconnect calls with incompatible channel types / modesMax1-1/+45
2016-04-22Add extra debug output with channel mode and typeMax2-6/+20
2016-04-07ctrl: Extend ctrl command to optionally handle alg+kiHolger Hans Peter Freyther1-2/+58
2016-04-06db: If creating a subscriber in the db fails, return NULLHolger Hans Peter Freyther1-1/+4
2016-04-06subscr: Make db_create_subscriber fail on duplicatesHolger Hans Peter Freyther2-13/+13
2016-03-31Fix MM Auth: zero-initialize auth tuple before first useNeels Hofmeyr1-1/+10
2016-03-31Fix MM Auth: disallow key_seq mismatchNeels Hofmeyr1-0/+1
2016-03-31MM Auth: return AUTH_NOT_AVAIL instead of hardcoded zeroNeels Hofmeyr1-4/+4
2016-03-31MM Auth: introduce AUTH_ERROR constant.Neels Hofmeyr1-3/+3
2016-03-31Add MM Auth test; add auth_action_str() functionNeels Hofmeyr1-0/+9
2016-03-17Revert "move to hex TMSI representation"Harald Welte1-8/+7
2016-03-17move to hex TMSI representationVadim Yanitskiy1-7/+8
2016-03-17fix confusing typo in constant (THAN -> THEN)Neels Hofmeyr2-2/+2
2016-03-1504.08: apply new transaction id inline functionsNeels Hofmeyr2-2/+2
2016-03-1504.08: apply new bitmask functions, fix bitmask useNeels Hofmeyr2-8/+8
2016-02-25smpp: refactor initialization, add bind addressNeels Hofmeyr4-53/+165
2016-02-25osmo-nitb: add -M to pass specific MNCC socket pathNeels Hofmeyr1-4/+5