-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] wrong gNB ID #48
Labels
bug
Something isn't working
Comments
Hi @yoursunny, Very impressive to see someone from the niche green forum interested in the 5G niche ;-) Thanks a lot for your detailed issue, the issue is indeed at the line you mentioned, I'll fix it ASAP! Thanks and cheers, |
linouxis9
added a commit
that referenced
this issue
Dec 23, 2023
Signed-off-by: Valentin <[email protected]>
8 tasks
linouxis9
added a commit
that referenced
this issue
Dec 23, 2023
Signed-off-by: Valentin <[email protected]>
linouxis9
added a commit
that referenced
this issue
Dec 23, 2023
Signed-off-by: Valentin <[email protected]>
Hi @yoursunny, PR #49 will fix your reported issue. Thanks a lot for your report! |
linouxis9
added a commit
that referenced
this issue
Dec 24, 2023
Signed-off-by: Valentin <[email protected]>
linouxis9
added a commit
that referenced
this issue
Dec 24, 2023
Signed-off-by: Valentin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
packetrusher ue
command does not follow the.gnodeb.plmnlist.gnbid
configuration option in its NGSetupRequest packet.Instead, it always sends gNB ID starting with "000001".
To Reproduce
config.yml
as below.sudo ./packetrusher ue
command.Expected behavior
The traffic capture should have an NGSetupRequest message sent from PacketRusher gNB to the AMF.
In id-GlobalRANNodeID IE of this message, the gNB should indicate itself to have gNB ID 000008.
Screenshots
None.
Architecture (please complete the following information):
Log:
Pcap:
1.pcapng.gz
The relevant packet is frame 16.
The relevant section is decoded as:
Additional context
This bug is caused by this line:
PacketRusher/internal/common/tools/tools.go
Line 36 in c105608
It overwrites the configured gNB ID with numbers starting with 1.
To solve this issue, I'd recommend this logic:
The text was updated successfully, but these errors were encountered: