aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-oc2g
AgeCommit message (Expand)AuthorFilesLines
2023-07-14oc2g: Fix multiple definitions of arraysPau Espin Pedrol1-10/+10
2023-05-03pcu_l1_if_phy: fix API function namesPhilipp Maier1-2/+2
2023-03-03pcu_l1_if_phy: support multiple BTS (in theory)Philipp Maier1-1/+1
2023-02-27pcu_l1_if_phy: add new PHY API function to initialize PHYPhilipp Maier1-0/+5
2023-02-27pcu_l1_if_phy: add new PHY API function to disconnect PDCHPhilipp Maier1-0/+5
2023-02-15osmo-bts-xyz: include pcu_l1_if_phy.h in phy in l1_if codePhilipp Maier1-0/+1
2023-02-15lc15/oc2g: fix function signature of l1if_open_pdch()Philipp Maier1-1/+1
2021-03-18direct_phy: Fix condition dropping rx DATA.ind payload in inPau Espin Pedrol1-1/+1
2021-03-12Improve DATA.ind loggingPau Espin Pedrol1-5/+9
2021-03-08direct_phy: Support submitting DATA.ind with len=0 to upper layersPau Espin Pedrol1-17/+14
2021-01-20Allow multiple bts objects in PCUPau Espin Pedrol1-7/+16
2020-10-19Use osmo_fd_setup() whenever applicableHarald Welte1-9/+2
2020-08-12direct-phy: fix handle_ph_ra_ind(): handle PH-RA.ind on PRACH SAPIVadim Yanitskiy1-0/+1
2020-05-22l1if: fix: s/pcu_rx_rach_ind_pdtch/pcu_rx_rach_ind_ptcch/gVadim Yanitskiy1-1/+1
2020-05-09Use OSMO_FD_* instead of deprecated BSC_FD_*Pau Espin Pedrol1-2/+2
2019-11-23PTCCH: properly handle RACH.ind for PCU_IF_SAPI_PTCCHVadim Yanitskiy1-5/+14
2019-11-17PTCCH: properly handle RTS.req for PCU_IF_SAPI_PTCCHVadim Yanitskiy1-1/+4
2019-03-27oc2g: Change log type (Litecell15->Oc2g)Daniel Willmann1-1/+1
2019-03-27oc2g: Remove custom alarmsDaniel Willmann1-7/+0
2019-03-27OC-2G: Always use positive TA information provided in PH-RA-INDMinh-Quang Nguyen1-2/+3
2019-03-27OC-2G: Fix TA adjustmentMinh-Quang Nguyen1-2/+2
2019-03-27OC-2G: Fix missing headerMinh-Quang Nguyen1-0/+2
2019-03-27Initial commit for OC-2G support.Jean-Francois Dionne5-0/+1102