aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-12-08WIP: attempt at a subscr_conn_fsmneels/vlr_subscr_conn_fsmHarald Welte3-0/+137
2016-12-08comment fix in vlr_subscriberNeels Hofmeyr1-1/+1
2016-12-08vlr: temporary comments in gsm_subscriberNeels Hofmeyr1-8/+26
2016-12-08vlr: add vlr_subscriber to gsm_subscriber and commentNeels Hofmeyr1-0/+23
2016-12-08FIXME libmsc serv req + page resp: don't use bts pointer; break LACNeels Hofmeyr1-9/+9
2016-12-08FIXME disable subscr_update()Neels Hofmeyr1-0/+2
2016-12-08FIXME disable classmark2Neels Hofmeyr1-1/+5
2016-12-08vlr_sub_name(): be robust against NULL pointerNeels Hofmeyr1-0/+2
2016-12-08gsm48_rx_rr_app_info: don't store app info at all, commentNeels Hofmeyr1-0/+5
2016-12-08fixes for tmsi reall compl pathNeels Hofmeyr3-7/+9
2016-12-08gsm_04_08.c: add missing vlr .subscr_assoc()Neels Hofmeyr1-0/+12
2016-12-08fix const compiler warning in print_meas_rep()Neels Hofmeyr1-1/+1
2016-12-08store initial lu_fsm in gsm_subscriber_connectionNeels Hofmeyr2-2/+5
2016-12-08vlr_lu_fsm: missing: WAIT_SUB_PRES out_state_mask += WAIT_IMEI_TMSINeels Hofmeyr1-0/+1
2016-12-08libmsc: store classmark1 in gsm_subscriber_connectionNeels Hofmeyr2-0/+2
2016-12-08cosmetic: in comments, drop some unbalanced bracesNeels Hofmeyr3-2/+3
2016-12-08fix various missing vars and unused varsNeels Hofmeyr3-21/+2
2016-12-08comments: various tweaks and fixesNeels Hofmeyr3-6/+6
2016-12-08fix vlr_loc_update: don't return vlr_subscriber, return fsm instNeels Hofmeyr1-3/+1
2016-12-08WIP: more incomplete libvlr integration workHarald Welte10-110/+176
2016-12-07WIP: Introduce libvlrHarald Welte25-310/+4206
2016-12-07WIP: move OAP client to libosmocoreHarald Welte6-253/+2
2016-12-07gsup_client: Make use of OAP optionalHarald Welte1-3/+5
2016-12-07VTY: Print 3G auth tuples, not just 2G auth tuplesHarald Welte1-9/+24
2016-12-07WIP: add gsup_test_client programHarald Welte3-0/+318
2016-12-07WIP: Handle Authentication Failure from MSHarald Welte1-0/+28
2016-12-07SGSN: Integrate basic support for UMTS AKAHarald Welte1-19/+89
2016-12-07Introduce subscriber_connection ref-countingHarald Welte8-19/+64
2016-12-05LLC: Fixup element order in LLC-XIDPhilipp1-2/+2
2016-12-02abis_om2k: fix typo that declared non-existent struct gsm_bts_trx_sNeels Hofmeyr1-1/+1
2016-12-02gsm_subscriber_connection: mark BSC specific itemsNeels Hofmeyr1-6/+6
2016-12-02osmo-nitb: exit when MNCC socket init failedNeels Hofmeyr1-3/+7
2016-12-02split subscr_con_allocate()/_free() in bsc_ and msc_Neels Hofmeyr7-13/+42
2016-12-02move to libcommon-cs: net timezone VTY configNeels Hofmeyr2-64/+64
2016-12-02Move timezone settings up to network levelNeels Hofmeyr9-99/+98
2016-12-02reinvent connection_for_subscr() and move to libmscNeels Hofmeyr3-35/+14
2016-12-02bsc vty: rename show_net_cmd to bsc_show_net_cmdNeels Hofmeyr1-2/+2
2016-12-02move to libcommon-cs: network VTY that isn't BSC-specificNeels Hofmeyr3-194/+211
2016-12-02move to libcommon-cs: global vty gsm_network pointerNeels Hofmeyr3-17/+32
2016-12-02global gsm_network: move allocation further upNeels Hofmeyr2-23/+25
2016-12-02split bsc_bootstrap_network() in alloc and configNeels Hofmeyr4-13/+33
2016-12-02tests: drop unused libmsc, unneeded duplicate libbsc linkingNeels Hofmeyr3-5/+0
2016-12-02sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counterNeels Hofmeyr6-43/+20
2016-12-02factor out & introduce struct gsm_encr, in common_cs.hNeels Hofmeyr2-6/+11
2016-12-02factor out gen of USSD notify and release complete to libosmocoreNeels Hofmeyr10-38/+64
2016-11-28IuPS: properly update ra_id on GMM Attach RequestNeels Hofmeyr1-4/+2
2016-11-27sndcp: fixup for coverity scan defect CID 149097Philipp2-0/+2
2016-11-26bsc_msc.c: Check setsockopt() return valueHarald Welte1-1/+7
2016-11-26abis_nm: ceck fseek() return code in is_last_line()Harald Welte1-1/+3
2016-11-26ipaccess-proxy: Check setsockopt() return valueHarald Welte1-1/+7