aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2016-11-12subscr_request_channel() -> subscr_request_conn()Neels Hofmeyr3-5/+7
2016-11-12move subscr_request to gsm_subscriber.hNeels Hofmeyr2-14/+14
2016-11-12add gsm_encr to subscr_connNeels Hofmeyr1-0/+1
2016-11-12osmo-nitb becomes osmo-cscnNeels Hofmeyr8-100/+377
2016-11-12remove unneccessary linking from some testsNeels Hofmeyr3-4/+0
2016-11-12msc_release_connection(): don't call gsm0808_clear()Neels Hofmeyr1-1/+0
2016-11-12cut off libbsc paging, pending paging in libmscNeels Hofmeyr5-2/+24
2016-11-12libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)Neels Hofmeyr4-13/+69
2016-11-12Use new msc_tx_dtap() instead of gsm0808_submit_dtap()Neels Hofmeyr4-8/+10
2016-11-12add libiudummy, to avoid linking Iu deps in testsNeels Hofmeyr6-0/+56
2016-11-12move to libxsc: gsm48_extract_mi(), gsm48_paging_extract_mi() -- TODO move to...Neels Hofmeyr2-24/+24
2016-11-12msc_compl_l3(): publish in .h, tweak return valueNeels Hofmeyr2-6/+17
2016-11-12add cscn vty, remove nitb vtyNeels Hofmeyr5-104/+179
2016-11-12add iucs.[hc]Neels Hofmeyr4-0/+182
2016-11-12add DIUCS debug log constantNeels Hofmeyr2-0/+6
2016-11-12gsm0408_loc_upd_rej(): remove bts use (used only for debug log)Neels Hofmeyr1-5/+3
2016-11-12gsm_04_08, gsm_subscriber: decouple lac from btsNeels Hofmeyr3-11/+10
2016-11-12subscr_update_expire_lu(): remove bts argNeels Hofmeyr3-5/+5
2016-11-12move t3212 to network level (periodic lu)Neels Hofmeyr5-11/+15
2016-11-12libmsc: iucs dev: disable large parts of the codeNeels Hofmeyr5-1/+91
2016-11-12Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.Neels Hofmeyr6-0/+149
2016-11-12don't use lchan in libmscNeels Hofmeyr3-14/+12
2016-11-12gsm_04_08.c: Don't set msg->lchan nor msg->dstHarald Welte1-34/+0
2016-11-12gsm_subscriber_connection: mark BSC specific itemsNeels Hofmeyr1-6/+6
2016-11-12osmo-nitb: exit when MNCC socket init failedNeels Hofmeyr1-3/+7
2016-11-12split subscr_con_allocate()/_free() in bsc_ and msc_Neels Hofmeyr7-13/+42
2016-11-12move to libxsc: net timezone VTY configNeels Hofmeyr2-64/+64
2016-11-12Move timezone settings up to network levelNeels Hofmeyr9-99/+98
2016-11-12reinvent connection_for_subscr() and move to libmscNeels Hofmeyr3-35/+14
2016-11-12bsc vty: rename show_net_cmd to bsc_show_net_cmdNeels Hofmeyr1-2/+2
2016-11-12move to libxsc: network VTY that isn't BSC-specificNeels Hofmeyr3-194/+211
2016-11-12move to libxsc: global vty gsm_network pointerNeels Hofmeyr3-17/+32
2016-11-12global gsm_network: move allocation further upNeels Hofmeyr2-23/+25
2016-11-12split bsc_bootstrap_network() in alloc and configNeels Hofmeyr4-13/+33
2016-11-12tests: drop unused libmsc, unneeded duplicate libbsc linkingNeels Hofmeyr3-5/+0
2016-11-12sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counterNeels Hofmeyr6-43/+20
2016-11-12factor out & introduce struct gsm_encr, in xsc.hNeels Hofmeyr2-6/+11
2016-11-12move to libxsc: factor out gen of USSD notify and release completeNeels Hofmeyr11-39/+105
2016-11-12move to libxsc: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej()Neels Hofmeyr3-34/+34
2016-11-12move to libxsc: net init 3: actual moveNeels Hofmeyr15-35/+84
2016-11-12move to libxsc: net init 2: move bsc_network_init decl to osmo_bsc.hNeels Hofmeyr6-7/+9
2016-11-12move to libxsc: net init 1: rename to bsc_network_initNeels Hofmeyr7-8/+10
2016-11-12define mncc_recv_cb_t to avoid code dupNeels Hofmeyr5-7/+13
2016-11-12Add empty libxscNeels Hofmeyr7-0/+62
2016-11-11bs11_config: remove compiler waring about unused variableHarald Welte1-2/+2
2016-11-11talloc_cxt: Fix compiler warning / missing #includeHarald Welte1-0/+1
2016-11-10OM2000: disallow ip.access style TCH/F_PDCH pchan typeNeels Hofmeyr1-0/+9
2016-11-10OM2000: for TS conf of dyn TS, always send TCH/F chan combNeels Hofmeyr1-5/+1
2016-11-10fix use after free in bsc_config_freeNeels Hofmeyr1-1/+1
2016-11-09OM2000: Throw error when MO can not be enabledPhilipp1-0/+10