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"
] | ## Describe the bug
I am using `helm` to install `free5gc-nrf` chart. The MongoDB dependency could be instantiated but nrf is waiting for MongoDB forever. But I verified that mongodb is up. So not sure how does this happen.
```sh
kubectl get pods
NAME READY STATUS RESTA... | [Bugs] Free5gc NRF is waiting for MongoDB indefinitely | https://api.github.com/repos/free5gc/free5gc/issues/436/comments | 4 | 2023-03-18T04:48:14Z | 2023-03-21T17:17:30Z | https://github.com/free5gc/free5gc/issues/436 | 1,630,160,169 | 436 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
Use SD in S-NSSAI containing alphabetic characters in hexadecimal representation.
In the 5GC’s YAML configuration file, SD is written in capital letters.
SD in Subscirber registration on webconsole is written in lowercase.
In this case PDU session cannot be created correctly.
## To Reproduce
... | [Bugs] SD case mismatch | https://api.github.com/repos/free5gc/free5gc/issues/435/comments | 4 | 2023-03-16T04:48:29Z | 2023-07-24T04:32:19Z | https://github.com/free5gc/free5gc/issues/435 | 1,626,706,073 | 435 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
When I call the `/oauth2/token` endpoint of the NRF with an invalid/unknown `targetNfType`, it returns a 500 Internal Server Error and logs a nil pointer dereference panic
## To Reproduce
Steps to reproduce the behavior:
1. Start the NRF
2. register with the NRF as a network function via `PUT... | [Bugs] NRF panics for unknown targetNfType in /oauth2/token | https://api.github.com/repos/free5gc/free5gc/issues/434/comments | 2 | 2023-03-10T09:38:20Z | 2023-07-04T14:35:05Z | https://github.com/free5gc/free5gc/issues/434 | 1,618,653,449 | 434 |
[
"free5gc",
"free5gc"
] | # panic: assignment to entry in nil map
... | [Bugs] PFCP crashed due to `panic: assignment to entry in nil map` | https://api.github.com/repos/free5gc/free5gc/issues/432/comments | 4 | 2023-03-03T10:36:01Z | 2023-06-09T01:41:11Z | https://github.com/free5gc/free5gc/issues/432 | 1,608,387,869 | 432 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
hi, i've installed free5gc in centos8, i've update its kernel to 5.4.232-1.el8.elrepo.x86_64, and i've install extra-kernel to insist protocol sctp, then i ran "make all" for free5gc, it shows nothing wrong. but when i run the test "./test.sh TestRegistration" ,it was failed.
### Log File
**... | [Bugs]i've installed free5gc in centos8, it was already compiled completely, but when i start test, it reports error | https://api.github.com/repos/free5gc/free5gc/issues/431/comments | 4 | 2023-03-02T14:10:55Z | 2023-12-05T16:43:33Z | https://github.com/free5gc/free5gc/issues/431 | 1,606,877,832 | 431 |
[
"free5gc",
"free5gc"
] | ## Issue Description
While examining the Free5GC source code I have noticed the usage of a asn1c-s1ap module (https://github.com/free5gc/ngap/blob/main/ngapType/Makefile), but could not find it in any public repository. As I currently require compiling newer ASN1 releases of NGAP for Go, I would like to ask if there i... | [Question] asn1c-s1ap compiler source | https://api.github.com/repos/free5gc/free5gc/issues/428/comments | 0 | 2023-02-20T15:16:56Z | 2023-05-03T13:49:44Z | https://github.com/free5gc/free5gc/issues/428 | 1,592,049,810 | 428 |
[
"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] | https://api.github.com/repos/free5gc/free5gc/issues/427/comments | 23 | 2023-01-23T09:52:37Z | 2023-05-16T12:16:53Z | https://github.com/free5gc/free5gc/issues/427 | 1,552,799,982 | 427 |
[
"free5gc",
"free5gc"
] | According to TS23.502 4.9.1.3, there are two types of data forwading of N2 handover: direct data forwarding and indirect data forwarding, but the current free5gc does not seem to support indirect data forwarding.
When will it be supported? | N2 Handover (Indirect data forwarding) | https://api.github.com/repos/free5gc/free5gc/issues/426/comments | 1 | 2023-01-13T10:57:01Z | 2024-01-09T10:55:30Z | https://github.com/free5gc/free5gc/issues/426 | 1,532,113,318 | 426 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
If the AMF receives the registration request without UE Security Capability info, the AMF returns error.
According to 3GPP TS 24.501 8.2.6.4, it seems that the specification does not set the UE Security Capability in periodic registration.
## To Reproduce
## Expected behavior
AMF returns re... | AMF rejecting the registration(periodic) if UE Security Capability info missing | https://api.github.com/repos/free5gc/free5gc/issues/425/comments | 1 | 2023-01-13T10:24:31Z | 2023-07-17T04:15:58Z | https://github.com/free5gc/free5gc/issues/425 | 1,532,069,783 | 425 |
[
"free5gc",
"free5gc"
] | In the current free5gc, if the AMF receives the service request whose service type is signalling, it does not process the PDU session status in this service request and immediately sends the service accept without the PDU session status.
Is this behavior correct?
https://github.com/free5gc/amf/blob/e839de03774f7c5b... | PDU session status in signalling Service request is not processed | https://api.github.com/repos/free5gc/free5gc/issues/424/comments | 1 | 2023-01-06T02:12:27Z | 2023-07-17T04:15:35Z | https://github.com/free5gc/free5gc/issues/424 | 1,521,761,133 | 424 |
[
"free5gc",
"free5gc"
] |
## Describe the bug
I am using below setup -
srsenb in band 3 + Free5GC Core + Industrial Router (Quectel Module - RM500Q-GL)
PDU session is okay and able to perform traffic test also. But, connection is unstable. I see that there is periodic registration request sent by UE (RAN), after every 2 min.
Do you thi... | Unstable PDU session | https://api.github.com/repos/free5gc/free5gc/issues/423/comments | 1 | 2023-01-05T17:48:10Z | 2023-07-17T04:14:49Z | https://github.com/free5gc/free5gc/issues/423 | 1,521,134,612 | 423 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
In the NRF endpoint `GET nf-instances`, the optional parameters `nf-type` and `limit` are de-facto treated as mandatory.
If the `limit`-Parameter is missing, a `400 Bad Request` is returned. If the `limit parameter is present, but the `nf-type` parameter is missing, an empty result list is retur... | [Bugs] NRF GET nf-instances handles optional parameters as mandatory | https://api.github.com/repos/free5gc/free5gc/issues/421/comments | 1 | 2023-01-03T09:50:05Z | 2023-07-18T01:35:57Z | https://github.com/free5gc/free5gc/issues/421 | 1,517,151,119 | 421 |
[
"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] UPF Cli Run Error: open Gtp5g: open link: create: file exists | https://api.github.com/repos/free5gc/free5gc/issues/420/comments | 2 | 2023-01-03T02:14:48Z | 2023-06-29T03:30:07Z | https://github.com/free5gc/free5gc/issues/420 | 1,516,856,901 | 420 |
[
"free5gc",
"free5gc"
] | Hi All,
I want know how to deploy N3IWF code in docker to connect amf and upf.
what are the configuration need to change ?
| How to deploy N3IWF in docker | https://api.github.com/repos/free5gc/free5gc/issues/419/comments | 6 | 2022-12-28T09:50:14Z | 2023-11-07T06:23:33Z | https://github.com/free5gc/free5gc/issues/419 | 1,512,615,443 | 419 |
[
"free5gc",
"free5gc"
] |
## Description
I am implementing LADN support in free5GC, but after a N2 Handover, when I try instantiate a new PDU Session for a new available LADN, it takes some extra time due to the AMF sending an Initial Context Setup Request.
The request is sent from the N1N2Transfer Procedure because the flag "SentInitial... | [Bugs] After N2 Handover, if new PDU Session Req AMF sends Initial Context Set Req | https://api.github.com/repos/free5gc/free5gc/issues/418/comments | 2 | 2022-12-27T10:33:54Z | 2023-07-03T09:40:56Z | https://github.com/free5gc/free5gc/issues/418 | 1,511,671,246 | 418 |
[
"free5gc",
"free5gc"
] | Hello free5GC Team,
we have found a security vulnerability in free5GC and would like to report it to you. Which communication channel do you prefer to be informed about it?
Best regards
Tobias Funke, Radix Security | Question to your Security Policy | https://api.github.com/repos/free5gc/free5gc/issues/417/comments | 4 | 2022-12-21T18:28:27Z | 2023-08-23T19:39:51Z | https://github.com/free5gc/free5gc/issues/417 | 1,506,741,622 | 417 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
Error "opStr length is 0" occurs in `TestRegistration` using a subscriber whose opcValue is valid and opValue is empty.
If Operator Code Type in the subscriber data added via webconsole is OPc, opValue becomes empty.
So "opStr length is 0" should not be treated as error.
## To Reprodu... | [Bugs] Error "opStr length is 0" occurs when OP is empty | https://api.github.com/repos/free5gc/free5gc/issues/416/comments | 1 | 2022-12-15T04:11:08Z | 2022-12-16T01:57:45Z | https://github.com/free5gc/free5gc/issues/416 | 1,497,753,421 | 416 |
[
"free5gc",
"free5gc"
] | ## Issue Description
Even if a UPF fails and cannnot communicate with SMF, SMF sends a new PFCP session related request to the failed UPF. And SMF has no way to know when the UPF recovers.
### What's the version are you using
v3.2.1 + latest main
### Is your feature request related to a problem? Please descr... | [Feat] PFCP Heartbeat Procedure | https://api.github.com/repos/free5gc/free5gc/issues/415/comments | 1 | 2022-12-07T01:59:46Z | 2022-12-30T13:52:43Z | https://github.com/free5gc/free5gc/issues/415 | 1,480,695,978 | 415 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
After the Mobile Update Request from the UE, the UE TMSI can be refreshed by the AMF. Consequently the GUTI will change.
The SMF uses the following uri to send smContext Status related notifications from the AMF: /namf-callbacks/v1/smContextStatus/<UE-GUTI>/<PDU_SESSION_ID>.
After the GUTI change... | [Bugs] wrong smContextNotifyUri in SMF after Mobility Update Request | https://api.github.com/repos/free5gc/free5gc/issues/414/comments | 2 | 2022-12-01T12:42:07Z | 2022-12-16T08:12:39Z | https://github.com/free5gc/free5gc/issues/414 | 1,471,251,235 | 414 |
[
"free5gc",
"free5gc"
] | the amf doesnt reroute the registration to another amf when it cant handle the NSSAI , and the amf doesn't check the NSSAi parameter rather it accept everything and authenticate the UE,
the normal behavior is :
During Registration, the initial AMF using the information, e.g. Requested NSAAI and subscribed NSSAI re... | [Bugs] AMF doesnt reroute the registration to another amf when it cant handle the NSSAI | https://api.github.com/repos/free5gc/free5gc/issues/413/comments | 3 | 2022-11-29T08:55:10Z | 2024-01-09T10:56:49Z | https://github.com/free5gc/free5gc/issues/413 | 1,467,684,717 | 413 |
[
"free5gc",
"free5gc"
] | Can free5gc support multiple AMF, and can the the selection based on NSSAI ? | [Question] Can free5gc support multiple AMF | https://api.github.com/repos/free5gc/free5gc/issues/412/comments | 1 | 2022-11-28T20:55:09Z | 2023-07-17T10:41:26Z | https://github.com/free5gc/free5gc/issues/412 | 1,467,078,275 | 412 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
The PCF depends go module "github.com/tim-ywliu/event" (https://github.com/tim-ywliu/event).
But this module has no license info.
| PCF uses unknown license module | https://api.github.com/repos/free5gc/free5gc/issues/411/comments | 0 | 2022-11-24T08:52:40Z | 2023-06-07T09:30:09Z | https://github.com/free5gc/free5gc/issues/411 | 1,462,980,865 | 411 |
[
"free5gc",
"free5gc"
] | i am trying to do a multiple slices scenario with different upf and smf, the ue can connect to the first slice, but the second ue when trying to connect to the second slice , it end up connecting to the first one , and when I checked the messages it turn out that the nrf is actually responding to the amf in the nssi se... | issue [ ue connect to the first smf that register to the nrf in multiple slice (multiple smf config) | https://api.github.com/repos/free5gc/free5gc/issues/410/comments | 1 | 2022-11-22T17:52:23Z | 2023-07-17T04:13:01Z | https://github.com/free5gc/free5gc/issues/410 | 1,460,311,781 | 410 |
[
"free5gc",
"free5gc"
] | ## Documentation request
I could not find any information about changing the webconsole-password.
Hardcoding user and password information is obviously a bad idea and completely defeats the use of passwords. Maybe I have missed something, but if not, this is a serious problem.
## Suggestion
Include documentat... | [Docs] Document changing the webconsole-password | https://api.github.com/repos/free5gc/free5gc/issues/409/comments | 3 | 2022-11-10T08:48:49Z | 2022-11-19T13:46:40Z | https://github.com/free5gc/free5gc/issues/409 | 1,443,492,008 | 409 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
I'm trying to translate the free5gc build script into a reproducible [Arch PKGBUILD](https://wiki.archlinux.org/title/PKGBUILD).
My build was working until libgtp5gnl was [replaced by](https://github.com/free5gc/free5gc/blob/main/make_gtp5gtunnel.sh) go-gtp5gnl. I'm struggling to integrate the... | [Bugs] GOROOT not respected / changing | https://api.github.com/repos/free5gc/free5gc/issues/408/comments | 1 | 2022-11-09T17:49:47Z | 2024-04-02T18:18:05Z | https://github.com/free5gc/free5gc/issues/408 | 1,442,506,762 | 408 |
[
"free5gc",
"free5gc"
] | Just wondering if anyone can help with any suggestions. I am trying to send different PFCP messages to the UPF to simulate attacks where a session modification or deletion request is generated from the SMF.
I have had a look at modifying some of the test scenarios but I am a bit confused as these are implemented via... | Sending PFCP messages from SMF | https://api.github.com/repos/free5gc/free5gc/issues/407/comments | 1 | 2022-11-08T13:13:38Z | 2023-05-28T13:21:31Z | https://github.com/free5gc/free5gc/issues/407 | 1,440,178,984 | 407 |
[
"free5gc",
"free5gc"
] | Hello All,
I followed the video below to try to set it up, but I got error when run UPFs.
[Environment setup of multiple SMF, DNN, and UPF](https://www.youtube.com/watch?v=AEMrjKRWarw&ab_channel=free5GC)
.
I have ... | [Question] How to set Flow rules (IP filtering) in webconsole? | https://api.github.com/repos/free5gc/free5gc/issues/405/comments | 1 | 2022-10-25T19:49:00Z | 2022-11-08T06:08:03Z | https://github.com/free5gc/free5gc/issues/405 | 1,422,987,008 | 405 |
[
"free5gc",
"free5gc"
] | Hi folks! How can I disable NAS message encryption? | Disable NAS message encryption | https://api.github.com/repos/free5gc/free5gc/issues/403/comments | 1 | 2022-10-14T14:25:16Z | 2023-07-17T04:12:37Z | https://github.com/free5gc/free5gc/issues/403 | 1,409,437,497 | 403 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
A crafted malformed NGAP message can crash AMF and NGAP decoder
## To Reproduce
run the program test.go can reproduce NGAP decoder crash:
fisher@ubuntu:~/free5gc/NFs/amf/internal/ngap$ cat test.go
```
package main
import (
ngap "github.com/free5gc/ngap"
"fmt"
)
func main() {
dat... | [Bugs] A crafted malformed NGAP message can crash AMF and NGAP decoder | https://api.github.com/repos/free5gc/free5gc/issues/402/comments | 8 | 2022-10-14T10:06:34Z | 2023-06-14T11:10:02Z | https://github.com/free5gc/free5gc/issues/402 | 1,409,103,155 | 402 |
[
"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
Hi all,
I am started to work with free5gc in the last two weeks. I am trying to implement a simple new NF (NEF - TS29591_Nnef_EventExposure) based ... | [Docs] Implementing a new NF from OpenAPI generated code | https://api.github.com/repos/free5gc/free5gc/issues/401/comments | 1 | 2022-10-13T02:01:35Z | 2023-07-05T06:58:11Z | https://github.com/free5gc/free5gc/issues/401 | 1,407,021,620 | 401 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
Traffic Influence is not working in 5G with multiUPF
## To Reproduce
1. Create 7 Ubuntu VMs as below.
VM1 -> Free5gc control plane
VM2 -> Free5gc User plane (I-UPF or Branching UPF)
VM3 -> Free5gc User plane (PSA-UPF1)
VM4 -> Free5gc User plane (PSA-UPF2)
VM5 -> UERANSIM
VM6 -> Applicati... | [Bugs] Traffic Influence is not working in free5gc multiUPF | https://api.github.com/repos/free5gc/free5gc/issues/400/comments | 4 | 2022-10-11T20:00:31Z | 2023-06-21T06:19:28Z | https://github.com/free5gc/free5gc/issues/400 | 1,405,159,287 | 400 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
"Guami" field is added to subscriptionData.contextData.amf3gppAccess by UE deregistration.
## To Reproduce
1. Run TestRegistration
2. Dump subscriptionData.contextData.amf3gppAccess
```
{
"_id" : ObjectId("631ad12430bd5dd58d2999b9"),
"amfInstanceId" : "eaddf73d-d2ef-4... | [Bugs] amf3gppAccess: Unnecessary fields are added by deregistration | https://api.github.com/repos/free5gc/free5gc/issues/398/comments | 1 | 2022-09-09T06:30:29Z | 2022-10-27T03:48:37Z | https://github.com/free5gc/free5gc/issues/398 | 1,367,350,613 | 398 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
The length of DNN should be checked according to TS 23.003 not RFC 1035.
### Label
In RFC 1035 "2.3.1. Preferred name syntax",
> Labels must be 63 characters or less.
NAS and PFCP libraries check DNN according to this definition of domain name, but in TS 23.003 "9.1.1 Format of APN Net... | [Bugs] DNN length check is wrong | https://api.github.com/repos/free5gc/free5gc/issues/397/comments | 0 | 2022-09-08T08:48:15Z | 2022-11-09T07:24:34Z | https://github.com/free5gc/free5gc/issues/397 | 1,365,816,758 | 397 |
[
"free5gc",
"free5gc"
] | Hey,
does UDM EE is supported?
also, while I do get-response for AMF EE (just a response, not a constant subscription notification), will the notification to the uri is expected to be supported?
Thanks | [Question]: UDM Event Exposure | https://api.github.com/repos/free5gc/free5gc/issues/396/comments | 2 | 2022-09-05T09:30:20Z | 2023-07-03T10:04:27Z | https://github.com/free5gc/free5gc/issues/396 | 1,361,658,532 | 396 |
[
"free5gc",
"free5gc"
] | There's a little bug in free5gc 3.2.1 which denies packet going out of upfgtp interface for any additional DNN on the UPF.
It is fixed in this UPF's patch https://github.com/free5gc/go-upf/commit/235f16c8e9a2250df22d03beb0bea4274288401f
The patch is not yet included in free5gc, but it you can manually apply it - just... | [Bugs] Multiple PDU session on single UPF - ip route | https://api.github.com/repos/free5gc/free5gc/issues/395/comments | 1 | 2022-09-03T14:38:41Z | 2022-09-21T00:15:10Z | https://github.com/free5gc/free5gc/issues/395 | 1,360,873,991 | 395 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
If the RanUE-NGAP-ID indicated by the InitialUEmessage is managed in the AMF and the UE indicated by the ID is in the CM-CONNECTED state, an error occurs in the NAS message analysis process.
## To Reproduce
1. Registration request before provisioning the subscriber(it shall be failed)
2. Provi... | [Bugs] AMF can not analysis NAS message when RanUE-NGAP-ID indicated by the InitialUEmessage is managed in the AMF. | https://api.github.com/repos/free5gc/free5gc/issues/394/comments | 3 | 2022-09-02T05:42:06Z | 2022-12-19T15:20:18Z | https://github.com/free5gc/free5gc/issues/394 | 1,359,728,960 | 394 |
[
"free5gc",
"free5gc"
] |
Hello everyone.
I'm trying to connect free5gc with gNB and UE.
While connecting i get the following errors:

What could be the problem? I checked all the parameters of the subscriber, the correctness of... | [Question] Integrity NIA0 is emergency | https://api.github.com/repos/free5gc/free5gc/issues/390/comments | 5 | 2022-08-30T14:08:15Z | 2023-06-15T00:52:24Z | https://github.com/free5gc/free5gc/issues/390 | 1,355,831,374 | 390 |
[
"free5gc",
"free5gc"
] | I'm trying to add a second DN to free5gc's default configuration so UE can have 2 PDU sessions and it doesn't seem to work properly.
Both UESIMTUN interfaces are correctly created on UE but on the second one (corresponding to internet2) I can't ping UPF's N3 interface
<details>
<summary>SMF config</summary>
... | [Bug] More than one PDU session on single UPF | https://api.github.com/repos/free5gc/free5gc/issues/388/comments | 2 | 2022-08-27T13:29:26Z | 2022-09-03T11:03:02Z | https://github.com/free5gc/free5gc/issues/388 | 1,353,046,240 | 388 |
[
"free5gc",
"free5gc"
] | ## Bug Description
Free5gc webconsole come with a default username Admin and by using this username as a token header and without any password or authentication ,it's possible to leak all the information below :
- Registered UEs (plmnID,ueId)
- Subscriber information (AccessType,CmState,Guti,Mcc,Mnc,Dnn,PduSessi... | [Bugs] Leaking Registered UEs,Subscriber information,Tenants and User via the Free5gc webconsole without authentication | https://api.github.com/repos/free5gc/free5gc/issues/387/comments | 4 | 2022-08-24T10:47:13Z | 2023-07-20T02:13:31Z | https://github.com/free5gc/free5gc/issues/387 | 1,349,239,716 | 387 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
During installation of free5gc core (following: https://github.com/free5gc/free5gc/wiki/Installation), error is reported during compile of NF's:
```
verifying github.com/gin-gonic/gin@v1.7.3: checksum mismatch
downloaded: h1:3U500Wp728rATEiFJtk1L7dhAbWobNDQC0Cbd4yhhdc=
go.sum: ... | [Bugs] checksum mismatch for Gin library | https://api.github.com/repos/free5gc/free5gc/issues/386/comments | 2 | 2022-08-22T12:25:49Z | 2023-07-17T04:12:16Z | https://github.com/free5gc/free5gc/issues/386 | 1,346,323,969 | 386 |
[
"free5gc",
"free5gc"
] | Hi all,
I wrote two very simple configurations using free5GC v.3.2.1 and UERANSIM v3.2.6.
- [Select UPF based on S-NSSAI](https://github.com/s5uishida/free5gc_ueransim_snssai_upf_sample_config)
- [ULCL](https://github.com/s5uishida/free5gc_ueransim_ulcl_sample_config)
I think that these are the basic and mini... | FYI: Sample configurations - Select UPF based on S-NSSAI & ULCL | https://api.github.com/repos/free5gc/free5gc/issues/383/comments | 3 | 2022-08-18T04:06:52Z | 2022-08-18T11:02:45Z | https://github.com/free5gc/free5gc/issues/383 | 1,342,535,868 | 383 |
[
"free5gc",
"free5gc"
] | Hello,
I would have one question/suggestion regarding usage of http wrapper in internal/sbi modules.
Please, could you comment suggestions (described below) and explain what is the purpose of this intermediate wrapper.
Additionally, could you please let me know, if such optimization would be accepted, if we prov... | Http wrapper - usage optimization | https://api.github.com/repos/free5gc/free5gc/issues/382/comments | 1 | 2022-08-16T12:23:30Z | 2023-07-12T13:53:02Z | https://github.com/free5gc/free5gc/issues/382 | 1,340,273,577 | 382 |
[
"free5gc",
"free5gc"
] | Unable to ping the ue after becoming idle,
after the uernaism ue become idle , when trying to ping the ue to trigger paging it doesn't work , but the service request by ping using the ue IP work normally ,
after debugging the kernel message started showing this message
 (unable to ping ue after becoming idle) | https://api.github.com/repos/free5gc/free5gc/issues/381/comments | 2 | 2022-08-08T15:18:08Z | 2023-07-03T09:40:26Z | https://github.com/free5gc/free5gc/issues/381 | 1,332,026,319 | 381 |
[
"free5gc",
"free5gc"
] | Hello, I am getting an error when trying to connect UE (uernaism ) to 5g core (free5gc)
when I first installed uernasim with free5gc it worked normally, after some time this error started happening
[2021-04-10 14:35:16.586] [nas] [debug] Sending PDU Session Establishment Request
[2021-04-10 14:35:33.572] [nas] [w... | [Bugs] Retransmitting PDU Session Establishment Request due to T3580 expiry #553 | https://api.github.com/repos/free5gc/free5gc/issues/380/comments | 2 | 2022-08-08T15:13:50Z | 2022-11-28T21:28:18Z | https://github.com/free5gc/free5gc/issues/380 | 1,332,019,671 | 380 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
According to TS33.501 6.2.3.2 Key identification.
>The next hop chaining count, NCC, represents the 3 least significant bits of this counter.
With the current implementation, if the NCC value exceeds 7 after repeated XnHandover, the value will be set to more than 3 bits.
## To Reproduce
I ... | [Bugs]If XnHandover is repeated, the NCC value will overflow. | https://api.github.com/repos/free5gc/free5gc/issues/379/comments | 1 | 2022-08-02T09:20:18Z | 2022-11-01T05:08:55Z | https://github.com/free5gc/free5gc/issues/379 | 1,325,558,360 | 379 |
[
"free5gc",
"free5gc"
] | ## Issue Description
`free5gc/libgtp5gnl` is used in `test_multiUPF.sh`, but go-upf uses `free5gc/go-gtp5gnl`.
I think it is better to replace `free5gc/libgtp5gnl` with `free5gc/go-gtp5gnl` in this script.
### What's the version are you using
v3.2.1
### Is your feature request related to a problem? Please ... | [Feat] Change gtp5gnl library in test_multiUPF.sh | https://api.github.com/repos/free5gc/free5gc/issues/378/comments | 1 | 2022-08-02T04:56:43Z | 2022-09-20T04:01:27Z | https://github.com/free5gc/free5gc/issues/378 | 1,325,286,631 | 378 |
[
"free5gc",
"free5gc"
] | I've created easy way of deploying free5gc and UERANSIM - inspired by your ./test.sh script
https://github.com/konradkar2/netns5g
This kind of deployment is really convenient if ones only wants to inspect free5gc or UERANSIM.
The big advantage over running it on localhost interface is that egress traffic gets pr... | [Feat] Deployment using pure Linux network namespaces | https://api.github.com/repos/free5gc/free5gc/issues/376/comments | 1 | 2022-07-30T15:40:40Z | 2022-08-28T14:57:33Z | https://github.com/free5gc/free5gc/issues/376 | 1,323,177,465 | 376 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
AMF panics when it receives SecurityModeComplete with ServiceRequest set to the NAS message container.
## To Reproduce
SecurityModeComplete is sent with SeriveRequest during the registration procedure.
## Expected behavior
- If ServiceRequest is received while -Registaration is not complete... | [Bugs]AMF panics when it receives SecurityModeComplete with ServiceRequest set to the NAS message container. | https://api.github.com/repos/free5gc/free5gc/issues/375/comments | 4 | 2022-07-29T05:42:23Z | 2022-10-31T15:45:54Z | https://github.com/free5gc/free5gc/issues/375 | 1,321,786,234 | 375 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
`free5gc/pfcp` is not thread-safe.
In `transaction.go`:
```go
func (pfcpServer *PfcpServer) PutTransaction(tx *pfcp.Transaction) (err error) {
logger.PFCPLog.Traceln("In PutTransaction")
consumerAddr := tx.ConsumerAddr
if _, exist := pfcpServer.ConsumerTable.Load(consumerAddr); !... | [Bugs] PFCP transaction management is not thread-safe | https://api.github.com/repos/free5gc/free5gc/issues/374/comments | 0 | 2022-07-28T00:37:19Z | 2022-11-19T14:05:06Z | https://github.com/free5gc/free5gc/issues/374 | 1,320,255,188 | 374 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
If non-subscribed UEs send RegistrationRequest, AMF does not return RegistrationReject and the resource(amfUe/ranUe) will remain.
## To Reproduce
Registration request before provisioning the subscriber
## Expected behavior
AMF returns RegistrationReject and removes resources.
## Environ... | [Bugs]If non-subscribed UEs send RegistrationRequest, AMF does not return RegistrationReject and the resource will remain. | https://api.github.com/repos/free5gc/free5gc/issues/373/comments | 1 | 2022-07-27T09:54:50Z | 2023-08-09T03:25:43Z | https://github.com/free5gc/free5gc/issues/373 | 1,319,310,496 | 373 |
[
"free5gc",
"free5gc"
] | ## Issue Description
If UPF is started after SMF, PFCP Association Setup fails.
We can't aware of this failure until a PDU session establishment fails.
### What's the version are you using
v3.2.1
### Is your feature request related to a problem? Please describe.
SMF sends PFCP Association Setup Reques... | [Feat] Retry PFCP Association Setup | https://api.github.com/repos/free5gc/free5gc/issues/372/comments | 0 | 2022-07-27T02:12:07Z | 2023-06-09T01:39:14Z | https://github.com/free5gc/free5gc/issues/372 | 1,318,932,608 | 372 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
In PDU session establishment procedure, SMF sends PDU Session Establishment Reject to the UE when it fails to release the old PDU session with duplicated PSI by [#349](https://github.com/free5gc/free5gc/issues/349).
As the issue comments say, according to "TS 24.501 5.4.5.2.5 case 12)" this re... | [Bugs] SMF sends PDU Session Establishment Reject to UE when it fails to release the old PDU session with duplicated PSI | https://api.github.com/repos/free5gc/free5gc/issues/371/comments | 2 | 2022-07-26T06:21:56Z | 2022-11-01T05:30:10Z | https://github.com/free5gc/free5gc/issues/371 | 1,317,755,000 | 371 |
[
"free5gc",
"free5gc"
] | ## Documentation request
Last two tests from this section https://github.com/free5gc/free5gc/wiki/Test have incorrect snippets, which results in errors.
## Additional context
Tested on 3.2.0
./test_ulcl.sh -om 3 TestRegistration
Usage: ./test_ulcl.sh [ TestRequestTwoPDUSessions ]
/test.sh TestReSynchronisat... | [Docs] Misaligned test snippets | https://api.github.com/repos/free5gc/free5gc/issues/370/comments | 1 | 2022-07-24T13:26:32Z | 2022-07-24T14:31:42Z | https://github.com/free5gc/free5gc/issues/370 | 1,315,907,646 | 370 |
[
"free5gc",
"free5gc"
] | Hi,
I am trying to measure the throughput of UPF alone with iperf any one help me.
Thanks. | Correct way of measuring free5gc UPF throughput with iperf ? | https://api.github.com/repos/free5gc/free5gc/issues/369/comments | 1 | 2022-07-20T18:42:10Z | 2023-07-05T06:57:32Z | https://github.com/free5gc/free5gc/issues/369 | 1,311,685,152 | 369 |
[
"free5gc",
"free5gc"
] | Hi,
Want to confirm that free5gc does not support for Qos enforcement?
Thanks. | Does free5gc support Qos functionality? | https://api.github.com/repos/free5gc/free5gc/issues/368/comments | 1 | 2022-07-20T18:37:10Z | 2022-07-24T14:48:24Z | https://github.com/free5gc/free5gc/issues/368 | 1,311,677,280 | 368 |
[
"free5gc",
"free5gc"
] | I have deployed free5gc in k8s, and in my LAN, the terminal is successfully connected to the core network and can connect to the Internet.
Then, the terminal can access the HTML web page on the nginx server in the local LAN, but cannot access the video on the nginx server in the local LAN. How to solve this problem.... | [Bugs]The terminal joins freee5gc and cannot download the video on the server in the LAN | https://api.github.com/repos/free5gc/free5gc/issues/367/comments | 1 | 2022-07-20T11:04:50Z | 2023-07-17T09:23:30Z | https://github.com/free5gc/free5gc/issues/367 | 1,310,862,206 | 367 |
[
"free5gc",
"free5gc"
] | ## Documentation request
I want to learn if UE to UE connectivity is possible in free5gc.
## Suggestion
I would really appreciate if there's some documentation on how we can enable one UE to ping another.
## Additional context
None
| [Docs] | https://api.github.com/repos/free5gc/free5gc/issues/366/comments | 2 | 2022-07-19T17:22:03Z | 2023-07-07T01:11:02Z | https://github.com/free5gc/free5gc/issues/366 | 1,309,829,498 | 366 |
[
"free5gc",
"free5gc"
] | I'm trying to build free5gc _git master_ under ArchLinux (kernel module there) and GCC 12.1:
```
[ 21%] Building C object lib/utlt/CMakeFiles/free5GC_utlt.dir/src/utlt_mq.c.o
./free5gc/src/upf/lib/utlt/src/utlt_test.c: In function 'TestTerminate':
./free5gc/src/upf/lib/utlt/src/utlt_test.c:23:67: error: pointer 'it... | [Bugs] Use-after-free in utlt_mq.c test | https://api.github.com/repos/free5gc/free5gc/issues/365/comments | 1 | 2022-07-14T14:19:23Z | 2022-11-08T06:09:50Z | https://github.com/free5gc/free5gc/issues/365 | 1,304,856,912 | 365 |
[
"free5gc",
"free5gc"
] | For examples,
there are some differences in pfcp/handler.go between new and old code. | [Bugs] why some SMF procedures are not integrated into V3.2.1? | https://api.github.com/repos/free5gc/free5gc/issues/364/comments | 1 | 2022-07-13T00:15:41Z | 2022-07-13T12:12:01Z | https://github.com/free5gc/free5gc/issues/364 | 1,302,743,414 | 364 |
[
"free5gc",
"free5gc"
] | Hello, I tried to replace the AUSF of OAI with the AUSF of Free5GC, but the terminal could not access it, so the problem occurred
The free5GC version I use is 3.0.6。
2022-07-06T13:53:47Z [ERRO][AMF][GMM][AMF_UE_NGAP_ID:3] Nausf_UEAU Authenticate Request Error: 404 is not a valid status code in UeAuthenticationsPo... | [Bugs]Nausf_UEAU Authenticate Request Error: 404 is not a valid status code in UeAuthenticationsPost | https://api.github.com/repos/free5gc/free5gc/issues/363/comments | 1 | 2022-07-07T15:57:32Z | 2023-07-28T05:26:06Z | https://github.com/free5gc/free5gc/issues/363 | 1,297,689,352 | 363 |
[
"free5gc",
"free5gc"
] | I have tried to realize multiple UPF. Can free5gc support multiple SMF or AMF。
| [Bugs]Can free5gc support multiple SMF or AMF | https://api.github.com/repos/free5gc/free5gc/issues/362/comments | 2 | 2022-07-07T15:57:22Z | 2022-11-28T20:40:15Z | https://github.com/free5gc/free5gc/issues/362 | 1,297,689,118 | 362 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
The aggregate maximum bit rate (AMBR) configurations on UE registration info (web console) may have wrong unit.
I set UL/DL AMBR of UE to 2 **Mbps** through web console, then test the bandwidth with iper3. The average bandwidth of iperf3 is about 16 Mbits/sec (2 **MBytes/sec**). I think the unit... | [Bugs] Wrong unit of AMBR on UE registration info (web console) | https://api.github.com/repos/free5gc/free5gc/issues/360/comments | 4 | 2022-07-05T13:57:04Z | 2022-11-19T14:08:34Z | https://github.com/free5gc/free5gc/issues/360 | 1,294,340,966 | 360 |
[
"free5gc",
"free5gc"
] | I would like you to introduce Dependabot and update the version of the go module and yarn package.
https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security#what-is-dependabot
| [Feat] Introducing Dependabot | https://api.github.com/repos/free5gc/free5gc/issues/359/comments | 1 | 2022-07-05T01:13:49Z | 2023-07-10T08:30:50Z | https://github.com/free5gc/free5gc/issues/359 | 1,293,673,099 | 359 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
2022-06-27T12:28:20Z [INFO][UPF][Util] Config: /free5gc/config/upfcfg.yaml
2022-06-27T12:28:20Z [INFO][UPF][Util] UPF config version [1.0.0]
2022-06-27T12:28:20Z [INFO][UPF][Util] Set log level: info
2022-06-27T12:28:20Z [INFO][UPF][Util] DNN routes added, main routing table:
2022-06-27T12:28... | UPF error Epoll Wait error : Interrupted system call | https://api.github.com/repos/free5gc/free5gc/issues/358/comments | 3 | 2022-06-27T08:38:04Z | 2022-07-01T16:05:44Z | https://github.com/free5gc/free5gc/issues/358 | 1,285,449,546 | 358 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
SMF panics when dnn in SmContextCreateData doesn't match any of DNs connected with UPFs.
## To Reproduce
1. Change SMF config according to the below "Trace File" section
2. Send PDU Session Establishmen Request with dnn="internet"
## Expected behavior
SMF sends back PDU Session Establishme... | [Bugs] SMF panics when no anchor UPF selected | https://api.github.com/repos/free5gc/free5gc/issues/357/comments | 1 | 2022-06-27T07:23:33Z | 2022-06-28T04:47:26Z | https://github.com/free5gc/free5gc/issues/357 | 1,285,366,615 | 357 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
This bug appeared in 3.0.4, it was fixed in 3.0.5, and now the bug reappears.
I set the domain mane of UPF in the endpoints of smfcfg.yaml, SMF will not be able to connect to UPF, if I change it to an IP address, I can connect successfully.
## Environment (please complete the following inform... | [Bugs]SMF cannot connect to upf with Domain name | https://api.github.com/repos/free5gc/free5gc/issues/355/comments | 1 | 2022-06-23T08:41:46Z | 2022-07-04T10:45:11Z | https://github.com/free5gc/free5gc/issues/355 | 1,282,034,810 | 355 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
AMF panics when smContext doesn't exist".
## To Reproduce
1. Establish PDU Session with **PSI=10**
2. UE Context Release
3. Send Service Request
4. Receive Service Accept/Initial Context Setup Request
5. Send Initial Context Setup Response
PDU Session Resource Setup Response List in the ... | [Bugs] AMF panics when smContext doesn't exist | https://api.github.com/repos/free5gc/free5gc/issues/354/comments | 2 | 2022-06-23T05:25:15Z | 2022-07-07T08:12:10Z | https://github.com/free5gc/free5gc/issues/354 | 1,281,788,953 | 354 |
[
"free5gc",
"free5gc"
] | ### Describe the bug
Unable to connect to n3iwf using a UE by non-3gpp
### Environment:
free5GC Version: v3.1.1
OS: ubuntu18.04
UE: Iused the following UE "[https://github.com/my5G/my5G-non3GPP-access]to connect to free5gc n3iwf;
### report an error
trying to trigger_initial_registration.sh,but n3iwf show Unmar... | Unable to connect to n3iwf using a UE by non-3gpp | https://api.github.com/repos/free5gc/free5gc/issues/353/comments | 6 | 2022-06-21T14:20:00Z | 2024-01-26T09:44:05Z | https://github.com/free5gc/free5gc/issues/353 | 1,278,525,233 | 353 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
In case of not received supported-features query parameter from AMF or SMF, UDM includes empty query parameter in request URI path. Problem was detected in several API calls:
- /nudr-dr/v1/subscription-data/ueId/plmnId/provisioned-data/am-data
- /nudr-dr/v1/subscription-data/ueId/plmnId/provis... | [Bugs] Optional Query parameters with empty values are included in API path (supported-features) | https://api.github.com/repos/free5gc/free5gc/issues/352/comments | 1 | 2022-06-14T14:57:45Z | 2022-06-22T01:15:11Z | https://github.com/free5gc/free5gc/issues/352 | 1,270,940,211 | 352 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
Fail TestPaging in newer kernel
## To Reproduce
Steps to reproduce the behavior:
1. run `./test.sh -o TestPaging`
## Environment (please complete the following information):
- free5GC Version: 081a1f95ebb085518d3dbeea30ee121da8a3c83a
- gtp5g Version: https://github.com/free5gc/gtp5g/com... | [Bugs] Fail TestPaging in newer kernel | https://api.github.com/repos/free5gc/free5gc/issues/351/comments | 1 | 2022-06-14T01:01:58Z | 2022-06-21T09:00:11Z | https://github.com/free5gc/free5gc/issues/351 | 1,270,124,072 | 351 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
State mismatch happens if AMF receives InitialUEMessage(with 5gs-tmsi) while waiting for RegistrationComplete.
## To Reproduce
Happens in a quasi-normal sequence as follows.
1. RegistrationRequest ~ RegistrationAccept
2. UE dose not return RegistrationComplete and sending Initial ServiceReq... | [Bugs] State mismatch happens if AMF receives InitialUEMessage while waiting for RegistrationComplete. | https://api.github.com/repos/free5gc/free5gc/issues/350/comments | 5 | 2022-05-31T09:59:10Z | 2022-08-25T12:36:10Z | https://github.com/free5gc/free5gc/issues/350 | 1,253,628,213 | 350 |
[
"free5gc",
"free5gc"
] | ## Issue Description
SMF decides whether to continue or reject the request for a SM context according to its state.
### What's the version are you using
v3.1.1
### Is your feature request related to a problem? Please describe.
If PDU Session Release Request from same UE and PSI is received consecutively, at ... | [Feat] Add strict check for SM context status | https://api.github.com/repos/free5gc/free5gc/issues/349/comments | 3 | 2022-05-31T02:19:11Z | 2022-07-13T08:33:44Z | https://github.com/free5gc/free5gc/issues/349 | 1,253,254,934 | 349 |
[
"free5gc",
"free5gc"
] | My scenario: I'm using free5gc with k8s on 3 node cluster. (1 node for Core Network, 1 node for UPF, 1 node for UE + gnB)
Question: Do I have to install gtp5g module only on UPF node or also on UE + gnB node ?
Question 2: Why is gtp5g supported on old OS only for old kernels 5.0/5.4 ? Right now we have Ubuntu 22 and ... | [Question] How gtp5g module works between nodes ? | https://api.github.com/repos/free5gc/free5gc/issues/348/comments | 1 | 2022-05-30T07:31:53Z | 2023-06-09T01:39:57Z | https://github.com/free5gc/free5gc/issues/348 | 1,252,316,963 | 348 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
Free5GC currently uses some go modules which have vulnerability
## To Reproduce
1. Install trivy security scanner (https://aquasecurity.github.io/trivy/).
2. Make all modules of Free5GC.
3. Execute trivy with this options in top of source tree.
```
trivy fs --security-checks vuln NFs/upf
t... | Vulnerable go modules | https://api.github.com/repos/free5gc/free5gc/issues/347/comments | 0 | 2022-05-18T02:57:36Z | 2023-07-10T08:31:09Z | https://github.com/free5gc/free5gc/issues/347 | 1,239,366,210 | 347 |
[
"free5gc",
"free5gc"
] | <!-- Remove above warning line while reporting the issue -->
## Documentation request
Hello,
Does free5GC support QoS, 5QI and UPF selection based on NSSAI?
Thanks in advanced.
| [Docs] QoS, 5QI and UPF selection based on NSSAI | https://api.github.com/repos/free5gc/free5gc/issues/346/comments | 1 | 2022-05-17T11:27:42Z | 2022-06-06T15:52:46Z | https://github.com/free5gc/free5gc/issues/346 | 1,238,496,100 | 346 |
[
"free5gc",
"free5gc"
] | ## Documentation request
What was unclear/insufficient/not covered in the documentation.
-- how to configure multiple DNN in amfcfg.yaml,smfcfg.yaml and upfcfg.yaml is not mentioned. please provide information how to add multiple DNN configuration
## Additional context
when i try to add multiple DNN i could se... | [Docs] Please provide information how to configure multiple DNNs | https://api.github.com/repos/free5gc/free5gc/issues/345/comments | 2 | 2022-05-17T04:59:53Z | 2022-07-25T07:00:07Z | https://github.com/free5gc/free5gc/issues/345 | 1,238,068,806 | 345 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
UPF is throwing errors when more that 10 UE's (tunnel interfaces) are created
## To Reproduce
Steps to reproduce the behavior:
1. Setup Free5gc and UERANSIM (I'm using towards5gs Helm charts)
2. Register more than 10 UE's in webUI
3. Watch UPF logs
4. Enter UE pod and execute _./nr-ue -c ../c... | [Bugs] UPF throw errors when more than 10 UE's are connected | https://api.github.com/repos/free5gc/free5gc/issues/344/comments | 3 | 2022-05-09T10:42:23Z | 2022-05-25T10:19:38Z | https://github.com/free5gc/free5gc/issues/344 | 1,229,516,470 | 344 |
[
"free5gc",
"free5gc"
] | Hello everyone!
## Describe the bug
I have a not working uesimtun0 interface when running the command "ping -I uesimtun0 google.com" to check free5gc.
I followed all commands from ( https://www.free5gc.org/installations/stage-3-sim-install/ ) from github documentation -- https://github.com/free5gc/free5gc/wiki. ... | UE interface (uesimtun0) don't ping properly | https://api.github.com/repos/free5gc/free5gc/issues/343/comments | 2 | 2022-05-08T10:21:18Z | 2022-05-08T12:21:19Z | https://github.com/free5gc/free5gc/issues/343 | 1,228,849,627 | 343 |
[
"free5gc",
"free5gc"
] | The driver gtp doesn't compile on recent kernels, including latest update of ubuntu 20.04
The patch to apply:
diff --git a/gtp5g.c b/gtp5g.c
index 7302be2..3b7b6ab 100644
--- a/gtp5g.c
+++ b/gtp5g.c
@@ -1496,7 +1496,11 @@ static const struct net_device_ops gtp5g_netdev_ops = {
.ndo_init = gtp5... | [Bugs] | https://api.github.com/repos/free5gc/free5gc/issues/342/comments | 0 | 2022-05-04T15:54:22Z | 2022-05-04T15:59:15Z | https://github.com/free5gc/free5gc/issues/342 | 1,225,570,827 | 342 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
free5GC uses retracted version of mongo-driver
## To Reproduce
Steps to reproduce the behavior:
1. Move to webconsole source directory
2. Run `go list -m -u all | grep mongo-driver`
## Screenshots
```
nishi@GTP-U:~/free5gc-deb/free5gc/webconsole$ go list -m -u all | grep mongo-driver
... | [Bugs] retracted version of mongo-driver | https://api.github.com/repos/free5gc/free5gc/issues/341/comments | 1 | 2022-04-18T07:30:15Z | 2022-05-09T02:05:13Z | https://github.com/free5gc/free5gc/issues/341 | 1,206,769,718 | 341 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
SMF waits for PFCP Session Modification / Deletion response forever, and doesn't respond to AMF.
## To Reproduce
Steps to reproduce the behavior:
1. Establish PDU Session
2. Terminate UPF
3. Send PDU Session Release Request
Use TestPDUSessionReleaseRequest with slight modificaion to sle... | [Bugs] SMF waits PFCP response from UPF forever | https://api.github.com/repos/free5gc/free5gc/issues/339/comments | 1 | 2022-04-13T00:46:56Z | 2022-04-27T16:49:00Z | https://github.com/free5gc/free5gc/issues/339 | 1,202,615,449 | 339 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
In TestRequestTwoPDUSessions, 2nd ICMP Echo Request was not forwarded by UPF2.
```
[WARN][UPF][Util] GTP-U payload length mismatch: expected:60, gotten:88
```
## To Reproduce
Run TestRequestTwoPDUSessions.
```
./test_ulcl.sh TestRequestTwoPDUSessions
```
## Expected behavior
All I... | [Bugs] TestRequestTwoPDUSessions: ICMP Echo Request was not forwarded | https://api.github.com/repos/free5gc/free5gc/issues/338/comments | 1 | 2022-04-12T06:10:28Z | 2022-04-28T10:54:04Z | https://github.com/free5gc/free5gc/issues/338 | 1,201,157,368 | 338 |
[
"free5gc",
"free5gc"
] | ## Issue Description
webconsole does not work on arm64 architecture
### What's the version are you using
* free5GC Version: v3.1.0
* OS: Ubuntu 20.04.4 LTS
* Kernel version: 5.4.0-108
* go version: go1.18 linux/arm64
### Is your feature request related to a problem? Please describe.
Almost of modules of v3.... | [Feat] webconsole to support arm64 architecture | https://api.github.com/repos/free5gc/free5gc/issues/335/comments | 3 | 2022-04-07T17:26:56Z | 2022-04-09T11:44:00Z | https://github.com/free5gc/free5gc/issues/335 | 1,196,353,692 | 335 |
[
"free5gc",
"free5gc"
] | ### Describe the bug
Hi, I have followed the [installation document](https://github.com/free5gc/free5gc/wiki/Installation#installation) and cannot pass test `TestRegistration`. I also commented in closed issue #318, but I have just realized the problem may be slightly different.
### Environment
- free5GC Version: ... | [Bugs] TestRegistration NGAP error | https://api.github.com/repos/free5gc/free5gc/issues/334/comments | 4 | 2022-04-07T07:37:02Z | 2022-05-09T14:20:33Z | https://github.com/free5gc/free5gc/issues/334 | 1,195,639,600 | 334 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
LogLevel and ReportCaller are not applied when the test is run.
## To Reproduce
1. Change LogLevel and ReportCaller setting at `free5gc/test/ngsetup_test.go`.
2. Run the test.(ex. TestRegistration)
## Expected behavior
LogLevel and ReportCaller are applied when the test is run.
## Envir... | [Bugs] LogLevel is not applied when the test is run. | https://api.github.com/repos/free5gc/free5gc/issues/333/comments | 1 | 2022-04-05T10:09:49Z | 2022-04-08T16:04:39Z | https://github.com/free5gc/free5gc/issues/333 | 1,192,920,584 | 333 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
A clear and concise description of what the bug is.
TestNon3GPP fails on a fresh installation on ubuntu 20.04
It always stuck at:
time="2022-04-04T10:01:42Z" level=error msg="Set XFRM rules failed: invalid argument" category=IKE component=N3IWF
time="2022-04-04T10:01:42Z" level=error msg=... | test Non3GPP fails | https://api.github.com/repos/free5gc/free5gc/issues/331/comments | 8 | 2022-04-04T10:19:33Z | 2023-07-17T04:10:34Z | https://github.com/free5gc/free5gc/issues/331 | 1,191,566,182 | 331 |
[
"free5gc",
"free5gc"
] | Hi @free5gc-org
WebConsole cannot correctly register the IMSI with a leading `0`.
For example, `PLMN=00101`.
According to the following code, `SUPI (IMSI)` specified on the `New Subscriber` screen is treated as a numerical value once, so if it is treated as a character string again, the leading `0` number wi... | [Bugs] WebConsole cannot correctly register the IMSI with a leading 0 | https://api.github.com/repos/free5gc/free5gc/issues/330/comments | 1 | 2022-04-02T11:19:57Z | 2022-04-09T08:37:39Z | https://github.com/free5gc/free5gc/issues/330 | 1,190,602,901 | 330 |
[
"free5gc",
"free5gc"
] | ## Suggestion
The default UPF config file is no more `free5gc/NFs/upf/build/config/upfcfg.yaml`, as reported here https://github.com/free5gc/free5gc/wiki/Installation#c-install-user-plane-function-upf
looking at UPF logs, it seems to be `free5gc/config/upfcfg.yaml`
| [Docs] Fix default UPF config file | https://api.github.com/repos/free5gc/free5gc/issues/329/comments | 1 | 2022-04-01T16:46:44Z | 2022-04-08T17:04:04Z | https://github.com/free5gc/free5gc/issues/329 | 1,190,046,073 | 329 |
[
"free5gc",
"free5gc"
] | ## Issue Description
- AMF drops the packet if the padding bit is not 0 and disconnects SCTP.
- Indeed, ITU-T X. 691 specifies that the padding bit is 0.
- However, a RAN test kit may send NGAP packets with padding bits other than 0.
- Even if the padding bit is not 0, there is no problem in the processing, so inst... | [Feat] Enables AMF to accept not-perfect NGAP packets which have not 0 ASN.1 PER padding bit. | https://api.github.com/repos/free5gc/free5gc/issues/328/comments | 1 | 2022-03-31T04:47:39Z | 2022-04-01T11:59:34Z | https://github.com/free5gc/free5gc/issues/328 | 1,187,492,376 | 328 |
[
"free5gc",
"free5gc"
] | Hello, I am using the latest nightly build of Free5GC, and I need to test non-3GPP based communication (ie. mock a UE connecting to the N3IWF). I started by trying to run TestNon3GPP using test.sh, but the test is stuck on marshaling bytes.
I would appreciate any help that can be provided, thank you.
My log is as fol... | Testing TestNon3GPP stuck? | https://api.github.com/repos/free5gc/free5gc/issues/327/comments | 2 | 2022-03-24T17:37:26Z | 2022-03-31T16:25:23Z | https://github.com/free5gc/free5gc/issues/327 | 1,179,826,820 | 327 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
The profiles of all NFs are deregistered at the NF termination, but the "href" element remains in the "urilist" collection in mongodb.
Therefore, "href" increases every time it starts.
## To Reproduce
1. Clear the contents of MongoDB.
```
$ mongo free5gc
> db.dropDatabase()
{ "dropped" : "... | [Bugs] When NF is terminated, the "href" element remains in the "urilist" collection in mongodb. | https://api.github.com/repos/free5gc/free5gc/issues/326/comments | 1 | 2022-03-23T07:22:08Z | 2022-04-01T03:54:24Z | https://github.com/free5gc/free5gc/issues/326 | 1,177,715,476 | 326 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
When receiving an Initial Registration Request from the UE using 5G-GUTI, the AMF returned a Registration Accept using the 5G-GUTI configured in the Initial Registration Request and did not update the 5G-GUTI.
According to the following description, 5G-GUTI must be updated.
cf. TS 33.501 6.12.3... | [Bugs] The 5G-GUTI on the Registration Accept for the Initial Registration Request has not been updated. | https://api.github.com/repos/free5gc/free5gc/issues/325/comments | 1 | 2022-03-23T06:40:10Z | 2022-03-31T08:20:39Z | https://github.com/free5gc/free5gc/issues/325 | 1,177,666,640 | 325 |
[
"free5gc",
"free5gc"
] | How do we trigger new PDU Session Resource Setup Request from AMF for different 5QIs. please let us know if any documentation available to refer
3GPP TS 38.413 V15.13.0 Section 8.2.1.2 | [Question] How to trigger network (from AMF) initiated PDU SESSION RESOURCE SETUP REQUEST | https://api.github.com/repos/free5gc/free5gc/issues/324/comments | 2 | 2022-03-21T09:39:05Z | 2023-07-05T06:57:11Z | https://github.com/free5gc/free5gc/issues/324 | 1,175,121,859 | 324 |
[
"free5gc",
"free5gc"
] | 
I followed the step and cloned the gtp5g ,but it throwed this error. How to work it out? | problem with gtp5g | https://api.github.com/repos/free5gc/free5gc/issues/323/comments | 0 | 2022-03-19T02:31:45Z | 2022-03-19T02:45:52Z | https://github.com/free5gc/free5gc/issues/323 | 1,174,149,523 | 323 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
* Multiple UEs are registered to 5GC via same gNB.
* This gNB is down.
* Some UEs become idle, but some UEs are not idle.
## Expected behavior
All UEs are idle.
## Environment (please complete the following information):
- free5GC Version: 3.0.5
- OS: Ubuntu 20.04
- go version: 1.14
... | [Bugs] Some UEs are not idled when gNB down | https://api.github.com/repos/free5gc/free5gc/issues/322/comments | 0 | 2022-03-17T04:55:42Z | 2022-03-22T07:30:06Z | https://github.com/free5gc/free5gc/issues/322 | 1,171,932,528 | 322 |
[
"free5gc",
"free5gc"
] | Hello,
I am trying install the 5G core on AWS and i get this error with build

)
| Install free5gc on AWS VM | https://api.github.com/repos/free5gc/free5gc/issues/321/comments | 1 | 2022-03-16T16:55:46Z | 2022-05-25T10:20:08Z | https://github.com/free5gc/free5gc/issues/321 | 1,171,291,602 | 321 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
COMMIT_TIME of the Makefile is incorrect when the local time zone is not UTC.
## To Reproduce
1. Compile network function services in free5gc
```
$ cd ~/free5gc
# make
Start building amf....
cd NFs/amf && \
CGO_ENABLED=0 go build -gcflags "" -ldflags "-X github.com/free5gc/version.VERSION... | [Bugs] COMMIT_TIME of the Makefile is incorrect when the local time zone is not UTC. | https://api.github.com/repos/free5gc/free5gc/issues/320/comments | 3 | 2022-03-09T02:12:13Z | 2022-03-22T06:57:00Z | https://github.com/free5gc/free5gc/issues/320 | 1,163,408,208 | 320 |
[
"free5gc",
"free5gc"
] | I was following the process https://www.free5gc.org/installations/stage-3-free5gc-install/
But get fail state in ./test.sh TestRegistration
Environment (please complete the following information):
free5GC Version: v3.0.6
OS: Ubuntu 20.0.04
Kernel version: 5.4.0-100-generic
go version: go versi... | Can't pass any test, TestRegistration | https://api.github.com/repos/free5gc/free5gc/issues/318/comments | 11 | 2022-03-04T15:12:42Z | 2022-04-05T07:22:15Z | https://github.com/free5gc/free5gc/issues/318 | 1,159,751,135 | 318 |
[
"free5gc",
"free5gc"
] | Using free5gc v3.0.6 and UERANSIM.
Here how can we trigger network-initiated UE release... | How can we trigger network initiated UE release.. | https://api.github.com/repos/free5gc/free5gc/issues/317/comments | 1 | 2022-03-03T13:59:18Z | 2023-07-05T06:57:06Z | https://github.com/free5gc/free5gc/issues/317 | 1,158,443,378 | 317 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.