aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-05-22l1sap: cosmetic: rename payload_len to rtp_pl_lenpmaier/rtpfmtPhilipp Maier1-2/+2
2023-05-22l1sap: Accept RFC5993 and TS 101.318 HR GSM payloadPhilipp Maier8-4/+66
2023-05-22l1sap: Drop invalid HR GSM payloadPhilipp Maier1-1/+11
2023-05-19trx: remove model-specific BFI packet formatsMychaela N. Falconia2-53/+10
2023-05-19copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy25-25/+25
2023-05-16paging: cosmetic: rename all IMM.ASS references to MAC blockPhilipp Maier3-58/+60
2023-05-10PCU interface: Log version when starting listenerarehbein1-1/+1
2023-05-10all models, FR/EFR UL: change SID check to _is_any_sid()Mychaela N. Falconia4-8/+8
2023-05-09lc15,oc2g: fix handling of SID in EFRMychaela N. Falconia2-14/+12
2023-05-08RTP input, FR & EFR: preen incoming payloads for SID errorsMychaela N. Falconia2-9/+41
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