aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2017-03-16gsm0408_clear_request(): actually free the released connNeels Hofmeyr1-0/+2
2017-03-16add iu.h to gsm_subscriber.cNeels Hofmeyr1-0/+1
2017-03-16gsm_04_08.c: iu.hNeels Hofmeyr1-0/+1
2017-03-16temporary dev: set debug log level almost everywhereNeels Hofmeyr1-17/+17
2017-03-16comment on mscsplit, indent commentNeels Hofmeyr2-0/+8
2017-03-16move to libbsc: lchan_next_meas_rep() -- TODO really?Neels Hofmeyr3-14/+13
2017-03-16move to libbsc: gsm_bts_neighbor() -- TODO really?Neels Hofmeyr3-23/+21
2017-03-16gsm0408_test: use NULL for root ctx -- TODO really?Neels Hofmeyr1-2/+2
2017-03-16gsm_04_08: remove apply_codec_restrictions() -- TODO really?Neels Hofmeyr1-28/+0
2017-03-16move to libmsc: osmo_stats_vty_add_cmds() -- todo MSCSPLITNeels Hofmeyr2-1/+2
2017-03-16include msc_ifaces.h in gsm_04_08.cNeels Hofmeyr1-0/+2
2017-03-16complete IuCS paging implementationNeels Hofmeyr2-32/+82
2017-03-16paging: add todo comments for paging and mscsplitNeels Hofmeyr2-0/+7
2017-03-16paging: actually verify subscriber authorizationNeels Hofmeyr1-1/+8
2017-03-16paging: change subscr_paging_cb() into subscr_rx_paging_response()Neels Hofmeyr2-26/+7
2017-03-16Iu auth wipNeels Hofmeyr1-0/+25
2017-03-16subscr_request_channel() -> subscr_request_conn()Neels Hofmeyr3-6/+10
2017-03-16move subscr_request to gsm_subscriber.hNeels Hofmeyr2-17/+14
2017-03-16add gsm_encr to subscr_connNeels Hofmeyr1-0/+1
2017-03-16osmo-nitb becomes osmo-mscNeels Hofmeyr8-98/+374
2017-03-16remove unneccessary linking from some testsNeels Hofmeyr3-4/+0
2017-03-16cut off libbsc paging, pending paging in libmscNeels Hofmeyr4-1/+19
2017-03-16libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)Neels Hofmeyr4-6/+59
2017-03-16Use new msc_tx_dtap() instead of gsm0808_submit_dtap()Neels Hofmeyr4-8/+10
2017-03-16add libiudummy, to avoid linking Iu deps in testsNeels Hofmeyr6-0/+56
2017-03-16move to libcommon-cs: gsm48_extract_mi(), gsm48_paging_extract_mi() -- TODO m...Neels Hofmeyr2-24/+24
2017-03-16msc_compl_l3(): publish in .h, tweak return valueNeels Hofmeyr2-10/+20
2017-03-16add msc vty, remove nitb vtyNeels Hofmeyr4-10/+177
2017-03-16add iucs.[hc]Neels Hofmeyr4-0/+206
2017-03-16add DIUCS debug log constantNeels Hofmeyr2-0/+6
2017-03-16gsm0408_loc_upd_rej(): remove bts use (used only for debug log)Neels Hofmeyr1-4/+2
2017-03-16gsm_04_08, gsm_subscriber: decouple lac from btsNeels Hofmeyr2-3/+2
2017-03-16move t3212 to network level (periodic lu)Neels Hofmeyr4-8/+12
2017-03-16libmsc: iucs dev: disable large parts of the codeNeels Hofmeyr5-0/+91
2017-03-16Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.Neels Hofmeyr6-0/+141
2017-03-16don't use lchan in libmscNeels Hofmeyr2-12/+12
2017-03-16gsm_04_08.c: Don't set msg->lchan nor msg->dstHarald Welte1-34/+0
2017-03-16IuPS: cosmetic: explicitly check RAN type; move commentNeels Hofmeyr1-1/+3
2017-03-16sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_configNeels Hofmeyr3-7/+10
2017-03-16sgsn_ranap_iu_event: handle some events without valid MM contextNeels Hofmeyr1-5/+13
2017-03-16SGSN: Don't indicate GERAN in Iu mode PDP CTX ACT REQ to GGSNHarald Welte1-10/+20
2017-03-16vlr: fix: don't send CM Service Accept after Ciphering CommandNeels Hofmeyr3-11/+12
2017-03-16fix: vlr: clear last_tuple when receiving auth tuplesNeels Hofmeyr3-6/+21
2017-03-16gsup_client: allow passing a unit id to identify with HLRNeels Hofmeyr8-15/+29
2017-03-16SI3: indicate R99+ MSC to GSM MS to enable UMTS AKANeels Hofmeyr1-0/+3
2017-03-16vlr: get SMS working, by SMS recipient MSISDN round-robinNeels Hofmeyr12-59/+463
2017-03-16msc_vlr tests: add tests to reject concurrenct connsNeels Hofmeyr9-112/+2006
2017-03-16Add msc_vlr test suite for MSC+VLR end-to-end testsNeels Hofmeyr33-4/+12976
2017-03-16Use libvlr in libmsc (large refactoring)Neels Hofmeyr61-3543/+1627
2017-03-16Add libvlr implementationHarald Welte17-0/+5394