aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
2016-11-12Iu auth wipNeels Hofmeyr2-10/+73
2016-11-12cosmetic prep: change int -> bool authorize_subscriber()Neels Hofmeyr1-6/+6
2016-11-12subscr_request_channel() -> subscr_request_conn()Neels Hofmeyr2-3/+5
2016-11-12move subscr_request to gsm_subscriber.hNeels Hofmeyr1-14/+0
2016-11-12msc_release_connection(): don't call gsm0808_clear()Neels Hofmeyr1-1/+0
2016-11-12cut off libbsc paging, pending paging in libmscNeels Hofmeyr3-1/+21
2016-11-12libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)Neels Hofmeyr3-13/+61
2016-11-12Use new msc_tx_dtap() instead of gsm0808_submit_dtap()Neels Hofmeyr3-8/+8
2016-11-12msc_compl_l3(): publish in .h, tweak return valueNeels Hofmeyr1-6/+9
2016-11-12add cscn vty, remove nitb vtyNeels Hofmeyr3-104/+175
2016-11-12add iucs.[hc]Neels Hofmeyr2-0/+174
2016-11-12gsm0408_loc_upd_rej(): remove bts use (used only for debug log)Neels Hofmeyr1-5/+3
2016-11-12gsm_04_08, gsm_subscriber: decouple lac from btsNeels Hofmeyr2-10/+9
2016-11-12subscr_update_expire_lu(): remove bts argNeels Hofmeyr2-4/+4
2016-11-12move t3212 to network level (periodic lu)Neels Hofmeyr1-3/+3
2016-11-12libmsc: iucs dev: disable large parts of the codeNeels Hofmeyr5-1/+91
2016-11-12Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.Neels Hofmeyr3-0/+86
2016-11-12don't use lchan in libmscNeels Hofmeyr3-14/+12
2016-11-12gsm_04_08.c: Don't set msg->lchan nor msg->dstHarald Welte1-34/+0
2016-11-12split subscr_con_allocate()/_free() in bsc_ and msc_Neels Hofmeyr2-1/+28
2016-11-12Move timezone settings up to network levelNeels Hofmeyr1-9/+8
2016-11-12reinvent connection_for_subscr() and move to libmscNeels Hofmeyr1-0/+14
2016-11-12sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counterNeels Hofmeyr3-39/+1
2016-11-12move to libxsc: factor out gen of USSD notify and release completeNeels Hofmeyr2-26/+6
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