srsgNB GPIO Support #43
Replies: 2 comments 2 replies
-
I'm assuming you're using a USRP. You can look in the file lib/radio/uhd)/radio_uhd_tx_stream.cpp in the function radio_uhd_tx_stream::transmit_block, and in the if block if (metadata.start_of_burst) add you're code, then for switching back do something similar in radio_uhd_rx_stream.cpp. Let me know if it works! |
Beta Was this translation helpful? Give feedback.
-
Hi there, As of last week's release, srsRAN includes a discontinuous transmission mode which may be helpful for using TDD front-ends. At this moment, the feature is experimental, we are still testing it and open to feedback. You can take a look at the feature announcement discussion for more details. |
Beta Was this translation helpful? Give feedback.
-
Hello folks,
I am trying to run srsRAN with TDD Rf frontEnds (PA and LNA). I wonder if there is a portion of the code that can be changed to support these frontEnds? In OAI, this functionality is in the path "/openairinterface5g/targets/ARCH/USRP/USERSPACE/LIB/usrp_lib.cpp". Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions