aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-03-05cosmetic: bsc_network_init(): imply default 001-01 PLMNNeels Hofmeyr1-3/+1
2018-03-05gsm48_ra_id_by_bts(): struct gsm48_ra_id* instead of bufNeels Hofmeyr1-1/+1
2018-02-28pcuif_proto.h: add features of version 7 (txt indication)Alexander Couzens1-1/+16
2018-02-28pcuif_proto.h: fix whitespaces and indentionAlexander Couzens1-5/+5
2018-02-27Add support for Access Control Class ramping.Stefan Sperling3-0/+155
2018-02-19HO: vty: rename ho decision 1 vty to 'handover1' with 'handover' aliasNeels Hofmeyr1-28/+29
2018-02-19HO: Implement load based handover, as handover_decision_2.cNeels Hofmeyr4-0/+18
2018-02-19HO: introduce ho decision callbacksNeels Hofmeyr1-1/+80
2018-02-19HO: clearly mark conn penalty timer member for hodec2Neels Hofmeyr1-1/+3
2018-02-19HO: lchan: store last seen measurement report nr, tweak logNeels Hofmeyr1-0/+1
2018-02-19HO: cfg: separate hodec1 from hodec2 parametersNeels Hofmeyr1-52/+112
2018-02-19Permit set of multiple different A5 ciphersHarald Welte1-1/+2
2018-02-19logging: Remove obsolete log categoriesHarald Welte1-17/+0
2018-02-19Structural reform: Get rid of osmo_bsc_sccp_conHarald Welte4-57/+58
2018-02-16HO: cfg: tweak vty writeNeels Hofmeyr1-1/+2
2018-02-16HO: store speech codec list from BSSMAP Assignment in connNeels Hofmeyr1-0/+10
2018-02-16HO: move penalty timers to own file as proper APINeels Hofmeyr3-9/+38
2018-02-16HO: add new_lchan_type arg to bsc_handover_start()Neels Hofmeyr1-1/+2
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 Hofmeyr4-12/+0
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 Hofmeyr1-4/+0
2018-02-14libcommon_cs: move gsm48 bits to libbscNeels Hofmeyr2-6/+6
2018-02-14gsm_network: drop unused trans_listNeels Hofmeyr1-6/+0
2018-02-14libcommon-cs: move gsm_network_init() into bsc_network_init()Neels Hofmeyr1-4/+0
2018-02-14libcommon: join gsm_data_shared.* into gsm_data.*Neels Hofmeyr4-914/+897
2018-02-14libcommon: eliminate socket.cNeels Hofmeyr2-15/+0
2018-02-14libcommon: eliminate debug.cNeels Hofmeyr1-2/+0
2018-02-14libcommon: eliminate common_vty.cNeels Hofmeyr1-2/+0
2018-02-13Make RSL connection attempts time out.Stefan Sperling1-0/+3
2018-02-05Add stat items for the BTS's channel load average and T3122.Stefan Sperling2-0/+7
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 Sperling3-5/+17
2018-01-28remove obsolete gsm_subscriber_connection.bts memberHarald Welte1-7/+5
2018-01-22HO: Add a penalty timer list to the subscriber connection entityAndreas Eversberg1-0/+10
2018-01-19HO: add queue to cache DTAP messages during handover/assignmentAndreas Eversberg1-0/+4
2018-01-19HO: make bts_by_arfcn_bsic() publicNeels Hofmeyr1-0/+2
2018-01-19HO: Count number of free timeslot on a given BTSAndreas Eversberg1-0/+3
2018-01-19HO: add handover algo 2 parameters; skip HO 1 if HO 2 is configuredNeels Hofmeyr1-0/+115
2018-01-19HO: enable handover by initializing at startup; rename init functionNeels Hofmeyr1-6/+2
2018-01-19HO: fix: increase the number of measurement report history to 10Andreas Eversberg2-1/+3
2018-01-19HO: Add handover decision debugging categoryAndreas Eversberg1-0/+1
2018-01-19HO: If handover logic is used to do assignment, signal assignment resultAndreas Eversberg1-0/+2
2018-01-19HO: Changed availablilty of ts_is_usable() from static to externAndreas Eversberg1-0/+1
2018-01-19HO: Count the actual meas.rep. get_meas_rep_avg fails if not reachedAndreas Eversberg1-0/+1
2018-01-19HO: Add function to count currently ongoing handovers to a given BTSAndreas Eversberg1-0/+2
2018-01-19HO prep: introduce per-BTS handover config, with defaults on net nodeNeels Hofmeyr5-16/+124
2018-01-19HO: fix recovery from failed handoverNeels Hofmeyr1-1/+0
2018-01-19osmo_bsc_mgcp: cosmetic: introduce mgcp_init(), soak up fsm initNeels Hofmeyr1-0/+2