issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
261k
issue_title
stringlengths
1
925
issue_comments_url
stringlengths
56
81
issue_comments_count
int64
0
2.5k
issue_created_at
stringlengths
20
20
issue_updated_at
stringlengths
20
20
issue_html_url
stringlengths
37
62
issue_github_id
int64
387k
2.46B
issue_number
int64
1
127k
[ "free5gc", "free5gc" ]
Using free5gc v3.0.6 and UERANSIM. Registration is happening with DefaultNonGBR5QI . Here how can we add multiple 5QI (like 6, 7, 8) during registration...
How can we add multiple 5QI during registration
https://api.github.com/repos/free5gc/free5gc/issues/316/comments
1
2022-03-03T13:52:10Z
2023-07-05T06:44:09Z
https://github.com/free5gc/free5gc/issues/316
1,158,435,544
316
[ "free5gc", "free5gc" ]
## Describe the bug When a PDU session release request is received, a PDU session release command is sent, but the 5GSM cause is set to unknown (0). This is not the value specified in 3GPP TS 24.501 9.11.4.2 5GSM cause. ## To Reproduce 1. Run test.sh -o TestPDUSessionReleaseRequest 2. Check the pcap after the te...
[Bugs] "5GSM Cause" IE of "PDU Session Release Command" NAS Message is incorrect.
https://api.github.com/repos/free5gc/free5gc/issues/315/comments
1
2022-03-01T07:42:04Z
2022-03-01T09:46:19Z
https://github.com/free5gc/free5gc/issues/315
1,154,982,828
315
[ "free5gc", "free5gc" ]
## Describe the bug When a Mobility registration updating is received, it returns a Registration Accept, but may incorrectly set the PDU session status IE. AMF responds with INACTIVE in a RegistratonAccept even if the PDU Session status of AMF is in ACTIVE state. ## To Reproduce 1. RegistrationRequest ~ establish...
[Bugs] Wrong parameters set for PDU session status IE in Registration Accept for Mobility Registration Updating.
https://api.github.com/repos/free5gc/free5gc/issues/314/comments
1
2022-02-22T05:17:46Z
2022-03-01T07:26:59Z
https://github.com/free5gc/free5gc/issues/314
1,146,466,761
314
[ "free5gc", "free5gc" ]
## Documentation request Is this content [here](https://github.com/free5gc/free5gc/wiki/Environment#hardware-tested) still valid? > In the market today, there are neither hardware gNB nor hardware UEs that interface directly with a standalone 5GC, so no hardware testing has yet been performed against free5gc. ...
[Docs] Has any tests been conducted with hardware?
https://api.github.com/repos/free5gc/free5gc/issues/313/comments
3
2022-02-20T06:07:17Z
2022-03-30T16:35:13Z
https://github.com/free5gc/free5gc/issues/313
1,144,931,402
313
[ "free5gc", "free5gc" ]
I was following the passes described in the official site (https://www.free5gc.org/installations/stage-3-free5gc-install/) but I can't pass any test. When I run any test, for example TestRegistration, I get the following outputs: ./bin/free5gc-upfd: invalid option -- 'f' NAME: upf - 5G User Plane Function ...
[Bugs] Can't pass any test, upf error, illigal option: f
https://api.github.com/repos/free5gc/free5gc/issues/312/comments
7
2022-02-18T18:24:14Z
2022-04-01T00:51:18Z
https://github.com/free5gc/free5gc/issues/312
1,143,542,073
312
[ "free5gc", "free5gc" ]
## Describe the bug The UPDKGtpHandler() reads the G-PDU packet from the UDP socket and analyzes the GTP header, but since the wrong offset value (third argument) is passed to FindPDRByTEID(), GTPUHeaderLen() tries to obtain the total length of the GTP header including the extension header, but analyzes from a positio...
[Bugs] There is an error in the processing to analyze the GTP header when receiving UL data.
https://api.github.com/repos/free5gc/free5gc/issues/311/comments
1
2022-02-16T04:52:01Z
2022-03-02T14:13:40Z
https://github.com/free5gc/free5gc/issues/311
1,139,533,521
311
[ "free5gc", "free5gc" ]
## Describe the bug My setup consists of all the free5gc network functions and I'm using gnbsim for emulating the procedures. The registration process is smooth and I didn't find any discrepancy in the flows. However, for the PDU session establishment, with reference to **3gpp.TS.23.502(section 4.3.2.2.1)**, there is ...
No flowrule is returned from MongoDB while establishing PDU session.
https://api.github.com/repos/free5gc/free5gc/issues/310/comments
2
2022-02-13T10:14:50Z
2023-07-05T06:41:32Z
https://github.com/free5gc/free5gc/issues/310
1,135,599,651
310
[ "free5gc", "free5gc" ]
null
Solved
https://api.github.com/repos/free5gc/free5gc/issues/309/comments
0
2022-02-12T17:02:47Z
2022-03-31T16:07:52Z
https://github.com/free5gc/free5gc/issues/309
1,134,298,842
309
[ "free5gc", "free5gc" ]
## Describe the bug EpollWait() internally calls the system call epoll_wait. If epoll_wait receives any signal during execution, it sets errno to EINTR (Interrupted system call) and returns -1. UpdkPacketReceiverThread exits the loop and terminates the thread if EpollWait() returns a negative value. When the thread...
[Bugs] When epoll_wait returned EINTR, the packet receiving thread exits unexpectedly.
https://api.github.com/repos/free5gc/free5gc/issues/308/comments
1
2022-02-04T08:05:23Z
2022-02-05T15:35:18Z
https://github.com/free5gc/free5gc/issues/308
1,123,919,328
308
[ "free5gc", "free5gc" ]
The binary free5gc-upfd is not produced in the right directory I use ubuntu 20.04, up to date (apt upgrade) and cmake -GNinja .. My patch: > ``` > > diff --git a/CMakeLists.txt b/CMakeLists.txt > > index 6522fe2..91aa49c 100644 > > --- a/CMakeLists.txt > > +++ b/CMakeLists.txt > > @@ -37,7 +37,7 @@ add_co...
[Bugs]
https://api.github.com/repos/free5gc/free5gc/issues/307/comments
1
2022-02-03T23:41:27Z
2023-06-24T15:14:29Z
https://github.com/free5gc/free5gc/issues/307
1,123,664,513
307
[ "free5gc", "free5gc" ]
Hi, I want to test the upf and know the gtp traffic generation. Iam in a search of GTP traffic generator to send gtp packets to upf. Please suggest me that how can i generate the gtp traffic or a tool that generate the gtp traffic.
GTP Traffic Generation
https://api.github.com/repos/free5gc/free5gc/issues/306/comments
6
2022-02-02T13:25:14Z
2023-07-29T06:13:38Z
https://github.com/free5gc/free5gc/issues/306
1,121,924,142
306
[ "free5gc", "free5gc" ]
Hello I am working on the 5G core and it is connected to the UE and RAN. ping for me I want to use iperf to send TCP and UDP packets. >> the UPF in VM1 >> 5G core in VM2 >> UERANSIM in VM3 ping -I uesimtun0 google.com -c3 >>> work but with IP address for google, NAT does not work for me. ping -I uesimt...
How can i Test the Bandwidth between the UE (ueransim0) interface and the 5G Core
https://api.github.com/repos/free5gc/free5gc/issues/305/comments
1
2022-02-01T22:05:38Z
2023-07-12T13:54:22Z
https://github.com/free5gc/free5gc/issues/305
1,121,247,908
305
[ "free5gc", "free5gc" ]
## Describe the bug Multiple data races are occurred in the TestPaging. ## To Reproduce Apply this patch and exec `./test.sh TestPaging` ``` diff --git a/test.sh b/test.sh index e5f9168..6ebe7d0 100755 --- a/test.sh +++ b/test.sh @@ -193,7 +193,7 @@ then else cd test - $GOROOT/bin/go test -v -v...
[Bugs] Datarace in TestPaging
https://api.github.com/repos/free5gc/free5gc/issues/304/comments
2
2022-01-31T05:54:36Z
2022-06-22T00:46:01Z
https://github.com/free5gc/free5gc/issues/304
1,119,006,181
304
[ "free5gc", "free5gc" ]
## Describe the bug When Ran information is switched by SwitchToRan(), the log information is not updated. ## To Reproduce Use TestXnHandover ## Expected behavior The log information is updated. ## Environment (please complete the following information): - free5GC Version: v3.0.6 - OS: Ubuntu 18.04 - Ker...
[Bugs] Log information is not updated
https://api.github.com/repos/free5gc/free5gc/issues/303/comments
1
2022-01-28T08:31:38Z
2022-02-06T02:35:59Z
https://github.com/free5gc/free5gc/issues/303
1,117,129,592
303
[ "free5gc", "free5gc" ]
## Describe the bug The current AmfUe is deleted when UEcontextRelease for the previous session occurs after re-establishing Registration~PduSession in a new session while the previous session has not completed the Registration procedure. ## To Reproduce 1. RegistrationRequest~SecuritymodeCommand(Previous session ...
[Bugs] Current AmfUe is deleted when AMF receives UEContextRelease of previous session
https://api.github.com/repos/free5gc/free5gc/issues/302/comments
1
2022-01-28T07:01:45Z
2022-02-06T02:20:52Z
https://github.com/free5gc/free5gc/issues/302
1,117,067,052
302
[ "free5gc", "free5gc" ]
## Describe the bug AMF accepts registration request with wrong PLMN value which does not match subscriber database. ## To Reproduce Use TestRegistration 1. Change mobileIdentity5GS (change PLMN from 20893 to 208930, not change SUPI) From: ``` Buffer: []uint8{0x01, 0x02, 0xf8, 0x39, 0xf0, 0xff, ...
[Bugs] AMF accepts registration request with wrong PLMN
https://api.github.com/repos/free5gc/free5gc/issues/301/comments
1
2022-01-27T05:53:07Z
2022-02-06T02:19:29Z
https://github.com/free5gc/free5gc/issues/301
1,115,803,497
301
[ "free5gc", "free5gc" ]
## Issue Description NAS package in your repository has supported NIA3 and NEA3, which version is v1.0.4, but the free5gc uses v1.0.0, when will update it? ### What's the version are you using Version 3.0.6 ### Is your feature request related to a problem? Please describe. NAS Security: ### Describe the s...
[Feat] NAS Security with NIA3 and NEA3
https://api.github.com/repos/free5gc/free5gc/issues/299/comments
1
2022-01-11T03:49:00Z
2022-03-31T16:16:17Z
https://github.com/free5gc/free5gc/issues/299
1,098,618,865
299
[ "free5gc", "free5gc" ]
null
Does free5c support IPv6 address assignment?If so, how do I configure the IP pool in smfcfg.yaml?
https://api.github.com/repos/free5gc/free5gc/issues/298/comments
1
2022-01-09T11:39:59Z
2022-01-13T14:11:47Z
https://github.com/free5gc/free5gc/issues/298
1,097,173,210
298
[ "free5gc", "free5gc" ]
Thanks for your great work! I want to attach as many users as possible. How can I insert a large number of users with scripts (not web console)? Moreover, does free5gc have a limit on the number of access users? If so, where is the bottleneck? Number of ports? Or only depends on hardware performance?
How can I insert subscribers without webconsole?
https://api.github.com/repos/free5gc/free5gc/issues/297/comments
2
2021-12-30T14:36:26Z
2023-07-05T09:01:55Z
https://github.com/free5gc/free5gc/issues/297
1,091,142,687
297
[ "free5gc", "free5gc" ]
**We will advise people to follow the issue template set, otherwise the issue might be disregarded.** **free5GC mainly uses GitHub for issue tracking. Information regarding to general questions or technical support. It will be highly considered if forward to the [forum](https://forum.free5gc.org).** **free5GC will ap...
[Question] How do I test 5QI parameters in free5gc, thanks
https://api.github.com/repos/free5gc/free5gc/issues/295/comments
5
2021-12-22T05:00:19Z
2023-11-09T17:34:28Z
https://github.com/free5gc/free5gc/issues/295
1,086,451,626
295
[ "free5gc", "free5gc" ]
## Describe the bug When receiving the Mobility and Periodic Registration Update in the CM-CONNECTED state, AMF returns DownlinkNASTransport but may return InitialContextSetupRequest. ## To Reproduce 1. RegistrationRequest ~ establish PDUSession 2. AN Release(UE Context Release Request ~ UE Context Release Comple...
[Bugs] RegistrationAccept in CM-CONNECTED state may be sent by not DownlinkNASTransport but InitialContextSetupRequest
https://api.github.com/repos/free5gc/free5gc/issues/294/comments
1
2021-12-20T07:40:21Z
2022-01-04T15:31:51Z
https://github.com/free5gc/free5gc/issues/294
1,084,459,614
294
[ "free5gc", "free5gc" ]
## Describe the bug If AMF is repeatedly received Registration Request from same UE, the number of Allowed NSSAI in Initial Context Setup Request increases. Finally AMF fails to build Initial Context Setup Request. ## To Reproduce 1. RegistrationRequest ~ PDUsessionResourceSetupResponse 2. gNB -> 5GC UEContextRel...
[Bugs] Increase the number of Allowed NSSAI in Initial Context Setup Request
https://api.github.com/repos/free5gc/free5gc/issues/293/comments
2
2021-12-17T08:38:08Z
2022-01-04T15:24:29Z
https://github.com/free5gc/free5gc/issues/293
1,083,014,137
293
[ "free5gc", "free5gc" ]
In 3.0.5 release note, there is a bug fix about mobility and periodicUpdate Registration, so i wonder if free5gc supports different registration mode? If supported, how do i test them? Thank You! ![vdRLzZC](https://user-images.githubusercontent.com/71239799/145752540-081b0d56-bccf-4a83-af29-cd42b2a10a6b.png)
Does Free5gc support Different Registration Mode?
https://api.github.com/repos/free5gc/free5gc/issues/292/comments
1
2021-12-13T04:34:39Z
2023-06-29T06:14:18Z
https://github.com/free5gc/free5gc/issues/292
1,078,077,665
292
[ "free5gc", "free5gc" ]
## Describe the bug If UPF receives PFCP request with SEID same as deleted PFCP session by PFCP Session Deletion Request, the deleted session is found when searching for session with UpfSessionFindBySeid(). ## To Reproduce If gNB sends PDU Session Resource SetupResponse late during PDU Session Release procedure as...
[Bugs] Deleted PFCP session is found by UpfSessionFindBySeid().
https://api.github.com/repos/free5gc/free5gc/issues/291/comments
3
2021-12-02T04:11:04Z
2022-01-04T08:16:59Z
https://github.com/free5gc/free5gc/issues/291
1,069,108,754
291
[ "free5gc", "free5gc" ]
## Issue Description One PFCP Session Report Request message is sent to the SMF per one downlink packet to be buffered. It is too much. ### What's the version are you using v3.0.6 ### Is your feature request related to a problem? Please describe. No. ### Describe the solution you'd like - Put the timestam...
[Feat] Suppress the frequency of sending PFCP Session Report Request messages
https://api.github.com/repos/free5gc/free5gc/issues/290/comments
1
2021-12-01T10:32:15Z
2021-12-26T08:10:05Z
https://github.com/free5gc/free5gc/issues/290
1,068,234,296
290
[ "free5gc", "free5gc" ]
## Describe the bug UPF leaks PfcpXact if PFCP Session Report Response is not processed. An allocated PfcpXact about PFCP Session Report procedure is freed only when received the `UPF_EVENT_N4_MESSAGE` event about `PFCP_SESSION_REPORT_RESPONSE` message by the event consumer thread. Therefore the PfcpXact will be...
[Bugs] UPF leaks PfcpXact if PFCP Session Report Response is not processed
https://api.github.com/repos/free5gc/free5gc/issues/289/comments
1
2021-11-30T08:24:37Z
2021-12-10T15:16:55Z
https://github.com/free5gc/free5gc/issues/289
1,066,933,733
289
[ "free5gc", "free5gc" ]
## Describe the bug when i want to Subscribers a new UE in the webUI, i find this problem ![Screenshot from 2021-11-29 10-59-50](https://user-images.githubusercontent.com/27272076/143803123-f3cb7467-d2a3-4396-aa2d-9b7c8ccb537a.png) ## To Reproduce ## Expected behavior It can susscessfuly subcribe a UE informat...
webUI always show loading
https://api.github.com/repos/free5gc/free5gc/issues/288/comments
1
2021-11-29T03:09:23Z
2022-01-10T05:27:42Z
https://github.com/free5gc/free5gc/issues/288
1,065,557,043
288
[ "free5gc", "free5gc" ]
## Describe the bug SMF panics if it receives UecontextreleaseRequest after receiving PDUSessionReleaseRequest. ## To Reproduce 1. RegistrationRequest ~ establish PDUSession 2. UE/gNB -> 5GC UpLinkNASTransport/PDUSessionReleaseRequest 3. gNB <- 5GC PDUSessionResourceReleaseCommand 4. gNB -> 5GC U...
[Bugs] SMF panics when receiving UEContextReleaseRequest
https://api.github.com/repos/free5gc/free5gc/issues/287/comments
1
2021-11-24T10:04:31Z
2022-01-13T14:11:06Z
https://github.com/free5gc/free5gc/issues/287
1,062,226,022
287
[ "free5gc", "free5gc" ]
## Describe the bug If AMF receives UContextReleaseRequest during waiting for SecurityModeComplete, it retransmits SecurityModeCommand because the Timer(T3560) is not stopped. ## To Reproduce 1. UE/gNB -> 5GC InitialUEMessage/RegistrationRequest 2. UE/gNB <- 5GC DownLinkNASTransport/AuthenticationRequest 3...
[Bugs] AMF retransmits SecurityModeCommand even though it receives UEContextReleaseRequest.
https://api.github.com/repos/free5gc/free5gc/issues/286/comments
1
2021-11-24T07:18:23Z
2022-01-04T14:13:03Z
https://github.com/free5gc/free5gc/issues/286
1,062,082,004
286
[ "free5gc", "free5gc" ]
**We will advise people to follow the issue template set, otherwise the issue might be disregarded.** **free5GC mainly uses GitHub for issue tracking. Information regarding to general questions or technical support. It will be highly considered if forward to the [forum](https://forum.free5gc.org).** **free5GC will ap...
[Bugs] Multiple QER load
https://api.github.com/repos/free5gc/free5gc/issues/285/comments
3
2021-11-22T15:27:51Z
2023-09-11T01:52:12Z
https://github.com/free5gc/free5gc/issues/285
1,060,290,740
285
[ "free5gc", "free5gc" ]
## Issue Description ### What's the version are you using v3.0.6 ### Is your feature request related to a problem? Please describe. No. This feature is related to [issue/226](https://github.com/free5gc/free5gc/issues/226). ### Describe the solution you'd like #### Preparation 1. Locate AMF, SMF, PCF and U...
[Feat] PCF selection according to locality
https://api.github.com/repos/free5gc/free5gc/issues/284/comments
1
2021-11-18T08:05:54Z
2022-01-10T05:26:18Z
https://github.com/free5gc/free5gc/issues/284
1,057,054,072
284
[ "free5gc", "free5gc" ]
## Describe the bug If PDU Session is established without releasing previous PFCP session, PDUSessionResourceSetupRequest message is sent when sending DL data with the IP address of the previously allocated UE. ## To Reproduce 1. Initial Registration ~ establish PDUSession 2. AN Release(UE Context Release Request...
[Bugs] Old PFCP Session left in SMF and UPF
https://api.github.com/repos/free5gc/free5gc/issues/281/comments
1
2021-11-16T09:19:15Z
2022-01-10T14:17:11Z
https://github.com/free5gc/free5gc/issues/281
1,054,637,745
281
[ "free5gc", "free5gc" ]
## Describe the bug The logging function of UPF, `UTLT_LogPrint()` is not thread-safe. The log message buffer is possible to be overwritten by another thread during a thread is running it. As a result, unexpected log message may be shown. ## To Reproduce It is not easy to explain the way to reproduce it intent...
[Bugs] The UPF logging function is not thread-safe, so the contents of another log may be overwritten during logging
https://api.github.com/repos/free5gc/free5gc/issues/280/comments
1
2021-11-16T06:16:29Z
2021-11-30T04:00:55Z
https://github.com/free5gc/free5gc/issues/280
1,054,489,892
280
[ "free5gc", "free5gc" ]
Hi i am having some trouble , the UE and gnb are configured with sst 01 and SSD 010203 which can be seen in the ng setup request and response But when it come ti registration request/response or pdu seestion establishment it uses a different SD can someone help and confirm if it is in fact a problem on the software,...
[Bugs] NSSAI (SD) in the NG setup doesnt match the one used in the Registration request
https://api.github.com/repos/free5gc/free5gc/issues/278/comments
4
2021-11-10T11:06:20Z
2021-11-15T00:56:52Z
https://github.com/free5gc/free5gc/issues/278
1,049,687,712
278
[ "free5gc", "free5gc" ]
## Describe the bug I deploy the free5gc:v3.0.6 with k8s 1.22.3, and my ueransim-user can have ip address(which is 60.60.0.1), but when I ping www.baidu.com -I uesimtun0, I find the ue can't access to the internet. I use docker-compose to deploy the free5gc:v3.0.6 the ue can access to the internet. I do this in the up...
free5gc with k8s, ueransim-user can't access to the internet
https://api.github.com/repos/free5gc/free5gc/issues/276/comments
2
2021-11-05T09:35:03Z
2023-09-04T06:06:52Z
https://github.com/free5gc/free5gc/issues/276
1,045,628,575
276
[ "free5gc", "free5gc" ]
The network topology is as follows: links: # the topology graph of userplane, A and B represent the two nodes of each link - A: gNB1 B: BranchingUPF - A: gNB2 B: BranchingUPF - A: BranchingUPF B: AnchorUPF1 - A: BranchingUPF B: AnchorUPF2 - A: B...
[Bugs]remote Request Duplicated. Retransmit | UPF Index Pool is full
https://api.github.com/repos/free5gc/free5gc/issues/275/comments
1
2021-11-04T21:37:35Z
2023-08-14T05:38:39Z
https://github.com/free5gc/free5gc/issues/275
1,045,232,900
275
[ "free5gc", "free5gc" ]
**We will advise people to follow the issue template set, otherwise the issue might be disregarded.** **free5GC mainly uses GitHub for issue tracking. Information regarding to general questions or technical support. It will be highly considered if forward to the [forum](https://forum.free5gc.org).** **free5GC will ap...
[Bugs] AUSF does not handle when res* is received in uppercase format
https://api.github.com/repos/free5gc/free5gc/issues/274/comments
1
2021-11-02T10:58:26Z
2023-08-08T16:17:34Z
https://github.com/free5gc/free5gc/issues/274
1,042,179,177
274
[ "free5gc", "free5gc" ]
## Describe the bug When I fuzz the URL of the request. I found the code doesn't handle illegal target-nf-type input. ## To Reproduce Run the nrf and send HTTP2 package like url is /nnrf-disc/v1/nf-instances?requester-nf-type=AMF&supi=imsi-208930000000014&target-nf-type=0 I changed target-nf-type as "0". You...
[Bugs]NRF crashed when NRF Discovery params target-nf-type is illegal input.
https://api.github.com/repos/free5gc/free5gc/issues/273/comments
0
2021-11-02T07:17:12Z
2023-07-20T05:08:05Z
https://github.com/free5gc/free5gc/issues/273
1,041,955,946
273
[ "free5gc", "free5gc" ]
Hi, Is there any way can help to update the uerouting rules after the SMF is up? Thanks in advance. Best regards, Ziran
[Feat] Update uerouting rules after the SMF is up
https://api.github.com/repos/free5gc/free5gc/issues/272/comments
1
2021-10-31T05:29:29Z
2023-06-21T05:29:16Z
https://github.com/free5gc/free5gc/issues/272
1,040,380,653
272
[ "free5gc", "free5gc" ]
Hello Sir, How can I clear the log files without having an issue or error? I have VM with 5Gcore with 10 GB and after one week of work and testing the free5gc, I get no space available in my VM. I tried to clear the log file or create the file again but i still have the same issue. <img width="797" alt="S...
Log files: clear the log file
https://api.github.com/repos/free5gc/free5gc/issues/271/comments
2
2021-10-25T21:47:06Z
2023-07-21T08:53:20Z
https://github.com/free5gc/free5gc/issues/271
1,035,602,838
271
[ "free5gc", "free5gc" ]
hello erveryone: can we use multiple upf with the version of v3.0.5 free5gc?
can wu use mutliple upf with the verison of v3.0.5 free5gc
https://api.github.com/repos/free5gc/free5gc/issues/270/comments
6
2021-10-22T08:58:29Z
2021-10-26T14:16:30Z
https://github.com/free5gc/free5gc/issues/270
1,033,344,824
270
[ "free5gc", "free5gc" ]
<!-- Remove warning (above 3 lines) while reporting the issue --> ## Describe the bug When attaching and registering a UE and sending a PDU session establishment request, the network responds with a PDU session establishment accept. The allocated PDU address is set to 60.60.0.1 and looks correct. But the tran...
[Bugs] PDU Session Establishment Accept sets localhost (127.0.0.8) as TransportLayerAddress
https://api.github.com/repos/free5gc/free5gc/issues/269/comments
1
2021-10-21T15:32:55Z
2021-10-21T16:45:30Z
https://github.com/free5gc/free5gc/issues/269
1,032,641,239
269
[ "free5gc", "free5gc" ]
## Describe the bug When PfcpXact timerexpire, EventSend() sends an event to the event queue with TimerExpireCheck() taking mutexlock. When a large number of PfcpXacts are timerexpired at approximately the same time, the event queue can overflow because a large number of events are sent to the event queue at approxim...
[Bugs]When a large number of PfcpXacts are timerexpire at approximately the same time, TimerExpireCheck deadlocks and cannot transmit or receive PFCPs.
https://api.github.com/repos/free5gc/free5gc/issues/268/comments
4
2021-10-21T10:15:40Z
2021-11-30T04:07:14Z
https://github.com/free5gc/free5gc/issues/268
1,032,312,224
268
[ "free5gc", "free5gc" ]
## Describe the bug DNNs are stored into MongoDB as keys of documents in some collections, for example, "db.subscriptionData.provisionedData.smData" and "db.policyData.ues.smData". MongoDB query API treats a period(.) in the query key as a delimiter of nested documents. So that, NFs cannot get data from MongoDB if ...
[Bugs] PDU session cannot be established if DNN contains a period(.)
https://api.github.com/repos/free5gc/free5gc/issues/267/comments
1
2021-10-20T09:09:32Z
2021-11-30T08:24:14Z
https://github.com/free5gc/free5gc/issues/267
1,031,163,813
267
[ "free5gc", "free5gc" ]
Hello Sir, How could I connect 3 upf (different VM upf1, upf2 and upf3 ) with different SMF (smf1, smf2 and smf3) on VM for the core? When I try to add new upf (upf4 with IP: 172.16.4.105 ) with (smf4), I get an error as in the image below. " Failed to listen: listen udp 172.16.4.105:8805: bind: cannot assign r...
Failed to listen: listen udp, panic: runtime error: invalid memory address or nil pointer dereference
https://api.github.com/repos/free5gc/free5gc/issues/266/comments
3
2021-10-17T21:02:30Z
2023-08-29T04:53:44Z
https://github.com/free5gc/free5gc/issues/266
1,028,436,788
266
[ "free5gc", "free5gc" ]
**If the design issue template is not followed, the issue might be closed.** <!-- Remove above warning line while reporting the issue --> ## Documentation request The tag v3.0.6 does not include the latest hash for the amf, smf and udm which leads to PDU session establishment errors (tested with UERANSIM v3.2.4,...
[Docs] Update tag for v3.0.6 - Errors in AMF, UDM and SMF if not
https://api.github.com/repos/free5gc/free5gc/issues/265/comments
3
2021-10-15T15:59:03Z
2021-10-26T14:22:36Z
https://github.com/free5gc/free5gc/issues/265
1,027,581,627
265
[ "free5gc", "free5gc" ]
## Describe the bug I find when my ue connect to gnb, the gnb has an error: [2021-10-09 07:06:10.936] [app] [error] TUN allocation failure [Open failure /dev/net/tun] does anyone know how to solve this problem? Thanks very much
UERANSIM ue can't access to the internet
https://api.github.com/repos/free5gc/free5gc/issues/263/comments
2
2021-10-09T07:34:37Z
2021-10-26T14:21:48Z
https://github.com/free5gc/free5gc/issues/263
1,021,634,333
263
[ "free5gc", "free5gc" ]
now i want to relay NAGP packages, how can i do this? are there some tools or commands thx~
[Feat]relay some pcap packages
https://api.github.com/repos/free5gc/free5gc/issues/262/comments
1
2021-10-09T07:19:11Z
2023-06-26T05:41:26Z
https://github.com/free5gc/free5gc/issues/262
1,021,630,769
262
[ "free5gc", "free5gc" ]
## Describe the bug We connect free5gc to the real NG and UEs, the access initiated by the unauthenticated UE is rejected. After 128 times, AMF will crash. The repeated access of the rejected UE causes the panic. ## Expected behavior Expected to solve the service crash. ## Environment (please complete the...
[Bugs]free5gc service crashes after the unauthenticated UE access is rejected about 128 times
https://api.github.com/repos/free5gc/free5gc/issues/261/comments
3
2021-10-09T03:05:24Z
2023-07-03T09:40:04Z
https://github.com/free5gc/free5gc/issues/261
1,021,581,637
261
[ "free5gc", "free5gc" ]
Hello sir, I followed your instructions based on the video "https://www.youtube.com/watch?v=AEMrjKRWarw". <img width="976" alt="Screenshot 2021-10-06 at 2 15 26 pm" src="https://user-images.githubusercontent.com/34620715/136373655-96c0309e-5396-490d-973e-46908e925c19.png"> ![image](https://user-images.githubus...
Connect to the interent (UERANSIM can't access to the internet)
https://api.github.com/repos/free5gc/free5gc/issues/260/comments
1
2021-10-07T11:15:31Z
2023-07-21T08:47:19Z
https://github.com/free5gc/free5gc/issues/260
1,019,921,256
260
[ "free5gc", "free5gc" ]
## Describe the bug Because you are not checking the return value of BufblkAlloc() or BufblkBytes(), segmentation faults can occur if BufAlloc() internally fails. ## To Reproduce It is difficult to reproduce the event intentionally, but I think it is clear from the source code that you will access the invalid addr...
[Bugs] SegFault may result when an error occurs during BufBlkAlloc or BufblkBytes.
https://api.github.com/repos/free5gc/free5gc/issues/259/comments
1
2021-10-07T06:21:51Z
2021-10-25T04:16:56Z
https://github.com/free5gc/free5gc/issues/259
1,019,661,360
259
[ "free5gc", "free5gc" ]
Hi, Please I am having issues running ueransim with Free5gc. Any ideas what could be the issue? when trying service request ./nr-cli UERANSIM-gnb-208-93-1 -e "ue-release 1" nr_ue | [2021-10-03 19:13:02.995] [rrc] [debug] Sending RRC Setup Request nr_ue | [2021-10-03 19:13:02.995] [nas] [info] UE switches to st...
[Service Reject received with cause [UE_IDENTITY_CANNOT_BE_DERIVED_FROM_NETWORK]
https://api.github.com/repos/free5gc/free5gc/issues/258/comments
4
2021-10-05T11:49:15Z
2021-10-10T13:22:27Z
https://github.com/free5gc/free5gc/issues/258
1,016,228,509
258
[ "free5gc", "free5gc" ]
Hello Sir, I tried the new free5gc version. I did as in the video and I have issues with the SMF in the demo the UE does not connect to the server as in the images below. For the first UE, the server did not respond and the second UE was not subscribed. I added both of them through the web counsel. Could yo...
Issue with DNN if the number of the DNN more than 9
https://api.github.com/repos/free5gc/free5gc/issues/256/comments
7
2021-10-03T21:47:20Z
2023-08-14T05:37:53Z
https://github.com/free5gc/free5gc/issues/256
1,014,550,580
256
[ "free5gc", "free5gc" ]
Hello, I have installed latest version of free5gc on ubuntu system and trying to create BDT Policy but fails. --------terminal output----- root@zs22:~# curl -X 'POST' -H 'Accept: application/json' -H 'Content-Type: application/json' -i 'http://127.0.0.7:8000/npcf-bdtpolicycontrol/v1/bdtpolicies' --data '{"aspId"...
Error while create BDTPolicy
https://api.github.com/repos/free5gc/free5gc/issues/255/comments
3
2021-09-20T20:24:24Z
2021-12-28T12:58:33Z
https://github.com/free5gc/free5gc/issues/255
1,001,370,354
255
[ "free5gc", "free5gc" ]
Please update the wiki installation section. On the official web-site (https://www.free5gc.org/installations/stage-3-free5gc-install/) there is the procedure for installation using kernel 5.4.x instead of 5.0.23. Thnks
[Docs] Update Wiki - Installation
https://api.github.com/repos/free5gc/free5gc/issues/254/comments
1
2021-09-20T07:41:23Z
2021-09-23T01:03:18Z
https://github.com/free5gc/free5gc/issues/254
1,000,663,256
254
[ "free5gc", "free5gc" ]
## Description When the UE requests a PDU session, the SMF crashes with an error "runtime error: invalid memory address or nil pointer dereference" ## To Reproduce Steps to reproduce the behavior: 1. Use Free5GC v3.0.5 2. Change config of the amf, smf, upf and ue to change the dnn "internet" to "default". Exampl...
[Bugs] SMF crashes when connecting a UE using a different DNN from "internet"
https://api.github.com/repos/free5gc/free5gc/issues/253/comments
3
2021-09-13T16:32:37Z
2023-08-14T05:37:27Z
https://github.com/free5gc/free5gc/issues/253
995,095,047
253
[ "free5gc", "free5gc" ]
I met the following errors while running free5gc-docker-compose: containers running order is like : `Attaching to upfb, upf2, upf1, mongodb, nrf, webui, ausf, pcf, nssf, udr, smf, amf, udm, n3iwf nrf | 2021/09/12 23:18:05 http2: server connection error from 10.100.200.9:46048: connection error: PR...
[Bugs] http2: server connection error from .....: connection error: PROTOCOL_ERROR
https://api.github.com/repos/free5gc/free5gc/issues/252/comments
5
2021-09-12T23:19:58Z
2023-07-07T01:11:38Z
https://github.com/free5gc/free5gc/issues/252
994,310,854
252
[ "free5gc", "free5gc" ]
I try to integrate Free5GC with Katana-slice Manager. I don't know if there any interfaces I can use to combine theses two things. Thank you in advance!
[Feat] Interface for Katana-slice Manager
https://api.github.com/repos/free5gc/free5gc/issues/251/comments
1
2021-09-08T14:41:08Z
2023-06-21T05:29:11Z
https://github.com/free5gc/free5gc/issues/251
991,217,086
251
[ "free5gc", "free5gc" ]
## Describe the bug SMF panics during the construction of PDU Session Establishment Accept message if DNN of provisioned data in mongodb is different from any of SMF, UPF or UE. ## To Reproduce 1. Set same DNN to smfcfg.conf, upfcfg.yaml and UE. 2. Provision different DNN for the UE to mongodb. 3. Make the UE r...
[Bugs] PDU Session Establishment panic without DNN for subscription
https://api.github.com/repos/free5gc/free5gc/issues/246/comments
1
2021-09-07T08:11:36Z
2021-09-13T04:24:42Z
https://github.com/free5gc/free5gc/issues/246
989,714,345
246
[ "free5gc", "free5gc" ]
## Describe the bug AMF does not send a modify sm-context request to SMF when a Service Request (mo-data) is received. ## To Reproduce 1. Make a UE in CM-IDLE state. 2. Send a Initial UE Message, Service Request (mo-data) from the UE ```go func TestPaging(t *testing.T) { : // send NAS...
[Bugs] The sm-context is not modified when a service request (mo-data) is received
https://api.github.com/repos/free5gc/free5gc/issues/238/comments
1
2021-08-31T11:36:50Z
2021-09-01T09:01:28Z
https://github.com/free5gc/free5gc/issues/238
983,760,507
238
[ "free5gc", "free5gc" ]
## Describe the bug Multiple packets bufferd during the UE is in CM-IDLE state are packed in GTP-U and sent as one packet to the UE after the UE goes in CM-CONNECTED state. ## To Reproduce 1. Add a sleep to `TestPaging()` in `registration_test.go` in order to wait UPF buffers downlink packets to the UE. ```...
[Bugs] UPF send multiple buffered packet by 1 GTP packet when paging
https://api.github.com/repos/free5gc/free5gc/issues/237/comments
1
2021-08-31T11:14:32Z
2021-09-08T08:27:53Z
https://github.com/free5gc/free5gc/issues/237
983,740,517
237
[ "free5gc", "free5gc" ]
**If the design issue template is not followed, the issue might be closed.** <!-- Remove above warning line while reporting the issue --> ## Issue Description ### What's the version are you using Please describe the free5GC version using. If possible, the package, device or emulator description will be very sup...
[Feat] Support multipe QoS Flows in default PDU or multiple PDU sessions per UE
https://api.github.com/repos/free5gc/free5gc/issues/235/comments
2
2021-08-25T06:09:57Z
2023-07-21T08:46:48Z
https://github.com/free5gc/free5gc/issues/235
978,757,098
235
[ "free5gc", "free5gc" ]
## Describe the bug when start ausf, nrf show : 2021/08/23 06:49:46 http2: server connection error from 10.42.0.138:55432: connection error: PROTOCOL_ERROR 2021-08-23T06:49:46Z [INFO][NRF][MGMT] Handle NFRegisterRequest 2021-08-23T06:49:46Z [INFO][NRF][MGMT] urilist create 2021-08-23T06:49:46Z [INFO][NRF][MGMT] Cr...
connection error: PROTOCOL_ERROR
https://api.github.com/repos/free5gc/free5gc/issues/234/comments
1
2021-08-23T08:07:34Z
2021-09-10T19:43:12Z
https://github.com/free5gc/free5gc/issues/234
976,750,722
234
[ "free5gc", "free5gc" ]
Hi @free5gc-org @mariakagi @aligungr and everyone I wrote a very simple configuration that uses free5GC and UERANSIM to select the nearby UPF according to the connected gNodeB. https://github.com/s5uishida/free5gc_ueransim_nearby_upf_sample_config This feature was added to free5GC last month, so this time I co...
FYI: Sample configuration - Select nearby UPF according to the connected gNodeB
https://api.github.com/repos/free5gc/free5gc/issues/231/comments
2
2021-08-17T14:08:55Z
2021-10-01T09:16:14Z
https://github.com/free5gc/free5gc/issues/231
972,731,868
231
[ "free5gc", "free5gc" ]
I added the iptables command mentioned in https://githubmemory.com/repo/free5gc/free5gc-compose/issues/26?page=1 The ping still failed. ![uerancontainer](https://user-images.githubusercontent.com/18386584/129619561-76d0eec6-1bf2-4b2e-9a80-56a5b8cb1686.png) Thank you for your time and help!
[Bugs]UERAN container ping failed
https://api.github.com/repos/free5gc/free5gc/issues/230/comments
4
2021-08-16T19:34:03Z
2021-09-02T18:12:27Z
https://github.com/free5gc/free5gc/issues/230
972,039,964
230
[ "free5gc", "free5gc" ]
## Issue Description Some UPF uses APN instead DNN as such PDR session request will not be possible. ### What's the version are you using https://github.com/travelping/upg-vpp/issues/118#issuecomment-834344277 - This issue can shed more light on this, it is not specific to a free5gc version rather it is about havi...
[Feat] Add Network Instance IE encoding Option In SMF
https://api.github.com/repos/free5gc/free5gc/issues/228/comments
2
2021-08-03T06:47:01Z
2021-09-07T08:39:12Z
https://github.com/free5gc/free5gc/issues/228
958,786,155
228
[ "free5gc", "free5gc" ]
Bigger buffers don’t fix the issue. They prevent UPF from crashing, but UEs are still not registering after some time. _Originally posted by @srac0 in https://github.com/free5gc/free5gc/issues/218#issuecomment-891006152_
[Bugs] PFCP Session Establishment Request not handled by UPF
https://api.github.com/repos/free5gc/free5gc/issues/227/comments
1
2021-08-02T13:02:29Z
2021-09-13T13:08:24Z
https://github.com/free5gc/free5gc/issues/227
958,120,421
227
[ "free5gc", "free5gc" ]
## Issue Description ### What's the version are you using v3.0.5 ### Is your feature request related to a problem? Please describe. SMF selects UPF by DNN and S-NSSAI, without considering the location of gNB. IF UE connects to gNB in Area1, SMF should select UPF in Area1. ![image](https://user-images.github...
[Feat] UPF selection according to connected gNB
https://api.github.com/repos/free5gc/free5gc/issues/226/comments
4
2021-07-27T02:20:02Z
2021-07-28T03:23:59Z
https://github.com/free5gc/free5gc/issues/226
953,437,319
226
[ "free5gc", "free5gc" ]
**Describe the bug** AMF is not implemented with NIA3 and NEA3 Integrity and ciphering algorithms I installed the free5GC Stage 3 Installation Guide from this link " https://www.free5gc.org/installations/stage-3/" by following the link "https://www.free5gc.org/stage-3-videos/create-ubuntu-machine/" and the UERANSIM...
[Bugs]Support of NIA3 and NEA3 Integrity and Ciphering algorithms
https://api.github.com/repos/free5gc/free5gc/issues/224/comments
1
2021-07-26T07:46:53Z
2023-07-21T08:45:53Z
https://github.com/free5gc/free5gc/issues/224
952,607,983
224
[ "free5gc", "free5gc" ]
Hello, I installed the free5GC Stage 3 Installation Guide from this link " https://www.free5gc.org/installations/stage-3/" by fallow this link "https://www.free5gc.org/stage-3-videos/create-ubuntu-machine/" and the UERANSIM from " https://github.com/aligungr/UERANSIM/wiki/Installation". At the beginning, everythi...
UE Register to 5G core
https://api.github.com/repos/free5gc/free5gc/issues/223/comments
3
2021-07-23T00:24:21Z
2021-10-02T18:51:35Z
https://github.com/free5gc/free5gc/issues/223
951,154,656
223
[ "free5gc", "free5gc" ]
## Describe the bug Regarding the "plmn-id" parameter in Nudm or so on SBI messages, it is specified explicitly as json format. However, your AMF encodes it as plain string format. (ex. plmn-id=00101; here, MCC is "001" and "MNC is "01".) ## To Reproduce Steps to reproduce the behavior: 1. Start NRF, NSSF, AUSF...
[Bugs] "plmn-id" parameter in Nudm or so on SBI messages
https://api.github.com/repos/free5gc/free5gc/issues/221/comments
3
2021-07-20T02:55:43Z
2021-10-27T06:49:29Z
https://github.com/free5gc/free5gc/issues/221
948,199,919
221
[ "free5gc", "free5gc" ]
## Describe the bug Regarding the "supiORsuci" (IMSI-based SUPI) parameter in Nausf or so on SBI messages, its MSIN field should be encoded with BCD format. (For more details, please refer Section C.4 in TS33.501.) However, AMF encodes it as plain string format. ## To Reproduce Steps to reproduce the behavior: 1...
[Bugs] MSIN format in the "supiORsuci" (IMSI-based SUPI) parameter
https://api.github.com/repos/free5gc/free5gc/issues/220/comments
15
2021-07-20T02:45:47Z
2023-07-17T09:00:01Z
https://github.com/free5gc/free5gc/issues/220
948,196,237
220
[ "free5gc", "free5gc" ]
## Describe the bug The problem occurrs in authentication synchronization. The UE sends its SQN value as part of resynchronization process. But the UDM does not use these values in authentication request and results in authentication reject ## To Reproduce Steps to reproduce the behavior: 1. Start all NFs + gNB...
[Bugs] Synch Failure with some SQNs
https://api.github.com/repos/free5gc/free5gc/issues/219/comments
7
2021-07-15T19:26:39Z
2021-08-18T15:04:21Z
https://github.com/free5gc/free5gc/issues/219
945,687,283
219
[ "free5gc", "free5gc" ]
## Describe the bug When registering many UE’s (with UERANSIM), some are not registered. This is not systematic, but this always happens after some UE’s rebooting. Unregistered UEs are due to unhandled PFCP Session Establishment Request. These requests can be seen in PCAP traces but not UPF’s log. ## To Reproduce ...
[Bugs] PFCP Session Establishment Request not handled by UPF
https://api.github.com/repos/free5gc/free5gc/issues/218/comments
2
2021-07-12T09:48:50Z
2023-07-03T09:39:31Z
https://github.com/free5gc/free5gc/issues/218
941,873,526
218
[ "free5gc", "free5gc" ]
## Describe the bug There is a defect in handling Bufblk in PFCP message processing, causing segmentation fault due to NULL pointer access and memory leak due to insufficient post-processing on error. ## To Reproduce A NULL pointer access is performed by continuing the processing without determining the result of ...
[Bugs] An abend may result in a bufBlk leak or NULL access.
https://api.github.com/repos/free5gc/free5gc/issues/217/comments
1
2021-07-06T07:25:58Z
2021-07-06T15:47:36Z
https://github.com/free5gc/free5gc/issues/217
937,597,941
217
[ "free5gc", "free5gc" ]
## Describe the bug UE never be able to reconnect to AMF after the AMF reboots in trouble without sending Deregistration to the UE. Status of all UEs are initialized if AMF reboots, but UEs don't know it. AMF will drop Service Request message from UEs that consider themselves to be registered with the AMF because th...
[Bugs] The UE will not reconnect if the AMF reboots without sending a deregistration to the UE.
https://api.github.com/repos/free5gc/free5gc/issues/216/comments
1
2021-07-06T02:41:26Z
2021-07-06T15:48:14Z
https://github.com/free5gc/free5gc/issues/216
937,468,913
216
[ "free5gc", "free5gc" ]
## Describe the bug If AMF restarts after establishment of 5G NAS security context with ue, AMF fails to decode Registration Request in NAS message container IE of Registration Request(GUTI) and stops Registration Procecure. ## To Reproduce ### Preparation 1. Change AMF config see [Configuration File](#Config...
[Bugs] AMF fails to decode Registration Request(GUTI) after restart
https://api.github.com/repos/free5gc/free5gc/issues/215/comments
3
2021-07-02T08:15:28Z
2021-07-14T04:45:27Z
https://github.com/free5gc/free5gc/issues/215
935,532,817
215
[ "free5gc", "free5gc" ]
## Describe the bug AMF panics when it receives a UE Context Release Complete NGAP message while it has already received a UE Context Release Complete NGAP message related to the same UE. Some gNBs don't send UEContextReleaseComplete to UEContextReleaseCommand immediately and they might send InitialUEMessage before...
[Bugs]AMF panics when receiving UeContextReleaseComplete continuously
https://api.github.com/repos/free5gc/free5gc/issues/214/comments
6
2021-07-02T07:36:49Z
2021-07-08T04:49:23Z
https://github.com/free5gc/free5gc/issues/214
935,504,272
214
[ "free5gc", "free5gc" ]
## Describe the bug AMF panics when it receives a Deregistration Request NAS message while it has already received a UE Context Release Complete NGAP message related to the same UE. Some gNBs don't send UEContextReleaseComplete to UEContextReleaseCommand immediately and they might send InitialUEMessage before sendi...
[Bugs]AMF panics on receiving Deregistration Request after receiving UEContextReleaseComplete
https://api.github.com/repos/free5gc/free5gc/issues/213/comments
1
2021-07-02T07:33:24Z
2021-08-18T15:12:57Z
https://github.com/free5gc/free5gc/issues/213
935,502,025
213
[ "free5gc", "free5gc" ]
## Issue Description free5GC v3.0.5 discards NGAP messages that contain extended value of ENUMERATED type in it. Some gNBs send such messages. ### What's the version are you using free5GC v3.0.5 ### Is your feature request related to a problem? Please describe. It's a problem. UE cannot access via such gNBs. ...
[Feat] Handle extended value of ENUMERATED type in NGAP messages
https://api.github.com/repos/free5gc/free5gc/issues/212/comments
1
2021-06-30T11:32:45Z
2021-07-06T15:48:40Z
https://github.com/free5gc/free5gc/issues/212
933,601,805
212
[ "free5gc", "free5gc" ]
## Documentation request How to differentiate UE traffic outside the UPF, since the UPF NATs all the traffic being generated by the UEs. Hi, I need to differentiate the network traffic being generated by multiple UEs but when I capture the traffic through tcpdump, going to the DN, I can see that it's all natted,...
[Docs] Differentiate/Identify traffic flows from UEs
https://api.github.com/repos/free5gc/free5gc/issues/211/comments
6
2021-06-22T06:38:06Z
2021-08-27T06:41:58Z
https://github.com/free5gc/free5gc/issues/211
926,884,410
211
[ "free5gc", "free5gc" ]
Hi, I'm creating a NWu tool (similar to my SWu tool (https://github.com/fasferraz/SWu-IKEv2) but for 5G), and i'm doing tests with your free5GC core. I notice that the AMF is creating the integrity and ciphering keys for NAS with bearerId/NAS connection identifier 0x01 when sending the NAS to the N3IWF. According to ...
[Bugs] For Non3GPP accesses N3IWF/AMF is not creating integrity and ciphering keys with NAS connection identifier "0x02"
https://api.github.com/repos/free5gc/free5gc/issues/210/comments
9
2021-06-21T10:42:37Z
2021-10-29T13:59:49Z
https://github.com/free5gc/free5gc/issues/210
926,082,345
210
[ "free5gc", "free5gc" ]
## Describe the bug got a working free5gc docker-compose setup that I've adapted to K8s used aligungr's UERANSIM - invoking the gNB - OK - when invoking the UE - errors appear on the gNB console and connection to AMF fails I've opened a UERANSIM issue (https://github.com/aligungr/UERANSIM/issues/346) and aligung...
AMF Fails after activation of UE
https://api.github.com/repos/free5gc/free5gc/issues/209/comments
5
2021-06-15T07:52:07Z
2021-07-21T09:01:46Z
https://github.com/free5gc/free5gc/issues/209
921,110,917
209
[ "free5gc", "free5gc" ]
The NAS layer of NGAP packet is encrypted. How not to encrypt it
[Bugs] The NAS layer of NGAP packet is encrypted. How not to encrypt it
https://api.github.com/repos/free5gc/free5gc/issues/208/comments
2
2021-05-26T10:01:52Z
2021-08-09T11:27:53Z
https://github.com/free5gc/free5gc/issues/208
902,133,717
208
[ "free5gc", "free5gc" ]
When testing, the following error appears? cannot access '*sslkey.log': No such file or directory, and in the testkeylog directory, all log files have a size of 0
[Bugs]How do I decrypt TLS
https://api.github.com/repos/free5gc/free5gc/issues/207/comments
2
2021-05-26T10:00:10Z
2021-08-27T06:38:18Z
https://github.com/free5gc/free5gc/issues/207
902,131,490
207
[ "free5gc", "free5gc" ]
## Issue Description I want a UE which can connect to free5gc through n3iwf ### What's the version are you using v3.0.5 ### Is your feature request related to a problem? Please describe. I tried using a UE from the other git repo but it has issues connecting to free5gc core. ### Describe the solution you'd ...
[Feat] UE to connect to n3iwf
https://api.github.com/repos/free5gc/free5gc/issues/206/comments
1
2021-05-26T01:13:05Z
2023-07-17T10:41:55Z
https://github.com/free5gc/free5gc/issues/206
901,590,004
206
[ "free5gc", "free5gc" ]
## Describe the bug Unable to connect to n3iwf using a UE ## To Reproduce Steps to reproduce the behavior: 1. I used the following UE "https://github.com/my5G/my5G-non3GPP-access", to connect to free5gc n3iwf ## Expected behavior I expected the UE to connect to the free5gc but the connection hangs during mars...
[Bugs] Unable to connect to n3iwf using a UE
https://api.github.com/repos/free5gc/free5gc/issues/205/comments
15
2021-05-26T01:10:03Z
2021-12-13T04:44:00Z
https://github.com/free5gc/free5gc/issues/205
901,587,716
205
[ "free5gc", "free5gc" ]
pcap: [NetWorkInstanceValue_Empty.gz](https://github.com/free5gc/free5gc/files/6524343/NetWorkInstanceValue_Empty.gz) I noticed that during the sessionablishmentRequest the network instance field of the first create PDR is empty. Is it possible to initialize it? Thanks in advance free5gc version: v3.0.5 ![emp...
[Bugs] Empty Network instance value during SessionEstablishment request
https://api.github.com/repos/free5gc/free5gc/issues/204/comments
3
2021-05-21T18:11:05Z
2021-07-30T07:30:01Z
https://github.com/free5gc/free5gc/issues/204
898,295,956
204
[ "free5gc", "free5gc" ]
## Describe the bug The webconsole has UI for modification of an existing subscriber. But the functionality is not working. It doesn't fetch data from the mongoDB, but just uses default data (or previously filled data on same browser session). ## To Reproduce Update existing subscriber's data. ## Expected behav...
[Bugs] Unable to modify a subscriber entry from webconsole
https://api.github.com/repos/free5gc/free5gc/issues/203/comments
0
2021-05-19T16:18:14Z
2023-07-21T07:44:45Z
https://github.com/free5gc/free5gc/issues/203
895,639,540
203
[ "free5gc", "free5gc" ]
## Describe the bug The setting of ike exchange type in n3iwf/ike/message/types.go is inconsistent with the formal setting of ike protocol. ## To Reproduce I tried to connected my phone with n3iwf through wi-fi. After setting the network config, n3iwf received the ike request from my phone. But n3iwf returned the ...
[Bugs] n3iwf ike exchange types are inconsistent with standard values
https://api.github.com/repos/free5gc/free5gc/issues/202/comments
5
2021-05-07T10:11:13Z
2021-05-27T02:20:03Z
https://github.com/free5gc/free5gc/issues/202
878,719,295
202
[ "free5gc", "free5gc" ]
## Describe the bug UDM HTTP GET TS29503_Nudm_SDM.yaml:/{supi} method's parameter plmn-id is prone to injection The following message `GET','/nudm-sdm/v1/imsi-2089300007487?plmn-id=authentication-data/authentication-subscription?` results into sending later HTTP GET /authentication-data/authentication-subscriptio...
[Bugs] UDM HTTP GET TS29503_Nudm_SDM.yaml:/{supi} method's parameter plmn-id is prone to injection
https://api.github.com/repos/free5gc/free5gc/issues/201/comments
3
2021-05-05T10:25:12Z
2023-08-14T05:36:58Z
https://github.com/free5gc/free5gc/issues/201
876,302,913
201
[ "free5gc", "free5gc" ]
## Describe the bug dataSetNames variable is not used in getSupiProcedure in the following code: https://github.com/free5gc/udm/blob/master/producer/subscriber_data_management.go#L183 This results in failure of the following operation GET operation from UDM: `GET','/nudm-sdm/v1/imsi-2089300007487?plmn-id=20893&dat...
[Bugs] dataset-names parameter is not used in GetDataSets operation in UDM
https://api.github.com/repos/free5gc/free5gc/issues/200/comments
1
2021-04-28T09:06:01Z
2021-10-19T05:00:10Z
https://github.com/free5gc/free5gc/issues/200
869,716,143
200
[ "free5gc", "free5gc" ]
## Describe the bug free5gc AMF panics and crashes when a UE context is released at the NGAP level by the gNodeB before the end of a NAS Registration, when NAS retransmissions with timer T3550 are ongoing. This is a standard situation that can happen in case of bad radio condition where a UE loses its radio connection...
[Bugs] AMF breaks when a UE context is released before completing a NAS registration
https://api.github.com/repos/free5gc/free5gc/issues/199/comments
2
2021-04-27T07:58:23Z
2021-09-07T08:26:09Z
https://github.com/free5gc/free5gc/issues/199
868,574,780
199
[ "free5gc", "free5gc" ]
## Describe the bug While testing the free5gc AMF for some NAS basic security features and fuzzing, I could trigger several crashes, while sending malformed NAS message. This means those issues are relatively exposed as they can be trigger by any 5G subscriber, in the principle. Here, all memory issues due to mishand...
[Bugs] AMF breaks due to malformed NAS message
https://api.github.com/repos/free5gc/free5gc/issues/198/comments
4
2021-04-26T13:42:33Z
2023-12-04T08:48:27Z
https://github.com/free5gc/free5gc/issues/198
867,719,689
198
[ "free5gc", "free5gc" ]
## Describe the bug free5gc fails to handle correctly when a UE connects with a security context not available anymore in the AMF. When a UE re-establishes a NAS connection, reusing a NAS security context that has been setup in a past connection, it uses a NAS Container to put the complete initial NAS message secur...
[Bugs] AMF fails to support NAS connection with an existing security context
https://api.github.com/repos/free5gc/free5gc/issues/197/comments
4
2021-04-26T13:12:39Z
2023-07-28T05:23:42Z
https://github.com/free5gc/free5gc/issues/197
867,689,888
197
[ "free5gc", "free5gc" ]
## Describe the bug While testing the free5gc AMF for some NAS security features introduced in the 5G specifications, I found that the AMF processes any plaintext initial NAS message entirely (all IEs in the message are processed), without further check or warning. While the AMF still requests the replay of the initia...
[Bugs] AMF processes entire plaintext initial NAS message
https://api.github.com/repos/free5gc/free5gc/issues/196/comments
1
2021-04-26T11:45:08Z
2023-08-09T03:32:37Z
https://github.com/free5gc/free5gc/issues/196
867,614,174
196
[ "free5gc", "free5gc" ]
## Describe the bug During the NAS protocol exchange between the UE and the AMF, when the UE does not provide its IMEI directly in the Security Mode Complete, the AMF requests it in clear-text whereas the NAS security context has been established successfully. This contradicts the 3GPP specification on NAS TS 24.501, ...
[Bugs] subscriber's IMEI requested in clear if not provided in NAS Security Mode Complete
https://api.github.com/repos/free5gc/free5gc/issues/195/comments
4
2021-04-26T11:28:46Z
2021-10-15T10:07:27Z
https://github.com/free5gc/free5gc/issues/195
867,600,755
195
[ "free5gc", "free5gc" ]
## Describe the bug AMF Config file is given, there is a "version", when gives the verison 1.0.0, sometimes it says, [ERRO][AMF][CFG] [0mconfig version is [1.0.0], but expected is [1.0.1]. but if changes to 1.0.1, it sometimes says: [ERRO][AMF][CFG] [0mconfig version is [1.0.1], but expected is [1.0.0]. I am ...
[Bugs] AMF config file 1.0.0 or 1.0.1
https://api.github.com/repos/free5gc/free5gc/issues/194/comments
2
2021-04-21T09:44:54Z
2021-04-28T03:47:26Z
https://github.com/free5gc/free5gc/issues/194
863,680,381
194
[ "free5gc", "free5gc" ]
## Describe the bug Hi folks Possible build config issue. Using the latest stable version. The build runs fine, but at testing time the following error occurs: user@free5gc:~/free5gc$ ./test.sh TestRegistration 2021-04-19T13:48:17Z [INFO][UPF][Util] Config: /home/user/free5gc/NFs/upf/build/config/upfcfg.tes...
[Bugs] Possible version miss match for ngap (wants v1.0.1, but can't find it)
https://api.github.com/repos/free5gc/free5gc/issues/193/comments
2
2021-04-19T14:12:06Z
2021-04-26T06:52:08Z
https://github.com/free5gc/free5gc/issues/193
861,353,922
193
[ "free5gc", "free5gc" ]
## Issue Description ### What's the version are you using v3.0.5 ### Is your feature request related to a problem? Please describe. SMF always chooses the first UPF found in UPFs map. It leads that the load is concentrated on the same UPF and adding UPF does not improve overall U-Plane performance. ### Des...
[Feat]Multiple UPF and ULCL feature
https://api.github.com/repos/free5gc/free5gc/issues/192/comments
1
2021-03-25T06:41:19Z
2021-03-27T17:27:31Z
https://github.com/free5gc/free5gc/issues/192
840,614,663
192