O-RAN split with zmq mode #422
-
Hi, I'm using srsRAN ZMQ-mode for testing. But after learning the official doc, I'm still not quite clear on how zmq works:
Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey - with ZMQ all high-PHY and low-PHY functions (all of the above figure) are carried out in the DU. Then they are sent as baseband IQ to the other side. But samples are of course not transmitted over the air. This only happens with an SDR, like a USRP. But the data generated at the DU is the same for both, i.e. split8. |
Beta Was this translation helpful? Give feedback.
Hey - with ZMQ all high-PHY and low-PHY functions (all of the above figure) are carried out in the DU. Then they are sent as baseband IQ to the other side. But samples are of course not transmitted over the air. This only happens with an SDR, like a USRP. But the data generated at the DU is the same for both, i.e. split8.