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