aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
2017-03-09paging: actually verify subscriber authorizationNeels Hofmeyr1-1/+8
2017-03-09paging: change subscr_paging_cb() into subscr_rx_paging_response()Neels Hofmeyr1-26/+5
2017-03-09Iu auth wipNeels Hofmeyr1-0/+25
2017-03-09subscr_request_channel() -> subscr_request_conn()Neels Hofmeyr2-3/+6
2017-03-09move subscr_request to gsm_subscriber.hNeels Hofmeyr1-15/+0
2017-03-09cut off libbsc paging, pending paging in libmscNeels Hofmeyr2-0/+16
2017-03-09libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)Neels Hofmeyr3-6/+51
2017-03-09Use new msc_tx_dtap() instead of gsm0808_submit_dtap()Neels Hofmeyr3-8/+8
2017-03-09msc_compl_l3(): publish in .h, tweak return valueNeels Hofmeyr1-10/+12
2017-03-09add msc vty, remove nitb vtyNeels Hofmeyr3-10/+175
2017-03-09add iucs.[hc]Neels Hofmeyr2-0/+198
2017-03-09gsm0408_loc_upd_rej(): remove bts use (used only for debug log)Neels Hofmeyr1-4/+2
2017-03-09gsm_04_08, gsm_subscriber: decouple lac from btsNeels Hofmeyr1-2/+1
2017-03-09libmsc: iucs dev: disable large parts of the codeNeels Hofmeyr5-0/+91
2017-03-09Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.Neels Hofmeyr3-0/+86
2017-03-09don't use lchan in libmscNeels Hofmeyr2-12/+12
2017-03-09gsm_04_08.c: Don't set msg->lchan nor msg->dstHarald Welte1-34/+0
2017-03-09gsup_client: allow passing a unit id to identify with HLRNeels Hofmeyr1-1/+1
2017-03-09vlr: get SMS working, by SMS recipient MSISDN round-robinNeels Hofmeyr3-56/+84
2017-03-09Use libvlr in libmsc (large refactoring)Neels Hofmeyr18-2594/+1311
2017-03-09Add libvlr implementationHarald Welte1-0/+269
2017-03-09Introduce subscriber_connection ref-countingHarald Welte6-19/+57
2017-03-09logging: auth request: use hexdump without spaces for RAND, AUTNNeels Hofmeyr1-2/+2
2017-03-08add struct bsc_subscr, separating libbsc from gsm_subscriberNeels Hofmeyr3-11/+62
2017-03-02subscriber conn: add indicator for originating RANNeels Hofmeyr1-1/+1
2017-02-28libmsc/update_db_revision_3(): free memleaking db resultAlexander Couzens1-0/+2
2017-02-28silent_call: remove unfinished fuzzer interfacePhilipp Maier2-0/+6
2017-02-24vty: fix subscr ref count leak in 'subscriber name' cmdNeels Hofmeyr1-0/+1
2017-02-23logging fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr2-9/+9
2017-02-22logging: use central filter and ctx consts from libosmocoreNeels Hofmeyr2-9/+9
2017-02-19subscr_update_expire_lu(): fix (obscure) segfaultNeels Hofmeyr1-0/+10
2017-02-18remove compiler warning: unused rc in vty_interface_layer3Neels Hofmeyr1-1/+0
2017-02-09Expand chan allocation loggingMax1-1/+1
2017-02-06gsm_04_08: implement parsing of UMTS Auth responsesNeels Hofmeyr1-5/+221
2017-02-03gsm48_tx_mm_auth_req(): support UMTS AUTNNeels Hofmeyr2-5/+22
2017-02-03gsm0408_rcv_cc: guard against NULL subscriberNeels Hofmeyr1-0/+5
2017-01-26various comment / whitespace tweaks (libmsc, gprs, libcommon-cs)Neels Hofmeyr2-2/+2
2017-01-25CTRL: remove boilerplateMax1-19/+2
2017-01-23Add VTY command to immediately expire user (set expire_lu to now)Keith1-0/+24
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr7-59/+45
2017-01-23fix strncpy() invocation in vty_interface_layer3.c and 3 testsNeels Hofmeyr1-1/+1
2017-01-23Print subcriber when skipping authMax1-1/+2
2016-12-24Pass actual smpp_avail_status through to smpp in alert_all_esme()Keith1-2/+2
2016-12-21use new OSMO_VALUE_STRINGNeels Hofmeyr1-7/+6
2016-12-20Fix some typos in stdout outputRuben Undheim2-3/+3
2016-12-16fix: missing terminator in two value_string arraysNeels Hofmeyr1-0/+1
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