Application-level slicing: can one UE transmit simultaneously on multiple slices? #1341
Unanswered
Alan1321
asked this question in
General Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a functional srsRAN properly configured and running along with slicing configuration.
Slices are defined in the gNB config file as well as the core:
Here are what they look like:
What works now
• UE registers with multiple allowed S-NSSAIs (Quectel module).
• I can attach different slices and switch between them from the UE via AT commands (slice selection works sequentially).
Question
• Can a single UE transmit concurrently on multiple slices in srsRAN?
• Example: UE has slices {(1,1), (1,2), (1,3)} allowed/active.
• Can app1 send over slice (1,1), app2 over (1,2), and app3 over (1,3) at the same time?
if yes, could you please share how we would be able to do this?
I have read all the docs (including srsran-4G, what I was working with previously), and also been going through the github issues but wasn't able to find an answer to this.
Beta Was this translation helpful? Give feedback.
All reactions