Change the bandwidth of BWP: Need to be less than channel bandwidth #756
-
Hello community. I am trying to run a gNB using x310 with cell configuration as shown below: I saw in the discussion thread #52 that the default BWP has the size of the Thanks in advance for any input. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
No, its not possible.
Can you please let us know what is the usecase you are trying to achieve with this? |
Beta Was this translation helpful? Give feedback.
-
No changes required on the COTS UE side. When UE information in the CN
database, ensure the correct slice and SD is mentioned. See example below.
##For UE1 connecting with gNB1
./open5gs-dbctl add_ue_with_slice 999990000000000
00112233445566778899aabbccddeeff 0ed47545168eafe2c39c075829a7b61f internet
1 0x000001 # IMSI,K,OPC
./open5gs-dbctl type 999990000000000 1 # APN type IPV4
##For UE2 connecting with gNB2
./open5gs-dbctl add_ue_with_slice 999990000000001
00112233445566778899aabbccddeeff 0ed47545168eafe2c39c075829a7b61f internet
1 0x000002 # IMSI,K,OPC
./open5gs-dbctl type 999990000000001 1 # APN type IPV4
…On Fri, Aug 16, 2024 at 2:16 AM Onursever ***@***.***> wrote:
Could you please clarify what changes I need to make on the UE side so
that it can recognize the slice and SD configured by the gNB?
—
Reply to this email directly, view it on GitHub
<#756 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BHS6HHKUB4FSTZTYJHANKFTZRWKLJAVCNFSM6AAAAABL4YPJYOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMZVGUYTAOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
You can edit it using webui
…On Thu, 22 Aug 2024 at 15:35 Onursever ***@***.***> wrote:
I read the answers but I see that *srsran_Project/docker/open5gs* does
not support multi-SD. *subscriber_db.csv.example* does not include any SD
value. For this reason, do i need to make some changes in the CN, or should
I use the full version of https://github.com/open5gs/open5gs?
—
Reply to this email directly, view it on GitHub
<#756 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6HLG3KDO6CDWLC5JPKWJDZSWPGXAVCNFSM6AAAAABL4YPJYOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANBRGY2TSNY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Yes, with the latest code in the main branch you can try out RAN slicing to achieve your objective of reserving a small BW for critical traffic. This you can do by putting the UE having critical traffic on a different slice and setting minimum number of RBs to allocate to that slice. e.g.