aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-02-16HO: logging: more logs, and more concise loggingNeels Hofmeyr2-15/+41
2018-02-16HO: bsc_handover_start_lchan_change(): set MS to max power on handoverNeels Hofmeyr1-2/+9
2018-02-16HO: always do async handoverNeels Hofmeyr1-4/+2
2018-02-16HO: cosmetic: bsc_handover_start_lchan_change(): tweak local varsNeels Hofmeyr1-3/+11
2018-02-16HO: add new_lchan_type arg to bsc_handover_start()Neels Hofmeyr4-13/+16
2018-02-16HO: cosmetic: bsc_handover_start(): "fix" memcpy for AMR configNeels Hofmeyr1-2/+2
2018-02-16HO: process_meas_rep: guard against modulo zeroNeels Hofmeyr1-0/+3
2018-02-16handover_logic.c: on HO command, send new lchan's MS powerNeels Hofmeyr1-1/+1
2018-02-16handover_logic.c: always do inter-cell channel activationNeels Hofmeyr1-3/+1
2018-02-15bts chan_load: ignore unusable BTSNeels Hofmeyr1-0/+5
2018-02-15vty: 'show bts': fix indentingNeels Hofmeyr1-19/+19
2018-02-15vty: 'show bts': write '(none)' if none are found.Neels Hofmeyr1-0/+4
2018-02-14gsm_network: drop unused subscr_epxire_timerNeels Hofmeyr1-3/+0
2018-02-14drop unused common.hNeels Hofmeyr3-8/+0
2018-02-14drop libcommon-cs completelyNeels Hofmeyr26-114/+2
2018-02-14common_cs.h: mv gsm_encr to gsm_data.hNeels Hofmeyr2-8/+8
2018-02-14libcommon-cs: move vty bits to libbsc/bsc_vty.cNeels Hofmeyr3-209/+197
2018-02-14libcommon_cs: move gsm48 bits to libbscNeels Hofmeyr6-63/+65
2018-02-14gsm_network: drop unused trans_listNeels Hofmeyr2-7/+0
2018-02-14libcommon-cs: move gsm_network_init() into bsc_network_init()Neels Hofmeyr3-38/+15
2018-02-14libcommon-cs: move a_reset.c into libbscNeels Hofmeyr3-1/+1
2018-02-14drop libcommon completely, move remaining files to libbscNeels Hofmeyr19-43/+3
2018-02-14libcommon: join gsm_data_shared.* into gsm_data.*Neels Hofmeyr10-1794/+1736
2018-02-14ipaccess-proxy: don't redefine tall_bsc_ctxNeels Hofmeyr1-2/+1
2018-02-14libcommon: eliminate talloc_ctx.cNeels Hofmeyr9-56/+24
2018-02-14libcommon: eliminate socket.cNeels Hofmeyr7-158/+37
2018-02-14libcommon: eliminate debug.cNeels Hofmeyr17-243/+373
2018-02-14libcommon: eliminate common_vty.cNeels Hofmeyr5-157/+129
2018-02-14libcommon: eliminate bsc_version.cNeels Hofmeyr3-33/+7
2018-02-14osmo-bsc: Add talloc context introspection via VTYHarald Welte2-0/+2
2018-02-13Make RSL connection attempts time out.Stefan Sperling4-8/+44
2018-02-06abis_rsl: do not allow SACCH in MF mode on SAPI=0Philipp Maier1-0/+15
2018-02-06abis_rsl: permit first EstablishInd only on SAPI=0Philipp Maier1-0/+14
2018-02-05Add stat items for the BTS's channel load average and T3122.Stefan Sperling4-2/+28
2018-02-05vty: print RTP IP of lchan if actually bound; print remote (mgw) IPHarald Welte1-5/+15
2018-02-05gsm_data_shared.h: Remove unused sacch_deact member fieldHarald Welte1-1/+0
2018-02-05Make "waiting indicator" of IMMEDIATE ASSIGN REJECT dynamic.Stefan Sperling11-30/+143
2018-01-28update.gitignore with 'tags' files and 'deps' directoryHarald Welte1-0/+2
2018-01-28remove obsolete gsm_subscriber_connection.bts memberHarald Welte4-11/+5
2018-01-28bssmap_handle_assignm_req(): Decode channel type as first stepHarald Welte1-17/+16
2018-01-28cosmetic: Remove data/len variables in bssmap_handle_assignm_req()Harald Welte1-11/+6
2018-01-26Improve an error message in page_lai_and_lac()Stefan Sperling2-2/+2
2018-01-25Remove an unused variable.Stefan Sperling1-7/+0
2018-01-24cosmetic: log prim operation as textMax1-1/+2
2018-01-22HO: Add a penalty timer list to the subscriber connection entityAndreas Eversberg2-0/+20
2018-01-21Fix: meas_rep.c will only use valid DL measurement reportsAndreas Eversberg1-4/+19
2018-01-19HO: add queue to cache DTAP messages during handover/assignmentAndreas Eversberg2-0/+77
2018-01-19HO: make bts_by_arfcn_bsic() publicNeels Hofmeyr2-2/+4
2018-01-19HO: rename gsm_bts_neighbor() to bts_by_arfcn_bsic()Neels Hofmeyr1-14/+13
2018-01-19HO: Count number of free timeslot on a given BTSAndreas Eversberg2-0/+67