aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-05-27ctrl_sock_handle_rx(): fix missing space in LOGCHAN() statementVadim Yanitskiy1-1/+1
2021-05-05add hidden fn adjustment commandEric1-1/+1
2021-02-21Add a (hidden) VTY parameter for Rx/Tx freq. shiftingVadim Yanitskiy1-2/+2
2021-02-04sigProcLib: fix C/I computation for 8-PSK modulated burstsSylvain Munaut1-2/+1
2021-01-27Transceiver: use proper factor for amplitude scalingVadim Yanitskiy1-1/+1
2021-01-21Transceiver: fix integer division in addRadioVector()Vadim Yanitskiy1-1/+1
2020-11-11Use osmo_fd_*_{disable,enable}Harald Welte1-3/+3
2020-10-25Transceiver: explicitly init m{Rx,Tx}LowerLoopThreadVadim Yanitskiy1-0/+1
2020-10-24Transceiver: use size_t and ARRAY_SIZE() in constructorVadim Yanitskiy1-2/+2
2020-10-14Calculate RSSI offset based on RxGain configurationPau Espin Pedrol1-4/+15
2020-10-14Transceiver: Pass config struct instead of large list of paramsPau Espin Pedrol1-52/+42
2020-09-04transceiver: initialize reorder flag so we don't miscountEric1-1/+1
2020-09-01Add support for TRXC MUTE commandPau Espin Pedrol1-2/+13
2020-07-31Use new libosmovty cpu sched config featuresPau Espin Pedrol1-0/+5
2020-07-27Transceiver: Add several rate_ctr for rx error conditionsPau Espin Pedrol1-5/+15
2020-07-27Transceiver: Check log level before generating burst str representationPau Espin Pedrol1-1/+1
2020-07-17Transceiver: Lower some log levels which have an associated counterPau Espin Pedrol1-5/+5
2020-07-17Transceiver: Restrict conditions where FN gaps are detectedPau Espin Pedrol1-1/+1
2020-07-15Transceiver: Use already obtained value from Rx msg structurePau Espin Pedrol1-1/+1
2020-07-15Transceiver: Provide initial value for TransceiverState::mFiller in constructorPau Espin Pedrol1-1/+1
2020-07-10Add rate counter for missing Txbursts when scheduled towards the radioInterfacePau Espin Pedrol1-4/+11
2020-07-10Transceiver: Fix race condition obtaining Dl burst from Upper layerPau Espin Pedrol1-9/+14
2020-07-10Introduce rate counters to detect issues in received Dl bursts from TRXDPau Espin Pedrol1-8/+51
2020-07-01TransceiverState: Initialize ctrs field in constructorPau Espin Pedrol1-0/+1
2020-06-29Introduce rate counter tx_stale_burstsPau Espin Pedrol1-0/+11
2020-06-22Transceiver: Allow sending negative nominal tx power in RSP NOMTXPOWERPau Espin Pedrol1-4/+1
2020-06-08Transceiver: Implement TRXC cmd NOMTXPOWERPau Espin Pedrol1-0/+6
2020-05-29Transceiver: Fix extra space in RSP NOISELEV errorPau Espin Pedrol1-1/+1
2020-05-26Transceiver: Log when sending of CLK indications beginsPhilipp Maier1-0/+2
2020-04-14transceiver: get rid of the ctrl threadsEric1-65/+93
2020-04-14transceiver: check the right vectorEric1-2/+2
2019-12-20Transceiver.cpp: Introduce and use new logging categoriesPau Espin Pedrol1-35/+35
2019-11-27Transceiver: Fix wrong response upon CMD HANDOVER failurePau Espin Pedrol1-1/+1
2019-10-17Fix common misspellings and typosMartin Hauke1-1/+1
2019-09-09Transceiver: Don't stop TRX if pulling from OFF timeslotPau Espin Pedrol1-8/+16
2019-09-09Transceiver: pullRadioVector(): Fix use of uninitialized value bi->tnPau Espin Pedrol1-13/+13
2019-09-06Transceiver: Log error condition no burst in pullRadioVector()Pau Espin Pedrol1-1/+3
2019-09-06Transceiver: Use LOGCHAN in logRxBurst to unify log formatPau Espin Pedrol1-2/+1
2019-09-06Transceiver: Fix logging TN and versionPau Espin Pedrol1-4/+4
2019-08-26Transceiver: Enable EDGE detection only on PDCH timeslotsPau Espin Pedrol1-6/+2
2019-08-26Transceiver: exit process when BTS drops connectionPau Espin Pedrol1-26/+49
2019-08-26Transceiver: Fix idle ul burst indications being droppedPau Espin Pedrol1-1/+2
2019-08-26Transceiver: Clean up receival of downlink burstsPau Espin Pedrol1-25/+24
2019-08-26Transceiver: Check return value when binding IP addr for clock socketPau Espin Pedrol1-0/+2
2019-08-26Transceiver: fix segfault during init if IP addr binding failsPau Espin Pedrol1-3/+5
2019-08-21Drop old setPriority related codePau Espin Pedrol1-8/+0
2019-08-07Transceiver: Add missing include netinet/in.hPau Espin Pedrol1-0/+1
2019-07-23Transceiver: Clean up code passing parameters to threadsPau Espin Pedrol1-18/+24
2019-07-23Transceiver: Store TRXD version per channelPau Espin Pedrol1-7/+8
2019-07-22Add SPDX annotationPau Espin Pedrol1-0/+2