Dear ns-3 developers,
Dear ns-3 users,
I’m working with the NR module and trying to
apply QoS treatments on a per-flow basis. I’ve copied the cttc-nr-multi-flow-qos-sched.cc
to the scratch directory to play around with different qci values. When the BwpManagerAlgorithmAttribute is set to "DGBR_V2X" the simulation fails. The error message can be seen in the attachment.
From what I can see in the Doxygen documentation of the BwpManagerAlgorithm, which leads to the BwpManagerAlgorithmStatic, the bwp manager does not have the getter and setter methods defined that return the bwp id for DGBR_V2X.
Would implementing the getters and setters be sufficient to make the QoS treatment work?
I’m wondering if this can be implemented easily as I’m also interested in introducing custom qci.
What steps would be necessary to include custom qci?
I am currently using the ns version 3.45 with the nr version 5g-lena-v4.1.y.
Thank you in advance for a reply.
Toni Mihaljević