aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2017-02-23paging: add todo comments for paging and mscsplitNeels Hofmeyr2-0/+7
2017-02-23paging: actually verify subscriber authorizationNeels Hofmeyr1-1/+8
2017-02-23paging: change subscr_paging_cb() into subscr_rx_paging_response()Neels Hofmeyr1-23/+5
2017-02-23move subscr auth check to gsm_subscriber.cNeels Hofmeyr2-34/+53
2017-02-23auth logNeels Hofmeyr1-1/+3
2017-02-23iu auth wipNeels Hofmeyr1-18/+64
2017-02-23Iu auth wipNeels Hofmeyr2-8/+73
2017-02-23cosmetic prep: change int -> bool authorize_subscriber()Neels Hofmeyr1-6/+6
2017-02-23subscr_request_channel() -> subscr_request_conn()Neels Hofmeyr2-3/+5
2017-02-23move subscr_request to gsm_subscriber.hNeels Hofmeyr1-14/+0
2017-02-23osmo-nitb becomes osmo-mscNeels Hofmeyr5-98/+337
2017-02-23msc_release_connection(): don't call gsm0808_clear()Neels Hofmeyr1-1/+0
2017-02-23cut off libbsc paging, pending paging in libmscNeels Hofmeyr3-1/+21
2017-02-23libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)Neels Hofmeyr3-13/+60
2017-02-23Use new msc_tx_dtap() instead of gsm0808_submit_dtap()Neels Hofmeyr4-8/+10
2017-02-23move to libcommon-cs: gsm48_extract_mi(), gsm48_paging_extract_mi() -- TODO m...Neels Hofmeyr2-24/+24
2017-02-23msc_compl_l3(): publish in .h, tweak return valueNeels Hofmeyr1-6/+9
2017-02-23add msc vty, remove nitb vtyNeels Hofmeyr4-104/+177
2017-02-23add iucs.[hc]Neels Hofmeyr2-0/+173
2017-02-23add DIUCS debug log constantNeels Hofmeyr1-0/+5
2017-02-23gsm0408_loc_upd_rej(): remove bts use (used only for debug log)Neels Hofmeyr1-4/+2
2017-02-23gsm_04_08, gsm_subscriber: decouple lac from btsNeels Hofmeyr2-10/+9
2017-02-23subscr_update_expire_lu(): remove bts argNeels Hofmeyr2-4/+4
2017-02-23move t3212 to network level (periodic lu)Neels Hofmeyr4-16/+12
2017-02-23libmsc: iucs dev: disable large parts of the codeNeels Hofmeyr5-1/+91
2017-02-23Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.Neels Hofmeyr3-0/+86
2017-02-23don't use lchan in libmscNeels Hofmeyr3-14/+12
2017-02-23gsm_04_08.c: Don't set msg->lchan nor msg->dstHarald Welte1-34/+0
2017-02-23cosmetic: rename struct osmo_msc_data to bsc_msc_dataNeels Hofmeyr9-92/+92
2017-02-23cosmetic: rename osmo_msc_data.h to bsc_msc_data.hNeels Hofmeyr16-16/+16
2017-02-23logging fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr5-26/+26
2017-02-22debug.h/c: remove unused cruft / cosmetic tweaksNeels Hofmeyr1-2/+1
2017-02-22logging: use central filter and ctx consts from libosmocoreNeels Hofmeyr6-40/+32
2017-02-21Handle DSD from HLRMax1-9/+25
2017-02-19subscr_update_expire_lu(): fix (obscure) segfaultNeels Hofmeyr1-0/+10
2017-02-19Add support for extended SI2q parametersMax1-31/+71
2017-02-18remove compiler warning: unused rc in vty_interface_layer3Neels Hofmeyr1-1/+0
2017-02-09Remove duplicating defineMax1-5/+5
2017-02-09Expand chan allocation loggingMax4-8/+14
2017-02-08vty: remove ignored logging parametersMax9-11/+11
2017-02-07gprs/sgsn_vty: fix typo in commentAlexander Couzens1-1/+1
2017-02-07gprs/sgsn_mm_ctx_alloc(): initialize MM state to IDLEAlexander Couzens1-0/+1
2017-02-07gprs/gprs_mm: add value_strings for PMM & MM statesAlexander Couzens1-2/+15
2017-02-07gprs/sgsn: rename sgsn_mm_ctx_alloc() -> sgsn_mm_ctx_alloc_gb()Alexander Couzens2-4/+4
2017-02-07gprs/sgsn: rename gprs->mm_state -> gmm_stateAlexander Couzens4-39/+54
2017-02-06VTY: Print 3G auth tuples, not just 2G auth tuplesHarald Welte1-9/+24
2017-02-06gsm_04_08: implement parsing of UMTS Auth responsesNeels Hofmeyr1-5/+221
2017-02-03om2000: add VTY command to delete CON groupsPhilipp Maier1-0/+26
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