[srslte-users] srsLTE test framework
Andre Puschmann
andre.puschmann at softwareradiosystems.com
Wed Jun 10 07:39:46 UTC 2020
Hi Swaroop,
On 10/6/20 2:19, Swaroop Kalyan wrote:
> Is there any unit test framework that I can use to test the code I am
> developing.
>
>
> 1. Test RRC connection reconfiguration, I am adding an IE in rrc
> connection reconfiguration.
> 2. I'm stopping DL/UL transmission by blocking UL & DL DCI for 10 ms
> , I think I should be able to use some test framework to do developer
> unit testing.
We use a bunch of tools for srsLTE testing, depending on the test
granularity and layer.
For signaling in the UE we are usually using the 3GPP TTCN3-based
conformance tests. But that doesn't involve the PHY.
The modification you've done span over multiple layers so you need some
end-to-end test really. I suggest you have a look at our ZMQ-based
end-to-end test bed [1].
Cheers
Andre
[1]
https://docs.srslte.com/en/latest/app_notes/source/zeromq/source/index.html
More information about the srsran-users
mailing list