aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* omldummy: Claim to support VBS + VGCS towards BSClaforge/asciHarald Welte2023-05-121-0/+2
* ASCI: Prevent transmission of uplink RTP in VBS and listener VGCSHarald Welte2023-05-111-0/+17
* sysmo: Enable VGSCS + VBS feature flagsHarald Welte2023-05-111-0/+2
* WIP: VGCS/VBS RACH -> RSL TALKER/LISTENER DETECTHarald Welte2023-05-1113-16/+296
* Store "Channel rate and type" from RSL Channel Mode IE in BTSHarald Welte2023-05-112-0/+7
* validate RSL "channel rate and type" against VGCS/VBS flagsHarald Welte2023-05-111-0/+14
* WIP: NCH / NOTIFICATION supportHarald Welte2023-05-119-10/+266
* Add ASCI (advanced speech call items) log sub-systemHarald Welte2023-05-112-0/+8
* paging: Add support for generating NLN/NLN-Status in P1 Rest OctetsHarald Welte2023-05-081-1/+13
* bbtransc/rcarrier: Fix statechg done twice upon NM_EV_RX_OPSTARTPau Espin Pedrol2023-05-052-4/+4
* pcu_sock: don not continue when running out of TRX spacePhilipp Maier2023-05-051-1/+1
* l1sap: fix wording in commentPhilipp Maier2023-05-041-1/+1
* octphy: Fix clearly wrong noop assignmentPau Espin Pedrol2023-05-041-4/+2
* sched_lchan_tchx: use GSM_HR_BYTES_RTP_RFC5993 constantPhilipp Maier2023-05-042-2/+2
* oml: reset BCCH carrier power reduction mode (if enabled)Vadim Yanitskiy2023-05-021-0/+2
* oml: gsm_objclass2{mo,obj}(): set cause for unknown obj_classVadim Yanitskiy2023-05-011-4/+10
* oml: gsm_objclass2{mo,obj}(): cosmetic: return immediatelyVadim Yanitskiy2023-05-011-36/+18
* gsm_objclass2obj(): Change signature/set NACK causearehbein2023-04-293-19/+30
* gsm_objclass2mo(): Change signature/set NACK causearehbein2023-04-292-27/+40
* fixup: common: Remove unused function gsm_objclass2nmstate()Vadim Yanitskiy2023-04-291-2/+0
* common: Remove unused function gsm_objclass2nmstate()arehbein2023-04-281-14/+0
* debian: set compat level to 10Oliver Smith2023-04-252-2/+2
* license: fix typosMax2023-04-232-10/+10
* flags: ensure completeness of bts_impl_flag_desc[]Vadim Yanitskiy2023-04-211-0/+3
* flags: group BTS_INTERNAL_FLAG_* into an enumVadim Yanitskiy2023-04-212-17/+21
* flags: add missing entries to bts_impl_flag_desc[]Vadim Yanitskiy2023-04-211-0/+2
* common: Remove redundant checksarehbein2023-04-201-18/+6
* vty.c: Use already available tpp pointerPau Espin Pedrol2023-04-181-1/+1
* osmo-bts-virtual: properly activate [CBCH/]BCCH/CCCHVadim Yanitskiy2023-04-132-8/+22
* bts-sysmo: Delay marking phy_link as connected until L1 reset + got infoPau Espin Pedrol2023-04-111-2/+2
* bts-sysmo: Fix pinst->version filled too earlyPau Espin Pedrol2023-04-111-8/+6
* oml: Fix potential null ptr access on trx objectPau Espin Pedrol2023-04-111-15/+24
* pcu_sock: Drop bts_sm pointerPau Espin Pedrol2023-04-111-3/+1
* pcu_sock: Allocate pcu_sock_state using g_bts_sm talloc contextPau Espin Pedrol2023-04-111-1/+1
* Move pcu_sock_state to gprs section of bts_smPau Espin Pedrol2023-04-112-7/+7
* Update g_bts_sm->num_bts when bts is added/removed from bts listPau Espin Pedrol2023-04-111-1/+2
* Properly report all states through NM FSM upon OML link upPau Espin Pedrol2023-04-1112-45/+66
* nm: Document current state of SW_ACT in TRX related objectsPau Espin Pedrol2023-04-112-2/+14
* Drop NM_EV_BBTRANSC_INSTALLED in favour of generic NM_EV_SW_ACTPau Espin Pedrol2023-04-114-10/+3
* Move GPRS NSE under BTS SiteMgrPau Espin Pedrol2023-04-1111-65/+77
* Merge gsm_network into gsm_bts_sm and place gsm_bts under itPau Espin Pedrol2023-04-1125-161/+258
* nm: Dispatch NM_EV_SW_ACT in cascade to BTS SiteMgr childrenPau Espin Pedrol2023-04-112-2/+1
* Introduce NM FSM for GPRS NSVC objectPau Espin Pedrol2023-04-1113-54/+303
* cosmetic: Change LOGPLCFN argument orderHarald Welte2023-04-0912-80/+71
* bts: Simplify lifecycle of BTS inside bts_listPau Espin Pedrol2023-04-061-12/+8
* Move NSVC structs to be part of NSEPau Espin Pedrol2023-04-065-31/+35
* Rearrange declaration of struct gsm_bts_gprs_nsvcPau Espin Pedrol2023-04-061-12/+12
* Introduce NM FSM for GPRS Cell objectPau Espin Pedrol2023-04-0614-32/+320
* Fix octet 2 of NM GPRS CellPau Espin Pedrol2023-04-061-1/+1
* Introduce NM FSM for GPRS NSE objectPau Espin Pedrol2023-04-0614-56/+368