aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-23comment on mscsplit, indent commentNeels Hofmeyr3-1/+9
2017-02-23move to libbsc: lchan_next_meas_rep() -- TODO really?Neels Hofmeyr3-14/+13
2017-02-23move to libbsc: gsm_bts_neighbor() -- TODO really?Neels Hofmeyr3-23/+21
2017-02-23gsm0408_test: use NULL for root ctx -- TODO really?Neels Hofmeyr1-2/+2
2017-02-23gsm_04_08: remove apply_codec_restrictions() -- TODO really?Neels Hofmeyr1-28/+0
2017-02-23move to libmsc: osmo_stats_vty_add_cmds() -- todo MSCSPLITNeels Hofmeyr2-1/+2
2017-02-23include msc_ifaces.h in gsm_04_08.cNeels Hofmeyr1-0/+2
2017-02-23complete IuCS paging implementationNeels Hofmeyr3-35/+115
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 Hofmeyr2-23/+7
2017-02-23move subscr auth check to gsm_subscriber.cNeels Hofmeyr3-34/+56
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 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