aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-05-12omldummy: Claim to support VBS + VGCS towards BSClaforge/asciHarald Welte1-0/+2
2023-05-11ASCI: Prevent transmission of uplink RTP in VBS and listener VGCSHarald Welte1-0/+17
2023-05-11sysmo: Enable VGSCS + VBS feature flagsHarald Welte1-0/+2
2023-05-11WIP: VGCS/VBS RACH -> RSL TALKER/LISTENER DETECTHarald Welte13-16/+296
2023-05-11Store "Channel rate and type" from RSL Channel Mode IE in BTSHarald Welte2-0/+7
2023-05-11validate RSL "channel rate and type" against VGCS/VBS flagsHarald Welte1-0/+14
2023-05-11WIP: NCH / NOTIFICATION supportHarald Welte9-10/+266
2023-05-11Add ASCI (advanced speech call items) log sub-systemHarald Welte2-0/+8
2023-05-08paging: Add support for generating NLN/NLN-Status in P1 Rest OctetsHarald Welte1-1/+13
2023-05-05bbtransc/rcarrier: Fix statechg done twice upon NM_EV_RX_OPSTARTPau Espin Pedrol2-4/+4
2023-05-05pcu_sock: don not continue when running out of TRX spacePhilipp Maier1-1/+1
2023-05-04l1sap: fix wording in commentPhilipp Maier1-1/+1
2023-05-04octphy: Fix clearly wrong noop assignmentPau Espin Pedrol1-4/+2
2023-05-04sched_lchan_tchx: use GSM_HR_BYTES_RTP_RFC5993 constantPhilipp Maier2-2/+2
2023-05-02oml: reset BCCH carrier power reduction mode (if enabled)Vadim Yanitskiy1-0/+2
2023-05-01oml: gsm_objclass2{mo,obj}(): set cause for unknown obj_classVadim Yanitskiy1-4/+10
2023-05-01oml: gsm_objclass2{mo,obj}(): cosmetic: return immediatelyVadim Yanitskiy1-36/+18
2023-04-29gsm_objclass2obj(): Change signature/set NACK causearehbein3-19/+30
2023-04-29gsm_objclass2mo(): Change signature/set NACK causearehbein2-27/+40
2023-04-29fixup: common: Remove unused function gsm_objclass2nmstate()Vadim Yanitskiy1-2/+0
2023-04-28common: Remove unused function gsm_objclass2nmstate()arehbein1-14/+0
2023-04-25debian: set compat level to 10Oliver Smith2-2/+2
2023-04-23license: fix typosMax2-10/+10
2023-04-21flags: ensure completeness of bts_impl_flag_desc[]Vadim Yanitskiy1-0/+3
2023-04-21flags: group BTS_INTERNAL_FLAG_* into an enumVadim Yanitskiy2-17/+21
2023-04-21flags: add missing entries to bts_impl_flag_desc[]Vadim Yanitskiy1-0/+2
2023-04-20common: Remove redundant checksarehbein1-18/+6
2023-04-18vty.c: Use already available tpp pointerPau Espin Pedrol1-1/+1
2023-04-13osmo-bts-virtual: properly activate [CBCH/]BCCH/CCCHVadim Yanitskiy2-8/+22
2023-04-11bts-sysmo: Delay marking phy_link as connected until L1 reset + got infoPau Espin Pedrol1-2/+2
2023-04-11bts-sysmo: Fix pinst->version filled too earlyPau Espin Pedrol1-8/+6
2023-04-11oml: Fix potential null ptr access on trx objectPau Espin Pedrol1-15/+24
2023-04-11pcu_sock: Drop bts_sm pointerPau Espin Pedrol1-3/+1
2023-04-11pcu_sock: Allocate pcu_sock_state using g_bts_sm talloc contextPau Espin Pedrol1-1/+1
2023-04-11Move pcu_sock_state to gprs section of bts_smPau Espin Pedrol2-7/+7
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 Pedrol12-45/+66
2023-04-11nm: Document current state of SW_ACT in TRX related objectsPau Espin Pedrol2-2/+14
2023-04-11Drop NM_EV_BBTRANSC_INSTALLED in favour of generic NM_EV_SW_ACTPau Espin Pedrol4-10/+3
2023-04-11Move GPRS NSE under BTS SiteMgrPau Espin Pedrol11-65/+77
2023-04-11Merge gsm_network into gsm_bts_sm and place gsm_bts under itPau Espin Pedrol25-161/+258
2023-04-11nm: Dispatch NM_EV_SW_ACT in cascade to BTS SiteMgr childrenPau Espin Pedrol2-2/+1
2023-04-11Introduce NM FSM for GPRS NSVC objectPau Espin Pedrol13-54/+303
2023-04-09cosmetic: Change LOGPLCFN argument orderHarald Welte12-80/+71
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 Pedrol5-31/+35
2023-04-06Rearrange declaration of struct gsm_bts_gprs_nsvcPau Espin Pedrol1-12/+12
2023-04-06Introduce NM FSM for GPRS Cell objectPau Espin Pedrol14-32/+320
2023-04-06Fix octet 2 of NM GPRS CellPau Espin Pedrol1-1/+1
2023-04-06Introduce NM FSM for GPRS NSE objectPau Espin Pedrol14-56/+368