aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/gsm_data.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-20rename files acc_ramp.* -> acc.c*Pau Espin Pedrol1-1/+1
2020-07-18Move gsm_bts_{trx_}set_system_infos APIs to bts{_trx}.*Pau Espin Pedrol1-3/+0
2020-07-18Move struct gsm_bts_trx: gsm-data.* => bts_trx.*Pau Espin Pedrol1-74/+1
2020-07-18bts: Drop duplicated function to get trx by numberPau Espin Pedrol1-1/+0
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol1-626/+6
2020-07-16propagate RSL error cause codes to RR Channel Release causeNeels Hofmeyr1-0/+1
2020-07-16RR Channel Release: pass Cause code from BSSMAP Clear to the BTSNeels Hofmeyr1-0/+3
2020-07-15gsm_data.h: Drop duplicated include stdint.hPau Espin Pedrol1-1/+0
2020-07-08SI2quater: allow storing 48 EARFCNsNeels Hofmeyr1-1/+4
2020-06-23fix crashes due to OSMO_ASSERT(conn->lchan)Vadim Yanitskiy1-1/+2
2020-06-21Count RSL DELETE INDICATION received from BTSHarald Welte1-0/+3
2020-06-17MSC pooling: add rate countersNeels Hofmeyr1-0/+10
2020-06-17MSC pooling: make NRI mappings VTY configurableNeels Hofmeyr1-0/+3
2020-06-16remove extract_sub(), add bsc_subscr_find_or_create_by_mi()Neels Hofmeyr1-2/+0
2020-06-16Count assignment rates per BTS as wellDaniel Willmann1-0/+14
2020-06-16abis_rsl: Count successful channel requestsDaniel Willmann1-0/+2
2020-06-16gsm_data.h: Remove period at end of counter descriptionDaniel Willmann1-19/+19
2020-06-10refactor bsc_find_msc()'s round-robinNeels Hofmeyr1-0/+4
2020-05-31gsm_data: cosmetic: mark argument of is_*_bts() as constVadim Yanitskiy1-6/+6
2020-05-29flatten: move network->bsc_data->* to network->*Neels Hofmeyr1-2/+10
2020-05-29drop all BSC originated USSD notification featuresNeels Hofmeyr1-3/+0
2020-05-29drop CC 'local-prefix' featureNeels Hofmeyr1-7/+0
2020-05-28stats: Count paging requests flushed due to MSC Reset.Alexander Chemeris1-0/+2
2020-05-27drop IMSI filter and libfilter completelyNeels Hofmeyr1-4/+0
2020-05-19stats: Add a BTS/BSC counter PAGING_NO_ACTIVE_PAGING.Alexander Chemeris1-0/+4
2020-05-19stats: Add counters and gauges for BORKEN lchans/TSAlexander Chemeris1-1/+47
2020-05-09stats: Export connected OML/RSL links count per BTS.Alexander Chemeris1-0/+2
2020-05-09stats: report a number of configured BTS to a stats gauge.Alexander Chemeris1-0/+7
2020-05-09gsm_data: Update trx_is_usable for ericsson BTSSylvain Munaut1-0/+12
2020-05-08stats: Report per channel type load to statsd counters.Alexander Chemeris1-0/+16
2020-05-08om2k: Add support for MCTR configurationSylvain Munaut1-0/+4
2020-05-08om2k: Add option to limit OML version during negotiationSylvain Munaut1-0/+4
2020-05-08bts_nokia_site: Fix LAPD segfault during reset procedureHarald Welte1-1/+1
2020-05-04gsm_data.h: Comment the 'nokia' BTS fieldsHarald Welte1-6/+6
2020-04-14vty: clarify EGPRS Packet Channel Request message supportVadim Yanitskiy1-1/+1
2020-03-27VTY: add show bts failure reportOliver Smith1-0/+8
2020-03-19main: exit on mutually exclusive codecs settingsOliver Smith1-0/+3
2019-11-19bsc: Adapt maximum MS Power Ctrl level based on band and MS Power classPau Espin Pedrol1-0/+6
2019-11-13Fix some typosMartin Hauke1-8/+8
2019-11-02osmo_bsc_main.c: verify the physical channel mapping at startupVadim Yanitskiy1-0/+2
2019-10-31gsm_data.h: Remove unused func declarationsPau Espin Pedrol1-3/+0
2019-10-31gsm_data.h: Remove unused field classmark from gsm_subscriber_connectionPau Espin Pedrol1-3/+0
2019-10-31Remove unused API classmark_is_r99()Pau Espin Pedrol1-2/+0
2019-09-08SMSCB: Send ETWS Primary Notifiation via RSL to BTSHarald Welte1-0/+1
2019-09-02Cell Broadcast: CBSP and CBCH scheduling supportHarald Welte1-0/+53
2019-07-13comment and VTY doc tweaksNeels Hofmeyr1-1/+1
2019-05-26Allow VTY to set the CCCH Load Indication ThresholdHarald Welte1-0/+3
2019-05-24keep per-BTS stat_items about RACH busy / RACH access percentageHarald Welte1-0/+2
2019-05-19bssap: Parse Osmux CID on BSSAP Assign Req recv and use it in MGCPPau Espin Pedrol1-0/+3
2019-05-03assignment_fsm: Properly support assigning signalling mode TCH/xSylvain Munaut1-7/+10