aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
2016-12-08WIP: attempt at a subscr_conn_fsmneels/vlr_subscr_conn_fsmHarald Welte2-0/+133
2016-12-08FIXME libmsc serv req + page resp: don't use bts pointer; break LACNeels Hofmeyr1-9/+9
2016-12-08FIXME disable subscr_update()Neels Hofmeyr1-0/+2
2016-12-08FIXME disable classmark2Neels Hofmeyr1-1/+5
2016-12-08gsm48_rx_rr_app_info: don't store app info at all, commentNeels Hofmeyr1-0/+5
2016-12-08fixes for tmsi reall compl pathNeels Hofmeyr1-2/+2
2016-12-08gsm_04_08.c: add missing vlr .subscr_assoc()Neels Hofmeyr1-0/+12
2016-12-08store initial lu_fsm in gsm_subscriber_connectionNeels Hofmeyr1-2/+2
2016-12-08libmsc: store classmark1 in gsm_subscriber_connectionNeels Hofmeyr1-0/+1
2016-12-08fix various missing vars and unused varsNeels Hofmeyr1-1/+2
2016-12-08comments: various tweaks and fixesNeels Hofmeyr1-1/+1
2016-12-08WIP: more incomplete libvlr integration workHarald Welte2-52/+71
2016-12-07WIP: Introduce libvlrHarald Welte4-295/+176
2016-12-07Introduce subscriber_connection ref-countingHarald Welte6-18/+57
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