aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
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 Hofmeyr3-5/+7
2017-02-23move subscr_request to gsm_subscriber.hNeels Hofmeyr2-14/+14
2017-02-23add gsm_encr to subscr_connNeels Hofmeyr1-0/+1
2017-02-23osmo-nitb becomes osmo-mscNeels Hofmeyr8-100/+376
2017-02-23remove unneccessary linking from some testsNeels Hofmeyr3-4/+0
2017-02-23msc_release_connection(): don't call gsm0808_clear()Neels Hofmeyr1-1/+0
2017-02-23cut off libbsc paging, pending paging in libmscNeels Hofmeyr5-2/+24
2017-02-23libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)Neels Hofmeyr4-13/+68
2017-02-23Use new msc_tx_dtap() instead of gsm0808_submit_dtap()Neels Hofmeyr4-8/+10
2017-02-23add libiudummy, to avoid linking Iu deps in testsNeels Hofmeyr6-0/+56
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 Hofmeyr2-6/+17
2017-02-23add msc vty, remove nitb vtyNeels Hofmeyr5-104/+180
2017-02-23add iucs.[hc]Neels Hofmeyr4-0/+181
2017-02-23add DIUCS debug log constantNeels Hofmeyr2-0/+6
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 Hofmeyr3-11/+10
2017-02-23subscr_update_expire_lu(): remove bts argNeels Hofmeyr3-5/+5
2017-02-23move t3212 to network level (periodic lu)Neels Hofmeyr5-16/+15
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 Hofmeyr6-0/+149
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 Hofmeyr14-107/+107
2017-02-23cosmetic: rename osmo_msc_data.h to bsc_msc_data.hNeels Hofmeyr19-18/+18
2017-02-23cosmetic: clarify BSC's remote MSC data vs. OsmoMSCNeels Hofmeyr1-0/+6
2017-02-23cosmetic: gsm_data.h, README: rename CSCN to MSCNeels Hofmeyr2-2/+2
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 Hofmeyr2-13/+2
2017-02-22logging: use central filter and ctx consts from libosmocoreNeels Hofmeyr7-55/+32
2017-02-21Handle DSD from HLRMax2-10/+27
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 parametersMax10-12/+12
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 Couzens4-6/+6
2017-02-07gprs/sgsn: rename gprs->mm_state -> gmm_stateAlexander Couzens6-66/+81
2017-02-07vty tests: more attempts to resolve 'Broken Pipe' errorNeels Hofmeyr1-7/+39
2017-02-07Attempt to fix nightly buildsMax2-3/+3
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