aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/bts.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-18common: Add RTP related rate countersHarald Welte1-0/+9
2024-02-17Fix license headers.Harald Welte1-1/+1
2023-12-11Use polling based LAPDm with frame numbersAndreas Eversberg1-2/+2
2023-09-21oml: implement handling of NM_ATT_IPACC_SUPP_FEATURESVadim Yanitskiy1-1/+5
2023-08-31pcu_sock: use PCU_IF_SAPI_AGCH_2 instead PCU_IF_SAPI_AGCHPhilipp Maier1-0/+7
2023-08-22bts: make bts_agch_dequeue staticPhilipp Maier1-1/+1
2023-07-30osmo-bts-trx: bts_supports_cm_data(): allow non-transparent modesVadim Yanitskiy1-0/+3
2023-07-30l1sap: proper rate adaptation for CSD (RFC4040 'clearmode')Vadim Yanitskiy1-1/+1
2023-07-21ASCI: Add Notification CHannel (NCH) supportAndreas Eversberg1-13/+21
2023-07-21ASCI: Retrieve NCH position from System Information 1Andreas Eversberg1-0/+1
2023-07-21ASCI: VGCS/VBS RACH -> RSL TALKER/LISTENER DETECTHarald Welte1-0/+3
2023-07-13osmo-bts-trx: implement TCH/F2.4 support for CSDVadim Yanitskiy1-4/+0
2023-07-13osmo-bts-trx: implement CSD scheduling supportVadim Yanitskiy1-14/+48
2023-07-12common: Make socket queue max. length configurablearehbein1-0/+1
2023-07-11fix bts_supports_cm(): properly check feature flags for VGCS/VBSVadim Yanitskiy1-13/+15
2023-07-10Change return value of bts_supports_cm() from int to boolAndreas Eversberg1-13/+13
2023-07-10validate RSL "channel rate and type" against VGCS/VBS flagsHarald Welte1-0/+14
2023-07-10ASCI: NCH / NOTIFICATION supportHarald Welte1-0/+2
2023-05-27all models, HR1 codec: select RTP output format via vty optionMychaela N. Falconia1-0/+1
2023-04-21flags: ensure completeness of bts_impl_flag_desc[]Vadim Yanitskiy1-0/+3
2023-04-21flags: add missing entries to bts_impl_flag_desc[]Vadim Yanitskiy1-0/+2
2023-04-11Update g_bts_sm->num_bts when bts is added/removed from bts listPau Espin Pedrol1-1/+2
2023-04-11Properly report all states through NM FSM upon OML link upPau Espin Pedrol1-25/+5
2023-04-11nm: Document current state of SW_ACT in TRX related objectsPau Espin Pedrol1-2/+9
2023-04-11Move GPRS NSE under BTS SiteMgrPau Espin Pedrol1-27/+0
2023-04-11Merge gsm_network into gsm_bts_sm and place gsm_bts under itPau Espin Pedrol1-25/+11
2023-04-11nm: Dispatch NM_EV_SW_ACT in cascade to BTS SiteMgr childrenPau Espin Pedrol1-2/+0
2023-04-11Introduce NM FSM for GPRS NSVC objectPau Espin Pedrol1-9/+10
2023-04-06bts: Simplify lifecycle of BTS inside bts_listPau Espin Pedrol1-12/+8
2023-04-06Move NSVC structs to be part of NSEPau Espin Pedrol1-14/+14
2023-04-06Introduce NM FSM for GPRS Cell objectPau Espin Pedrol1-8/+9
2023-04-06Fix octet 2 of NM GPRS CellPau Espin Pedrol1-1/+1
2023-04-06Introduce NM FSM for GPRS NSE objectPau Espin Pedrol1-7/+13
2023-04-04Clarify configuration of TSC on each timeslotPau Espin Pedrol1-0/+2
2022-12-19OML: NSVC[1] MO should have the same initial state as NVSC[0]Alexander Couzens1-1/+1
2022-09-13Introduce Osmux supportPau Espin Pedrol1-0/+10
2022-04-26src/common/bts.c: set BTS_FEAT_CCNOliver Smith1-0/+1
2022-04-25src/common/bts.c: set BTS_FEAT_PAGING_COORDINATIONOliver Smith1-0/+1
2022-04-25model_init: order features alphabetically, part 2Oliver Smith1-3/+4
2022-03-31fix gsm_bts_get_cbch(): CBCH can be allocated on CnVadim Yanitskiy1-10/+11
2022-02-08logging: get rid of logging category DSUMVadim Yanitskiy1-2/+2
2021-11-23bts: Properly free bts->shutdown_fi when struct gsm_bts is freedPau Espin Pedrol1-0/+4
2021-10-14Move lchan related code to lchan.{c,h}Pau Espin Pedrol1-60/+0
2021-10-07MS Power Control Loop: Use P_CON_INTERVAL=2 by defaultPau Espin Pedrol1-2/+2
2021-09-23Avoid sending Load Indications when BTS is not RSL-connectedPau Espin Pedrol1-1/+0
2021-09-20abis: Drop internal OML msg queuePau Espin Pedrol1-1/+0
2021-09-11early IA: change default X15 timer to 0 msNeels Hofmeyr1-1/+1
2021-09-11early IMM ASS: add configurable delay for RR IMM ASSNeels Hofmeyr1-0/+6
2021-08-18add osmo_tdef groups, exposing T timers on VTY configNeels Hofmeyr1-1/+1
2021-07-19allow to configure multiple oml remote-ip addressesPhilipp Maier1-0/+1