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 - While sending/receiving data at UL: 100Mbps / DL: 100Mbps, if the UE is detached, the UPF does not send a response to the PFCP Session Deletion Request from the SMF. - Subsequently, responses to PFCP Session Establishment Requests are not sent, and the PDUSession cannot be established. - When...
[Bugs] UPF Not Responding to PFCP Session Deletion/Establishment Requests During High Data Throughput
https://api.github.com/repos/free5gc/free5gc/issues/590/comments
3
2024-07-27T13:47:09Z
2024-08-09T03:43:57Z
https://github.com/free5gc/free5gc/issues/590
2,433,487,923
590
[ "free5gc", "free5gc" ]
When the DELETE button on the web console is pressed, the UI shows that the data has been deleted. However, in reality, the data that should have been deleted remains and is sent when the CREATE button is pressed. As a result, the data that should have been deleted is added to the MongoDB table. The data that re...
[Bugs]There is data sent to MongoDB when the Create button is pressed without being deleted using the Delete button in the web console
https://api.github.com/repos/free5gc/free5gc/issues/589/comments
2
2024-07-24T15:17:26Z
2024-08-09T03:44:08Z
https://github.com/free5gc/free5gc/issues/589
2,427,860,404
589
[ "free5gc", "free5gc" ]
The Static IP feature can be utilized by adding staticPools on the smfcfg.yaml side. However, since it is possible to register one or more CIDRs, adding two as shown below results in the "[NO! Cause: Not in static pool …" error when the VERIFY button on the web console is pressed. It seems that the cause is a discr...
[Bugs]Issue with Static IP Functionality and Multiple CIDR Entries on Webconsole VERIFY Button
https://api.github.com/repos/free5gc/free5gc/issues/588/comments
1
2024-07-24T14:41:04Z
2024-08-09T03:44:20Z
https://github.com/free5gc/free5gc/issues/588
2,427,775,898
588
[ "free5gc", "free5gc" ]
## Describe the bug The CHF is registered to the NRF, but this CHF is not running. Then the SMF will be crashed. ## To Reproduce 1. Apply diff in attached log to test_multiUPF.sh 2. Run `./test_multiUPF.sh TestULCLAndMultiUPF` ## Expected behavior Not crash SMF ## Environment (please complete the followi...
[Bugs] SMF crash when CHF is not running
https://api.github.com/repos/free5gc/free5gc/issues/587/comments
1
2024-07-23T06:37:48Z
2024-07-28T00:17:52Z
https://github.com/free5gc/free5gc/issues/587
2,424,377,652
587
[ "free5gc", "free5gc" ]
## Describe the bug An Event Exposure POST API request without the mandatory subscription parameter returns a 500 Internal Server Error, instead of the ideal 4xx error. The Internal Server Error is caused by a panic during null pointer dereference. ## To Reproduce Steps to reproduce the behavior: Run free5gc co...
[Bugs]AMF returned 500 Internal Server Error for a Event Exposure POST API request
https://api.github.com/repos/free5gc/free5gc/issues/586/comments
3
2024-07-20T15:53:22Z
2024-07-23T04:22:03Z
https://github.com/free5gc/free5gc/issues/586
2,420,953,185
586
[ "free5gc", "free5gc" ]
The question of using unlicensed sprectrum for mobile networks in the dedicaded ISM bands is not new. 3GPP R16 has defined for 5G how to use a few ISM sub bands like n46, n96 in good citizenship as NR-U. Meanwhile, it is mainly a RAN question, would be the impact of NR-U support for 5GC NFs ?
NR-U support starting from 3GPP R16
https://api.github.com/repos/free5gc/free5gc/issues/585/comments
1
2024-07-17T09:53:27Z
2024-07-18T04:43:07Z
https://github.com/free5gc/free5gc/issues/585
2,413,168,911
585
[ "free5gc", "free5gc" ]
## Describe the bug After connecting the N3IWUE once, if it's killed trying to reconnect fails. AFAIK this happens because a XFRM interface isn't released on N3IWUE device exit and trying to recreate it results in a "file exists" error in free5GC ## To Reproduce Steps to reproduce the behavior: 1. Install free5...
[Bugs] N3IWUE fails to run twice or reconnect
https://api.github.com/repos/free5gc/free5gc/issues/584/comments
2
2024-07-13T21:21:19Z
2024-07-17T07:14:18Z
https://github.com/free5gc/free5gc/issues/584
2,407,167,765
584
[ "free5gc", "free5gc" ]
## Describe the bug When PDUSessionSMContextCreate was failed with PDUSessionEstablishmentReject GSM message, the SMF of the free5GC v3.4.1 returns this GSM message in MIME multipart. But in the free5GC 3.4.2, this GSM message is returns in JSON object directly without MIME multipart. Is it correct behavior? ## T...
[Bugs] Error response of PDUSessionSMContextCreate
https://api.github.com/repos/free5gc/free5gc/issues/583/comments
2
2024-07-09T06:49:37Z
2024-07-18T04:32:38Z
https://github.com/free5gc/free5gc/issues/583
2,397,299,136
583
[ "free5gc", "free5gc" ]
## Describe the bug If we try to register two UEs with the same SUPI, the first UE's context is being released after the first unauthenticated Registration Request from the second UE, instead of being released after second UE sends an Registration Request with a security context. ## To Reproduce 1. Perform a normal ...
[Bugs] UEs can be context released by a second UE without authentication
https://api.github.com/repos/free5gc/free5gc/issues/580/comments
6
2024-06-28T03:24:59Z
2024-08-04T23:43:25Z
https://github.com/free5gc/free5gc/issues/580
2,379,484,183
580
[ "free5gc", "free5gc" ]
## Describe the bug An Event Exposure POST API request without the mandatory subscription eventlist parameter returns a 500 Internal Server Error, instead of the ideal 4xx error. The Internal Server Error is caused by a panic during null pointer dereference. ## To Reproduce Steps to reproduce the behavior: 1. R...
[Bugs] AMF returned 500 Internal Server Error for a Event Exposure POST API request
https://api.github.com/repos/free5gc/free5gc/issues/579/comments
2
2024-06-27T18:41:17Z
2024-07-02T01:47:58Z
https://github.com/free5gc/free5gc/issues/579
2,378,863,391
579
[ "free5gc", "free5gc" ]
Do it possible to remove "QoS rule 2" under PDU session establishment accept? or do it can be configure under yaml file? thanks ![Uploading 2024-06-24_103948.jpg…]()
Do it possible to remove "QoS rule 2" under PDU session establishment accept
https://api.github.com/repos/free5gc/free5gc/issues/578/comments
6
2024-06-24T02:41:00Z
2024-07-03T10:30:42Z
https://github.com/free5gc/free5gc/issues/578
2,369,074,331
578
[ "free5gc", "free5gc" ]
## Issue Description Is ATSSS implemented in free5gc, or are there any plans to implement it? ### What's the version are you using It is not in use yet. ### Is your feature request related to a problem? Please describe. ### Describe the solution you'd like If there is a plan to develop ATSSS, I am curious...
[Feat] Plans to implement ATSSS
https://api.github.com/repos/free5gc/free5gc/issues/577/comments
1
2024-06-21T01:33:43Z
2024-06-28T02:56:24Z
https://github.com/free5gc/free5gc/issues/577
2,365,527,689
577
[ "free5gc", "free5gc" ]
Hi, Below is a quick summary of Ping and iPerf3 results using free5GC, UPF, and RAN/UE. I also wrote a few notes. https://github.com/s5uishida/simple_confirmed_info_for_mobile_network#ping-and-iperf3 FYI.
FYI: Quick Summary of Ping and iPerf3 results with free5GC, UPF, and RAN/UE
https://api.github.com/repos/free5gc/free5gc/issues/575/comments
0
2024-06-17T10:29:46Z
2024-06-17T10:29:46Z
https://github.com/free5gc/free5gc/issues/575
2,356,990,893
575
[ "free5gc", "free5gc" ]
## Issue Description I want to start a discussion on exchanging the UPF's capabilities during the PFCP association procedure instead of setting them manually in the SMF's configuration. This is mainly about the `dnnList` and the `ifList` in the UPF config, which is duplicated inside the SMF config in the fields `dnn...
[Feat] Exchange UPF capabilities during association (aka N4 capability negotiation)
https://api.github.com/repos/free5gc/free5gc/issues/573/comments
0
2024-06-03T17:11:05Z
2024-06-03T17:11:28Z
https://github.com/free5gc/free5gc/issues/573
2,331,658,548
573
[ "free5gc", "free5gc" ]
Hello, In order to have Free5GC utilizing SMSF, AMF needs n20 and UDM needs n21 interface, right. I do not see those interfaces being supported by Free5GC, but maybe I am missing something. Just want to make sure it is really not supported. Thank you.
[Question] Is it possible to connect SMSF to Free5GC (support for N20/21 interface)?
https://api.github.com/repos/free5gc/free5gc/issues/572/comments
4
2024-05-30T11:54:50Z
2024-05-31T10:37:13Z
https://github.com/free5gc/free5gc/issues/572
2,325,494,014
572
[ "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 I would like to test the URSP on the UE, and I need the "DL NAS Transport" with "UE policy container" that sent from PCF to UE through the AMF The URSP is ...
[Feat]Support URSP (User Router Selection Policy) allocated by PCF to UE
https://api.github.com/repos/free5gc/free5gc/issues/571/comments
1
2024-05-29T09:08:06Z
2024-06-27T07:32:08Z
https://github.com/free5gc/free5gc/issues/571
2,322,786,578
571
[ "free5gc", "free5gc" ]
您好,目前运行可以和AMF建立SCTP连接并注册,但是想测试PDU会话建立,请问需要怎么测试?
请问怎么测试N3iwf这个网元
https://api.github.com/repos/free5gc/free5gc/issues/570/comments
2
2024-05-28T10:02:34Z
2024-05-29T09:00:26Z
https://github.com/free5gc/free5gc/issues/570
2,320,647,087
570
[ "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] N1N2 Transfer Fail while testing 45K UE in a loop .
https://api.github.com/repos/free5gc/free5gc/issues/569/comments
11
2024-05-23T09:06:52Z
2024-06-30T16:19:24Z
https://github.com/free5gc/free5gc/issues/569
2,312,375,020
569
[ "free5gc", "free5gc" ]
<!-- Remove above warning line while reporting the issue --> ## Issue Description ### What's the version are you using free5gc v3.3.0, ubuntu20.04 VirtualBox VM ### Is your feature request related to a problem? Please describe. This feature is related to [issue0](https://forum.free5gc.org/t/qos-enforcement-i...
[Feat] Layer 2 support for gtp-u tunnel (upfgtp)
https://api.github.com/repos/free5gc/free5gc/issues/568/comments
5
2024-05-22T10:04:41Z
2024-06-10T10:32:58Z
https://github.com/free5gc/free5gc/issues/568
2,310,119,552
568
[ "free5gc", "free5gc" ]
## Describe the bug Currently we are trying to deploy a physical setup using the following components: - Samsung S21 Ultra as UE - srsRAN and USRP B210 kit as gNB - free5GC as a core network but this doesn't happen and instead we got the following error : amf | 2024-05-20T12:10:42.713761098Z [ERRO][AMF...
[Bugs] Registration Status Update Error when connecting to a physical UE
https://api.github.com/repos/free5gc/free5gc/issues/567/comments
7
2024-05-20T13:30:41Z
2024-07-26T06:26:31Z
https://github.com/free5gc/free5gc/issues/567
2,306,010,169
567
[ "free5gc", "free5gc" ]
## Describe the bug The module "github.com/fclairamb/afero-snd" with an unknown license is used in CHF. ## Walkthrough (Option) This module seems to be referenced via module "github.com/fclairamb/ftpserve".
[Bugs] CHF uses unknown license module (github.com/fclairamb/afero-snd)
https://api.github.com/repos/free5gc/free5gc/issues/566/comments
1
2024-05-09T05:00:48Z
2024-05-10T11:52:36Z
https://github.com/free5gc/free5gc/issues/566
2,286,895,021
566
[ "free5gc", "free5gc" ]
## Describe the bug The LGPL-licensed module "github.com/juju/fslock" is used in CHF. ## Walkthrough (Option) This module is used by the field CdrFileLock in the struct ChfUe in the file "NFs/chf/internal/context/ue_context.go".
[Bugs] LGPL module is used in CHF
https://api.github.com/repos/free5gc/free5gc/issues/565/comments
1
2024-05-09T04:51:40Z
2024-05-10T04:28:28Z
https://github.com/free5gc/free5gc/issues/565
2,286,886,621
565
[ "free5gc", "free5gc" ]
## Describe the bug I'm using the Opentelemetry Operator with the Instrumentation CRD to instrument (get traces from) Free5GC for the registration procedure with UERANSIM. When analysing the traces obtained via Otel, i see (in Jaeger) unusual traces (with long spans of >1second) with the HTTP PRI method: ![image](h...
[Bugs] HTTP PRI method appearing in distributed tracing
https://api.github.com/repos/free5gc/free5gc/issues/564/comments
1
2024-05-05T18:48:52Z
2024-05-15T02:26:42Z
https://github.com/free5gc/free5gc/issues/564
2,279,676,173
564
[ "free5gc", "free5gc" ]
## Describe the bug I'm trying to configure Free5gc to use CHF from the external provider. I succesfuly registered this CHF in NRF, but when I try to connect UE, the following errors occur (full logs also attached): SMF: 2024-04-29T16:59:34.312541475+02:00 [INFO][SMF][PduSess] CHF Selection for SMContext SUPI[ims...
[Bugs] SMF panic on external (3rd party) CHF integration
https://api.github.com/repos/free5gc/free5gc/issues/562/comments
31
2024-04-29T14:05:29Z
2024-05-20T14:13:12Z
https://github.com/free5gc/free5gc/issues/562
2,269,147,654
562
[ "free5gc", "free5gc" ]
## Describe the bug Sometime accept for the SCTP socket fails in AMF. ## To Reproduce Steps to reproduce the behavior: 1. Apply this patch ``` diff --git a/test/registration_test.go b/test/registration_test.go index 761e064..8c0e4f1 100644 --- a/test/registration_test.go +++ b/test/registration_test.go @@...
[Bugs] Sometime accept for the SCTP socket fails
https://api.github.com/repos/free5gc/free5gc/issues/561/comments
0
2024-04-24T04:12:08Z
2024-05-22T16:03:39Z
https://github.com/free5gc/free5gc/issues/561
2,260,270,502
561
[ "free5gc", "free5gc" ]
Hello All, Currently we are trying to deploy a physical setup: 1. Samsung S21 Ultra as UE 2. SRSRAN as gNB 3. free5gc as a core network When we try to connect the UE we faced the following error ![Screenshot from 2024-04-23 17-33-17](https://github.com/free5gc/free5gc-compose/assets/28990543/81476a01-e63...
Registration Status Update Error when connecting to a physical UE
https://api.github.com/repos/free5gc/free5gc/issues/582/comments
3
2024-04-23T15:38:37Z
2024-07-13T13:29:59Z
https://github.com/free5gc/free5gc/issues/582
2,395,232,445
582
[ "free5gc", "free5gc" ]
## Describe the bug The **Source Interface Type** used in PFCP Session Establishment Request should be **Core** for IP based PDU Session; instead, the value is **SGi-LAN/N6-LAN**, referring to a Ethernet based PDU Session (3GPP 29.244, 8.2.2-1). Also the 3GPP Interface Type IE is missing (3GPP 29.244, 8.2.118). ...
[Bugs] Wrong Interface Type in PFCP Session Establishment Request for IP Based PDU Session
https://api.github.com/repos/free5gc/free5gc/issues/557/comments
6
2024-04-18T07:41:40Z
2024-07-03T03:31:59Z
https://github.com/free5gc/free5gc/issues/557
2,249,985,281
557
[ "free5gc", "free5gc" ]
Hello, while I was trying to implement profile A and profile B schemes, I changed the configuration in free5gc-ue.yaml in UERANSIM and chose protection scheme 1 and profile A was implemented successfully.. when I tried profile B, I got the following error: ![Capture](https://github.com/free5gc/free5gc/assets/139501...
Profile B not implemented
https://api.github.com/repos/free5gc/free5gc/issues/556/comments
1
2024-04-16T18:31:03Z
2024-04-18T03:35:53Z
https://github.com/free5gc/free5gc/issues/556
2,246,658,116
556
[ "free5gc", "free5gc" ]
<!-- Remove warning (above 3 lines) while reporting the issue --> ## Describe the bug While trying to replicate the kubernetes cluster to setup 5g core, the upf is stuck on Container Creating for days. ``` free5gc-v1-free5gc-upf-upf-848cc8fb48-gzhgx 0/1 ContainerCreating 0 20h ``` I h...
[Bug] UPF not working in Kubernetes Cluster
https://api.github.com/repos/free5gc/free5gc/issues/551/comments
5
2024-03-31T11:14:42Z
2024-05-06T15:56:08Z
https://github.com/free5gc/free5gc/issues/551
2,216,911,154
551
[ "free5gc", "free5gc" ]
I need the XXXsslkey.log file, but it wasn't generated as default. (v3.4.0) I started the AMF with the following option: ./bin/amf -l log/amf.log By doing this, the following two files were generated log/amf.log log/key/amfsslkey.log I find it counterintuitive that log/key/amfsslkey.log is generated with -l...
[Feat]Options for Creating an sslkey.log
https://api.github.com/repos/free5gc/free5gc/issues/549/comments
1
2024-03-23T05:23:13Z
2024-05-31T04:48:45Z
https://github.com/free5gc/free5gc/issues/549
2,203,704,386
549
[ "free5gc", "free5gc" ]
According to the URL below (free5gc v3.4.0), t3555 is defined twice: https://github.com/free5gc/free5gc/blob/main/config/amfcfg.yaml I believe it is incorrect to describe the same timer in two places. What should be the correct definition for this? ``` # retransmission timer for NAS Configuration Update Comma...
Duplicate Definition of t3555 Timer in amfcfg.yaml
https://api.github.com/repos/free5gc/free5gc/issues/547/comments
1
2024-03-18T15:17:49Z
2024-03-19T06:28:21Z
https://github.com/free5gc/free5gc/issues/547
2,192,504,344
547
[ "free5gc", "free5gc" ]
Hi There, After deploy UERANSIM and free5gc , Is there any way to perform the speed test using okla speed test or some other application ? Moreover , if i want to capture the traces in wireshark , how to do it . what is the meaning of this . Start a Wireshark capture on any core-connected interface, appl...
Test free5GC
https://api.github.com/repos/free5gc/free5gc/issues/546/comments
6
2024-03-16T05:54:46Z
2024-03-20T14:38:08Z
https://github.com/free5gc/free5gc/issues/546
2,189,797,406
546
[ "free5gc", "free5gc" ]
## Describe the bug I tried to run the N3IWF on free5GC, however it doesn't start. When I run the TestNon3GPP, the test passes (logs attached on trace file section). When I start free5GC with the N3IWF (both with the default config or after following the instructions from [here](https://free5gc.org/guide/n3iwue-instal...
[Bugs] N3IWUE fails to stablish network connection with N3IWF in v3.4.0
https://api.github.com/repos/free5gc/free5gc/issues/545/comments
11
2024-03-14T11:32:57Z
2024-03-30T23:40:15Z
https://github.com/free5gc/free5gc/issues/545
2,186,119,527
545
[ "free5gc", "free5gc" ]
According to the following URL, free5gc should support the setting of static IP addresses. https://free5gc.org/guide/features/#supported-features - Dynamic/Static IPv4 address allocation I interpret this as referring to the IP address allocation for PDU sessions assigned to UEs. However, I could not find where t...
[Feat]How can I set a static IP address for a UE?
https://api.github.com/repos/free5gc/free5gc/issues/543/comments
3
2024-03-12T15:42:41Z
2024-05-26T16:01:22Z
https://github.com/free5gc/free5gc/issues/543
2,181,982,774
543
[ "free5gc", "free5gc" ]
``` [2024-03-12 07:56:10.732] [nas] [info] Initial Registration is successful [2024-03-12 07:56:10.732] [nas] [debug] Sending PDU Session Establishment Request [2024-03-12 07:56:10.732] [nas] [debug] UAC access attempt is allowed for identity[0], category[MO_sig] [2024-03-12 07:56:10.952] [nas] [error] PDU Session ...
INSUFFICIENT_RESOURCES_FOR_SPECIFIC_SLICE_AND_DNN
https://api.github.com/repos/free5gc/free5gc/issues/542/comments
10
2024-03-12T08:10:22Z
2024-03-14T12:35:24Z
https://github.com/free5gc/free5gc/issues/542
2,180,982,006
542
[ "free5gc", "free5gc" ]
I have deployed free5gc on one VM with IP 172.27.129.34 and deployed UERANSIM on another VM with IP 172.27.129.35 , I am following guide from below link https://free5gc.org/guide/5-install-ueransim/ in step 7 i am facing issues 7. Testing UERANSIM against free5GC SCTP could not connect , Connection refus...
free5gc SCTP could not connect
https://api.github.com/repos/free5gc/free5gc/issues/541/comments
11
2024-03-12T06:24:15Z
2024-03-12T12:00:00Z
https://github.com/free5gc/free5gc/issues/541
2,180,829,171
541
[ "free5gc", "free5gc" ]
## Documentation request Simple documentation of the REST-API. ## Suggestion Just add endpoints and how to use them, like any other REST-API ## Additional context We need to add lots of generated Subscriber data (100-1000 UEs), but right now it just seems to be possible via the Web-Ui. We just need a simpl...
[Docs] How to add subscriber via REST-API
https://api.github.com/repos/free5gc/free5gc/issues/539/comments
2
2024-03-06T11:56:10Z
2024-03-08T03:54:26Z
https://github.com/free5gc/free5gc/issues/539
2,171,333,663
539
[ "free5gc", "free5gc" ]
Hello free5gc team, I need to test the multicast service through the 5G core and want to know if it is supported on the data plane. I am using 5G V3.3.0 in an emulated environment and I want to test the IPTV service through the 5G core to the UE. Thanks,
Is multicast feature supported on V3.3.0 ?
https://api.github.com/repos/free5gc/free5gc/issues/537/comments
1
2024-03-05T04:13:14Z
2024-03-06T17:16:39Z
https://github.com/free5gc/free5gc/issues/537
2,168,261,425
537
[ "free5gc", "free5gc" ]
Hello free5gc, I followed your tutorial for the N3IWUE one-to-one (i.e. two VMs for free5GC and N3IWUE etc.) and it worked straight away. Good work on your part! However, I noticed that a simple speedtest (installed with "sudo apt speedtest-cli") gives unexpected results. The download on the VM for the N3IWUE del...
VM of N3IWUE has slow upload in speedtest
https://api.github.com/repos/free5gc/free5gc/issues/535/comments
1
2024-02-29T09:33:35Z
2024-03-05T05:38:49Z
https://github.com/free5gc/free5gc/issues/535
2,160,808,687
535
[ "free5gc", "free5gc" ]
null
[Feat] 您好,想咨询一下AF和NEF功能大约什么时候发布?
https://api.github.com/repos/free5gc/free5gc/issues/533/comments
2
2024-02-21T02:38:41Z
2024-03-29T04:15:25Z
https://github.com/free5gc/free5gc/issues/533
2,145,668,370
533
[ "free5gc", "free5gc" ]
## Issue Description ### What's the version are you using free5gc v3.4.0 Ubuntu Server 20.04.6 ### Is your feature request related to a problem? Please describe. If one try to build the webconsole manually or via the Makefile, it fails to find yarn (more details on https://github.com/free5gc/free5gc.github.io/...
[Feat] Improve/Correct the webconsole build behavior and update docs accordingly
https://api.github.com/repos/free5gc/free5gc/issues/532/comments
0
2024-02-19T20:01:35Z
2024-02-24T15:28:23Z
https://github.com/free5gc/free5gc/issues/532
2,143,067,251
532
[ "free5gc", "free5gc" ]
## Documentation request What was unclear/insufficient/not covered in the documentation. The software listed on this issue title are listed in some old versions ## Suggestion Update them in the guide instructions ## Additional context The nodejs version has a related PR on the WebConsole repository ht...
[Docs] Update nodejs, GTP-U module and requirements versions
https://api.github.com/repos/free5gc/free5gc/issues/529/comments
0
2024-02-10T22:10:32Z
2024-02-19T02:20:04Z
https://github.com/free5gc/free5gc/issues/529
2,128,731,161
529
[ "free5gc", "free5gc" ]
## Documentation request Two pages have some minor typos on them ## Suggestion Fix them ## Additional context PR open on the docs repo
[Docs] Fix minor typos
https://api.github.com/repos/free5gc/free5gc/issues/527/comments
0
2024-02-09T14:03:43Z
2024-02-10T02:44:34Z
https://github.com/free5gc/free5gc/issues/527
2,127,216,887
527
[ "free5gc", "free5gc" ]
## Describe the bug In Kernel 6.2, I conducted tests with scripts for gtp5g and go-gtp5gnl. The script successfully executed a ping. However, after the script concluded, subsequent pings failed. The script was copied from libgtp5gnl/script/ns_ran_upf.sh and executed using go-gtp5gnl. I made modifications to gtp5g/g...
[Bugs] In kernel 6.2, testing gtp5g with scripts for go-gtp5gnl, the ping fails after the script ends.
https://api.github.com/repos/free5gc/free5gc/issues/524/comments
0
2024-01-03T11:30:41Z
2024-06-24T04:36:02Z
https://github.com/free5gc/free5gc/issues/524
2,063,836,801
524
[ "free5gc", "free5gc" ]
## Describe the bug The AMF crashed when receiving a short plaintext initial NAS message with a security header type greater than 0 from UE. This bug is caused by a missing length check of the payload. ## To Reproduce Steps to reproduce the behavior: 1. Run free5gc with default config. 2. Connect UERANSIM gNB (...
[Bugs] AMF crashed with malformed NAS packets from UE
https://api.github.com/repos/free5gc/free5gc/issues/523/comments
2
2024-01-02T22:57:28Z
2024-01-09T14:04:32Z
https://github.com/free5gc/free5gc/issues/523
2,063,046,665
523
[ "free5gc", "free5gc" ]
Hi @brianchennn, What is the meaning of 2020-03-31-01 in upf directory Version.sh file. How to get this version? Thanks in advance
About 2020-03-31-01 in upf directory
https://api.github.com/repos/free5gc/free5gc/issues/522/comments
2
2023-12-28T06:47:45Z
2024-01-02T10:01:27Z
https://github.com/free5gc/free5gc/issues/522
2,058,060,384
522
[ "free5gc", "free5gc" ]
Hi, Can i connect actual/real UE to core network using non 3GPP access N3IWF. Actually we are able to attach UE in Simulator mode, Now we are looking into hardware part to establish Wi-Fi by using N3IWF and need to connect with 5g core, Could you please suggest suitable hardware which is useful for N3IWF? Th...
Establish Wi-Fi signal using non 3GPP access to connect 5G core network
https://api.github.com/repos/free5gc/free5gc/issues/520/comments
1
2023-12-22T04:38:30Z
2024-01-02T07:54:13Z
https://github.com/free5gc/free5gc/issues/520
2,053,371,637
520
[ "free5gc", "free5gc" ]
## Issue Description ### What's the version are you using free5GC v3.3.0 (latest stable version) on Ubuntu Server 20.04.6 with BASH 5.0.17 ### Is your feature request related to a problem? Please describe. It isn't a problem exactly, however it would be better to have [those configurations](https://free5gc.or...
[Feat] Add a script to assist reloading the host configs after rebooting
https://api.github.com/repos/free5gc/free5gc/issues/517/comments
0
2023-12-11T23:45:27Z
2023-12-26T12:19:02Z
https://github.com/free5gc/free5gc/issues/517
2,036,723,050
517
[ "free5gc", "free5gc" ]
## Documentation request The tested [environment](https://free5gc.org/guide/Environment/) information is outdated and there is a broken URL on the [install page](https://free5gc.org/guide/3-install-free5gc/) ## Suggestion Update both content ## Additional context PR's already done on docs repo
[Docs] Update tested environment information and test URL on install page
https://api.github.com/repos/free5gc/free5gc/issues/516/comments
0
2023-12-11T22:20:39Z
2023-12-13T02:06:21Z
https://github.com/free5gc/free5gc/issues/516
2,036,630,343
516
[ "free5gc", "free5gc" ]
## Documentation request The [installation instructions](https://free5gc.org/guide/3-install-free5gc/#a-prerequisites) don't cover (yet) the installation of MongoDB on Ubuntu Server 22.04 ## Suggestion Add instructions regarding the matter on the appendix section of the docs website. ## Additional context ...
[Docs] Add information regarding MongoDB installation on Ubuntu Server 22.04
https://api.github.com/repos/free5gc/free5gc/issues/515/comments
1
2023-12-09T20:56:28Z
2023-12-11T15:44:34Z
https://github.com/free5gc/free5gc/issues/515
2,034,049,333
515
[ "free5gc", "free5gc" ]
hi all i am doing Test Resistration but its failed please help me to fix issue $ ./test.sh TestRegistration Cannot create namespace file "/run/netns/UPFns": File exists 2023-12-05T15:57:23+05:30 [INFO][UPF][Main] UPF version: free5GC version: v3.2.1 build time: 2023-12-05T09:59:55Z commit hash: 49...
TestRegistration Failed
https://api.github.com/repos/free5gc/free5gc/issues/514/comments
30
2023-12-05T10:33:37Z
2023-12-22T08:41:35Z
https://github.com/free5gc/free5gc/issues/514
2,025,867,870
514
[ "free5gc", "free5gc" ]
Hi, I tried to follow the steps from the wiki here, but it failed when I tried to install mongodb. ubuntu@free5gc:~$ sudo apt -y install mongodb wget git Reading package lists... Done Building dependency tree... Done Reading state information... Done Package mongodb is not available, but is referred to by anoth...
mongodb is not found
https://api.github.com/repos/free5gc/free5gc/issues/513/comments
4
2023-12-04T17:53:55Z
2023-12-22T08:26:17Z
https://github.com/free5gc/free5gc/issues/513
2,024,411,895
513
[ "free5gc", "free5gc" ]
## Documentation request GTP-U module version was outdated and docs lacked a way to help resetting iptables rules ## Suggestion Update the version and add an new troubleshooting entry ## Additional context I've tested both suggested modifications on latest v3.3.0 stable release and they work. PRs alre...
[Docs] Update gtp5g version and add iptables troubleshooting steps
https://api.github.com/repos/free5gc/free5gc/issues/512/comments
1
2023-11-25T18:45:53Z
2023-11-26T22:23:46Z
https://github.com/free5gc/free5gc/issues/512
2,010,761,307
512
[ "free5gc", "free5gc" ]
Hello! Please tell me, are you going to add support for the UEIP and FTUP options in the near future?
[Question] UEIP&FTUP Options
https://api.github.com/repos/free5gc/free5gc/issues/509/comments
1
2023-11-20T11:13:45Z
2023-11-30T16:56:08Z
https://github.com/free5gc/free5gc/issues/509
2,001,950,322
509
[ "free5gc", "free5gc" ]
## Describe the bug In SMF, some staticPools and pools configuration cause start error. ## To Reproduce Try to start SMF with configuration file followed: ``` info: version: 1.0.7 description: SMF initial local configuration configuration: smfName: SMF # the name of this SMF sbi: # Service-based...
[Bugs] SMF startup failed with some staticPools value
https://api.github.com/repos/free5gc/free5gc/issues/506/comments
1
2023-11-10T02:40:18Z
2023-12-02T06:47:33Z
https://github.com/free5gc/free5gc/issues/506
1,986,743,907
506
[ "free5gc", "free5gc" ]
## Describe the bug UPF cannot be build with go 1.21 ## Expected behavior Can build with go 1.21 ## Screenshots ``` $ go version go version go1.21.4 linux/amd64 $ make upf Start building upf.... cd NFs/upf/cmd && \ CGO_ENABLED=0 go build -gcflags "" -ldflags "-X github.com/free5gc/util/version.VERSION=v3...
[Bugs] UPF build error with go 1.21
https://api.github.com/repos/free5gc/free5gc/issues/505/comments
2
2023-11-08T05:44:48Z
2023-11-12T10:26:34Z
https://github.com/free5gc/free5gc/issues/505
1,982,792,217
505
[ "free5gc", "free5gc" ]
hi team, i am planning to test 5g wifi by using n3iwf in free5gc and connect to commercial UE . i want to know you guys are tested 5g wifi by using free5gc? if yes please send me the link . if no please give me some suggestion
How to broadcast wifi using 5g core network
https://api.github.com/repos/free5gc/free5gc/issues/504/comments
1
2023-11-07T07:49:23Z
2023-11-26T12:00:09Z
https://github.com/free5gc/free5gc/issues/504
1,980,751,899
504
[ "free5gc", "free5gc" ]
Hi, I am working with free5GC using two UPFs currently. The problem I am describing now is kind of vague at the moment, and I hope to investigate it further with your help. When a UPF fails, the association thread detects this failure through the heartbeat. The UPF then is re-associated. ## Describe the bug T...
[Bugs] Re-association starvation with 2 connected UPFs
https://api.github.com/repos/free5gc/free5gc/issues/502/comments
9
2023-10-29T20:04:23Z
2024-04-26T08:13:48Z
https://github.com/free5gc/free5gc/issues/502
1,967,135,549
502
[ "free5gc", "free5gc" ]
## Describe the bug When I try to send a captured UE registration request message to the AMF, the log shows 'sctp accept from <nil>,' and the AMF crashes, causing disconnection for other UEs as well. ## To Reproduce Steps to reproduce the behavior: 1. Using free5gc-compose to establish the AMF. 2. run free5gc ...
[Bugs]Amf crashed when failed to resolve the IP of ngap message , resulting in a null pointer reference.
https://api.github.com/repos/free5gc/free5gc/issues/501/comments
1
2023-10-29T12:48:07Z
2023-12-04T08:48:37Z
https://github.com/free5gc/free5gc/issues/501
1,966,977,323
501
[ "free5gc", "free5gc" ]
## Documentation request The page's text formatting was a little bit confusing. ## Suggestion Update it making the instructions and its text more clear. ## Additional context PR already open there.
[Docs] Improve new subscriber webconsole instructions
https://api.github.com/repos/free5gc/free5gc/issues/500/comments
0
2023-10-28T01:26:07Z
2023-10-30T07:01:21Z
https://github.com/free5gc/free5gc/issues/500
1,966,349,997
500
[ "free5gc", "free5gc" ]
## Documentation request The URLs on the bottom of the page https://free5gc.org/guide/Appendix/#appendix-f-program-the-sim-card or more specifically the sysmocom and card reader ones are broken. ## Suggestion Update those URLs. ## Additional context I couldn't find new URLs (that matched exactly the old ...
[Docs] Update the Appendix F URLs
https://api.github.com/repos/free5gc/free5gc/issues/499/comments
3
2023-10-28T00:57:48Z
2023-11-06T13:17:49Z
https://github.com/free5gc/free5gc/issues/499
1,966,339,033
499
[ "free5gc", "free5gc" ]
## Documentation request What was unclear/insufficient/not covered in the documentation. The version of the referenced software is outdated, some URLs were broken and some typos were present on the text. ## Suggestion Fix the typos and URLs. ## Additional context Issue already open on the docs repo. A...
[Docs] Improvements to the Ubuntu vm install demo page
https://api.github.com/repos/free5gc/free5gc/issues/498/comments
0
2023-10-28T00:36:17Z
2023-10-28T09:26:54Z
https://github.com/free5gc/free5gc/issues/498
1,966,330,988
498
[ "free5gc", "free5gc" ]
## Describe the bug When testing the free5gc AMF, it always crashes when receiving invalid NGAP messages. ## To Reproduce Steps to reproduce the behavior: 1. Use https://github.com/free5gc/free5gc-compose as the test target 2. Start it with command `docker compose up` 3. Find the amf address with command `docke...
[Bugs] AMF crashed when receving invalid NGAP messages
https://api.github.com/repos/free5gc/free5gc/issues/497/comments
1
2023-10-25T08:11:58Z
2023-12-04T09:48:25Z
https://github.com/free5gc/free5gc/issues/497
1,960,809,373
497
[ "free5gc", "free5gc" ]
[Bugs] UPF crash caused by malformed PFCP message whose Sequence Number is mutated to overflow bytes ## Describe the bug While fuzzing the free5gc UPF for some PFCP basic and security features, I could trigger several crashes when send malformed PFCP Heartbeat Request whose Sequence Number is mutated to overflow by...
[Bugs] UPF crash caused by malformed PFCP messages whose Sequence Number is mutated to overflow bytes
https://api.github.com/repos/free5gc/free5gc/issues/496/comments
1
2023-10-24T11:07:44Z
2023-11-26T13:36:56Z
https://github.com/free5gc/free5gc/issues/496
1,959,013,436
496
[ "free5gc", "free5gc" ]
## Documentation request After a OS crash or reboot or kernel update, the GTP-U module might have to be reinstalled to start to work again. ## Suggestion Provide instructions to solve the issue in case it happens. ## Additional context PR created on the other repo. To avoid opening another issue here, I ad...
[Docs] Troubleshooting for GTP-U and UPF/SMF communication & ufw cmd on install guide
https://api.github.com/repos/free5gc/free5gc/issues/492/comments
1
2023-10-11T02:09:33Z
2023-10-12T04:58:03Z
https://github.com/free5gc/free5gc/issues/492
1,936,636,632
492
[ "free5gc", "free5gc" ]
## Documentation request The README.md file on the docs repo is outdated ## Suggestion Update its content with clearer and updated instructions ## Additional context I took the opportunity to update the requirements file too. Pull request already created there.
[Docs] Update the README file content
https://api.github.com/repos/free5gc/free5gc/issues/491/comments
0
2023-10-04T23:57:26Z
2023-10-06T12:18:51Z
https://github.com/free5gc/free5gc/issues/491
1,927,142,157
491
[ "free5gc", "free5gc" ]
## Documentation request The SMF URL is broken on the Basic Configuration page ## Suggestion Fix the URL adding the correct one ## Additional context PR already made on the docs repo
[Docs] URL regarding SMF detailed config is broken
https://api.github.com/repos/free5gc/free5gc/issues/489/comments
0
2023-10-03T22:23:07Z
2023-10-04T02:02:58Z
https://github.com/free5gc/free5gc/issues/489
1,925,039,625
489
[ "free5gc", "free5gc" ]
## Describe the bug I am trying to connect the free5gc from Ueransim VM through sctp connection. While trying to connect below are the error we are getting ``` root@ueransim:~/UERANSIM# build/nr-gnb -c config/free5gc-gnb.yaml UERANSIM v3.2.6 [2023-10-03 05:42:06.270] [sctp] [info] Trying to establish SCTP con...
[Bugs] SCTP connection from ueransim VM to free5gc VM is not connecting
https://api.github.com/repos/free5gc/free5gc/issues/488/comments
3
2023-10-03T07:32:04Z
2023-10-05T07:09:30Z
https://github.com/free5gc/free5gc/issues/488
1,923,498,087
488
[ "free5gc", "free5gc" ]
## Documentation request The instructions related to the creation of the new UE on the page [5 install ueransim](https://free5gc.org/guide/5-install-ueransim/#4-use-webconsole-to-add-an-ue) didn't mention the buttons required to click on the Webconsole. ## Suggestion Rewrite the text to make it extra clear. ...
[Docs] Make instructions on how to add UE on install ueransim clearer
https://api.github.com/repos/free5gc/free5gc/issues/486/comments
0
2023-09-28T01:01:35Z
2023-09-29T04:29:42Z
https://github.com/free5gc/free5gc/issues/486
1,916,550,160
486
[ "free5gc", "free5gc" ]
## Documentation request On the instructions regarding the file smfcfg.yaml on the page [5 install ueransim](https://free5gc.org/guide/5-install-ueransim/#5-setting-free5gc-and-ueransim-parameters), the names/keywords of the referred file didn't match the actual formatting. ## Suggestion Adjust the text accord...
[Docs] Fixes a typo on the instructions regarding smfcfg.yaml in install ueransim page
https://api.github.com/repos/free5gc/free5gc/issues/485/comments
0
2023-09-28T00:48:56Z
2023-09-29T04:28:29Z
https://github.com/free5gc/free5gc/issues/485
1,916,542,462
485
[ "free5gc", "free5gc" ]
## Issue Description ### What's the version are you using free5GC v3.3.0 (latest stable version) ### Is your feature request related to a problem? Please describe. The NodeJS version supported by the WebConsole (v12.x) is outdated and reached its EOL. ### Describe the solution you'd like The WebConsol...
[Feat] Migrate the WebConsole code base to NodeJS v18.x or later
https://api.github.com/repos/free5gc/free5gc/issues/484/comments
2
2023-09-26T15:06:09Z
2023-09-27T04:07:58Z
https://github.com/free5gc/free5gc/issues/484
1,913,728,414
484
[ "free5gc", "free5gc" ]
[Bugs] UPF crash caused by malformed PFCP messages whose 1st IE length is mutated to zero ## Describe the bug While fuzzing the free5gc UPF for some PFCP basic and security features, I could trigger several crashes when send malformed PFCP Heartbeat Request whose Recovery Time Stamp IE length is mutated to zero. Th...
[Bugs] UPF crash caused by malformed PFCP messages whose 1st IE length is mutated to zero
https://api.github.com/repos/free5gc/free5gc/issues/483/comments
4
2023-09-22T03:19:07Z
2023-11-26T13:11:19Z
https://github.com/free5gc/free5gc/issues/483
1,908,115,920
483
[ "free5gc", "free5gc" ]
## Describe the bug While testing the free5gc UPF for some PFCP basic and security features, I could trigger several crashes when it receives special kind of PFCP messages (the secondary IE type is larger than 0x7fff). This could cause DOS of any UPF instance, all memory issues due to this kind of PFCP messages are ca...
[Bugs] UPF crash caused by PFCP messages whose 2rd IE type larger than 0x7fff
https://api.github.com/repos/free5gc/free5gc/issues/482/comments
3
2023-09-22T02:57:53Z
2023-11-02T04:51:21Z
https://github.com/free5gc/free5gc/issues/482
1,908,102,486
482
[ "free5gc", "free5gc" ]
2023-09-21T14:52:26Z [INFO][LIB][Aper] set report call : false 2023-09-21T14:52:26Z [INFO][LIB][Path] set log level : info 2023-09-21T14:52:26Z [INFO][LIB][Path] set report call : false 2023-09-21T14:52:26Z [INFO][N3IWF][CFG] config version [1.0.0] 2023-09-21T14:52:26Z [INFO][N3IWF][Init] Server started 2023-09-21...
[Bugs]测试可以通过,但是运行./run.sh出现这个错误怎么办
https://api.github.com/repos/free5gc/free5gc/issues/481/comments
1
2023-09-21T14:59:45Z
2023-10-06T12:15:17Z
https://github.com/free5gc/free5gc/issues/481
1,907,189,988
481
[ "free5gc", "free5gc" ]
## Describe the bug CHF NF is not included in submodules ## To Reproduce ls ./NFs/ ## Expected behavior Find CHF submodule
[Bugs] Add CHF NF submodule
https://api.github.com/repos/free5gc/free5gc/issues/480/comments
4
2023-09-11T14:56:41Z
2023-09-25T03:32:19Z
https://github.com/free5gc/free5gc/issues/480
1,890,703,649
480
[ "free5gc", "free5gc" ]
As the title, can I send an api to AMF to delete the pdu session As the specification says, the API below `/namf-comm/v1/ue-contexts/imsi-208930000000004/release` If so, can you please provide me with the payload and process I should enter? Thanks
[Question] Can I send API to 5gc AMF to delete pdu session?
https://api.github.com/repos/free5gc/free5gc/issues/479/comments
2
2023-09-05T08:25:43Z
2023-09-08T04:45:09Z
https://github.com/free5gc/free5gc/issues/479
1,881,469,749
479
[ "free5gc", "free5gc" ]
Is it possible to connect n3iwf to real UE using free5gc? If you have any achievements, please let us know. Actually, I wanted to check it on the forum, but it seems that the forum is under maintenance, so I'm asking here.
[Question] Is it possible to connect n3iwf to real UE using free5gc?
https://api.github.com/repos/free5gc/free5gc/issues/477/comments
1
2023-08-26T14:06:12Z
2023-09-11T01:49:33Z
https://github.com/free5gc/free5gc/issues/477
1,868,109,398
477
[ "free5gc", "free5gc" ]
## Describe the bug Hello, I follow the installation instructions https://free5gc.org/guide/3-install-free5gc/ to install according to the steps, the version is 3.3.0, there is no error in the process, except that there will be warnings during the webconsole installation process, such as As shown in the first picture,...
[Bugs?] why does this even happen webconsole [404 page not found]
https://api.github.com/repos/free5gc/free5gc/issues/473/comments
8
2023-08-02T03:37:10Z
2023-08-14T05:39:29Z
https://github.com/free5gc/free5gc/issues/473
1,832,369,625
473
[ "free5gc", "free5gc" ]
Data Network Gateway settings are as described [here](https://github.com/s5uishida/install_vpp_upf_dpdk#setup-data-network-gateway-on-vm-dn). On this DN/GW, NAPT and routing to the UE IP address are set as follows. ``` # iptables -t nat -A POSTROUTING -s 10.60.0.0/16 -j MASQUERADE # ip route add 10.60.0.0/16 v...
how route N6 to UE
https://api.github.com/repos/free5gc/free5gc/issues/470/comments
1
2023-07-27T06:35:24Z
2023-07-27T09:11:11Z
https://github.com/free5gc/free5gc/issues/470
1,823,713,111
470
[ "free5gc", "free5gc" ]
There is pushback against upstreaming the 'gtp5g' module: https://lore.kernel.org/netdev/Yio5%2F+Ko77tu4Vi6@nataraja/T/#m888eb5eb3266987f326ed9ab4996a57bb23d5012 It is sometimes difficult to get an out of tree module applied to any platform (for example, sometimes platforms require signed modules) free5gc should ...
[Feat] Support UPF without 'gtp5g' module
https://api.github.com/repos/free5gc/free5gc/issues/469/comments
4
2023-07-26T17:15:49Z
2023-08-06T10:28:11Z
https://github.com/free5gc/free5gc/issues/469
1,822,839,027
469
[ "free5gc", "free5gc" ]
## Describe the bug Non3gpp UE does not have internet access ## To Reproduce Reproducing is a bit involved. I used multipass to set up two vms with a bridge in between. Install the free5gc core on both vms. The vm being used as the core needs the n3iwfcfg.yaml modified. The IKEBindAddress needs set to the ip of th...
Non3gpp UE does not have internet access
https://api.github.com/repos/free5gc/free5gc/issues/468/comments
1
2023-07-25T17:32:01Z
2023-07-26T00:22:49Z
https://github.com/free5gc/free5gc/issues/468
1,820,806,600
468
[ "free5gc", "free5gc" ]
## Describe the bug When I follow the link(https://free5gc.org/guide/3-install-free5gc/) to install and run all tests, it shows pass but then have a error for all tests.([ERRO][UPF][Pfcp][10.200.200.101:8805] read udp 10.200.200.101:8805: use of closed network connection) ## To Reproduce Steps to reproduce the beh...
[Bugs]pass but have error when running all test
https://api.github.com/repos/free5gc/free5gc/issues/466/comments
1
2023-07-13T04:07:30Z
2023-07-31T09:11:41Z
https://github.com/free5gc/free5gc/issues/466
1,802,116,850
466
[ "free5gc", "free5gc" ]
Hi, Apologize for a very basic question but does free5gc have support for 4G as well? We're planning on using it for a project that would require both 4G and 5G connectivity so just wanted some clarification on this Thanks
free5gc 4G support
https://api.github.com/repos/free5gc/free5gc/issues/465/comments
2
2023-07-12T11:46:16Z
2023-07-18T17:30:01Z
https://github.com/free5gc/free5gc/issues/465
1,800,802,581
465
[ "free5gc", "free5gc" ]
UE was connected able to see in free5gc GUI, Tunnel IP was assigned but PDU sessions was not establishing. AMF logs: root@free:~# kubectl logs core-free5gc-amf-amf-0 Defaulted container "amf" out of: amf, wait-nrf (init) 2023-07-04T15:51:53Z [INFO][AMF][CFG] config version [1.0.3] 2023-07-04T15:51:53Z [INFO][...
Unable to establish PDU session, [WARN][AMF][GMM][AMF_UE_NGAP_ID:1][SUPI:imsi-208930000000003] Duplicated PDU session ID[1]
https://api.github.com/repos/free5gc/free5gc/issues/464/comments
1
2023-07-05T06:26:14Z
2023-07-21T07:48:34Z
https://github.com/free5gc/free5gc/issues/464
1,788,858,645
464
[ "free5gc", "free5gc" ]
## Documentation request The text formatting of the [Hardware](https://free5gc.org/guide/hardware/) page is not correctly formatted. ## Suggestion Adjust the source code to match other pages formatting ## Additional context I didn't see the option to open docs related issues on this repo, so the screenshot...
[Docs] Improvement to text formatting on tested hardware page
https://api.github.com/repos/free5gc/free5gc/issues/463/comments
0
2023-07-02T01:31:04Z
2023-07-03T06:07:55Z
https://github.com/free5gc/free5gc/issues/463
1,784,366,802
463
[ "free5gc", "free5gc" ]
## Documentation request The [current docs](https://free5gc.org/guide/3-install-free5gc/#b-install-control-plane-elements) for version 3.3.0 still want you to clone v3.2.1. ## Suggestion Change the command from ``` git clone --recursive -b v3.2.1 -j `nproc` https://github.com/free5gc/free5gc.git ``` to ...
[Docs] Update version in clone command
https://api.github.com/repos/free5gc/free5gc/issues/461/comments
1
2023-06-30T10:04:50Z
2023-07-03T07:08:47Z
https://github.com/free5gc/free5gc/issues/461
1,782,257,935
461
[ "free5gc", "free5gc" ]
Hello free5GC team. I want to add a communication round between UE and AMF inside `SendUEAuthenticationAuthenticateRequest` (The phase AMF direct SUCI to AUSF) I want AMF send something like "Hello UE" to UE, and UE respond with "Hello AMF" before AMF direct SUCI to AUSF. I checked the workflow of sending RAND...
Adding communication round between UE and AMF
https://api.github.com/repos/free5gc/free5gc/issues/459/comments
1
2023-06-28T21:25:42Z
2023-07-10T16:44:15Z
https://github.com/free5gc/free5gc/issues/459
1,779,796,951
459
[ "free5gc", "free5gc" ]
## Performing the Xn Handover manually Hello all, I am interested in simulating the Xn Handover behavior. If I understood right, this functionality is already implemented in free5GC since I was able to run the Test (./test.sh TestXnHandover), which seems to work. However, I would like to trigger the handover by myself...
[Info] Xn Handover simulation
https://api.github.com/repos/free5gc/free5gc/issues/458/comments
1
2023-06-27T12:36:53Z
2023-07-27T10:18:46Z
https://github.com/free5gc/free5gc/issues/458
1,776,835,762
458
[ "free5gc", "free5gc" ]
## Describe the bug `PFCP Session Establishment` failed with free5GC v3.3.0 and [oai-cn5g-upf-vpp](https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-upf-vpp) v1.5.1. I don't know if this is a bug or not. ## To Reproduce `PFCP Session Establishment` was successful with free5GC v3.2.1 (not v3.3.0) and oai-cn5g-upf-vpp v1...
[Bugs?] PFCP Session Establishment failed with free5GC v3.3.0 and oai-cn5g-upf-vpp v1.5.1
https://api.github.com/repos/free5gc/free5gc/issues/457/comments
24
2023-06-20T12:04:11Z
2023-06-27T07:35:47Z
https://github.com/free5gc/free5gc/issues/457
1,765,261,984
457
[ "free5gc", "free5gc" ]
Hello, here is a concern about the registration procedure I would like to share. When I connect 2 UEs at the same time, the time it for the first one to register is ~1s, and the second one needs additional **0.7s** to complete registration (see the green dots on figure 1). When I connect 4 UEs at the same time, the f...
Registration times latency and concurency
https://api.github.com/repos/free5gc/free5gc/issues/456/comments
2
2023-06-17T04:01:33Z
2023-07-04T07:43:26Z
https://github.com/free5gc/free5gc/issues/456
1,761,624,362
456
[ "free5gc", "free5gc" ]
<!-- Remove warning (above 3 lines) while reporting the issue --> ## Describe the bug [https://free5gc.org/](https://free5gc.org/) docs links are not working. This might be caused by a wrong mkdocs config. ## To Reproduce Click on any docs edit link, eg. https://github.com/free5gc/free5gc/edit/master/docs/index...
[Bugs] Documentation links are not working
https://api.github.com/repos/free5gc/free5gc/issues/455/comments
1
2023-06-15T00:38:55Z
2023-06-15T00:53:39Z
https://github.com/free5gc/free5gc/issues/455
1,757,845,803
455
[ "free5gc", "free5gc" ]
Hello, just a quick question about scalability. Does this feature is supported by free5GC? If so, is there a guide how I can do this?
Can I deploy two AMFs connecting to the same core?
https://api.github.com/repos/free5gc/free5gc/issues/454/comments
2
2023-06-09T19:03:38Z
2023-06-17T00:49:28Z
https://github.com/free5gc/free5gc/issues/454
1,750,369,779
454
[ "free5gc", "free5gc" ]
## Describe the bug When I try to run ```sudo ./test.sh TestRegistration```: go: git.cs.nctu.edu.tw/calee/sctp@v1.1.0: Get "https://proxy.golang.org/git.cs.nctu.edu.tw/calee/sctp/@v/v1.1.0.mod": dial tcp 142.251.111.141:443: i/o timeout There is the timeout. In my ubuntu server, I can ```curl https://git.cs.nctu.ed...
[Bugs] Get "https://proxy.golang.org/git.cs.nctu.edu.tw/calee/sctp/@v/v1.1.0.mod": dial tcp 142.251.111.141:443: i/o timeout
https://api.github.com/repos/free5gc/free5gc/issues/448/comments
0
2023-05-31T14:36:47Z
2023-05-31T17:33:29Z
https://github.com/free5gc/free5gc/issues/448
1,734,381,694
448
[ "free5gc", "free5gc" ]
目前想将R15升级到R18,但是感觉生成的不太对
[Docs] 您好,想请教一下openapi是怎么生成的?是使用的openapi-generator-cli吗
https://api.github.com/repos/free5gc/free5gc/issues/445/comments
4
2023-05-11T06:31:43Z
2023-11-26T13:05:48Z
https://github.com/free5gc/free5gc/issues/445
1,705,159,242
445
[ "free5gc", "free5gc" ]
## Describe the bug When AMF receives NGAP message includes not comprehended but ignore IE, AMF should skip this IE and continue to process other IEs. But these NGAP message is rejected by APER decoder in current version of free5GC. ## To Reproduce Steps to reproduce the behavior: 1. Apply this patch ``` diff...
[Bugs] Not comprehended IE in NGAP message
https://api.github.com/repos/free5gc/free5gc/issues/443/comments
2
2023-04-28T04:22:17Z
2023-06-16T15:11:34Z
https://github.com/free5gc/free5gc/issues/443
1,687,874,279
443
[ "free5gc", "free5gc" ]
Hello, I would like to know if the webconsole of free5gc is designed to use HTTPS. I couldn't find any related documentation and when I looked through the code, I didn't see any use of HTTPS modules.
Ask about https
https://api.github.com/repos/free5gc/free5gc/issues/442/comments
2
2023-04-26T04:03:00Z
2023-05-25T06:19:19Z
https://github.com/free5gc/free5gc/issues/442
1,684,227,799
442
[ "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 How to use gtp5g usage report? ## Suggestion In the gtp5g code, I see ``` enum gtp5g_usage_report_attrs { GTP5G_UR_URRID = 3, GTP5G...
[Docs]
https://api.github.com/repos/free5gc/free5gc/issues/441/comments
2
2023-04-22T21:51:45Z
2023-06-09T01:44:12Z
https://github.com/free5gc/free5gc/issues/441
1,679,736,826
441
[ "free5gc", "free5gc" ]
Hi, I´m working in a project where I'm studying 5G, and in my pratical project I want to achieve a scenario like a GWCN. So is free5GC (Core Network) support multiple connections between more than one free5GC (Core Network) to test those scenarios? Best reggards, JoaoFerreira5
Does free5GC support GWCN scenario?
https://api.github.com/repos/free5gc/free5gc/issues/440/comments
7
2023-04-03T18:30:29Z
2023-07-31T09:11:20Z
https://github.com/free5gc/free5gc/issues/440
1,652,562,523
440
[ "free5gc", "free5gc" ]
Error when running `./test.sh TestRegistration`. Here's the full code: ``` ubuntu@free5gc:~/free5gc$ ./test.sh TestRegistration 2023-03-25T12:02:05+01:00 [INFO][UPF][Main] UPF version: free5GC version: v3.2.1-19-g0263866 build time: 2023-03-24T09:59:25Z commit hash: e05c3433 commit time: 202...
[Bugs]
https://api.github.com/repos/free5gc/free5gc/issues/439/comments
2
2023-03-25T11:23:14Z
2023-05-16T12:15:27Z
https://github.com/free5gc/free5gc/issues/439
1,640,481,581
439
[ "free5gc", "free5gc" ]
Hello free5GC team. I am trying to perform a DoS attack. And I want to make sure the system is working when I turn on and turn off one UE multiple times. I am using the ./nr-ue command to boot a UE and use ./nr-nli -e "deregister switch-off" to turn it off. The interval I set between the operations is 2 seconds. ...
during UE DoS, UPF stop create PDU session
https://api.github.com/repos/free5gc/free5gc/issues/438/comments
9
2023-03-22T23:05:44Z
2023-08-03T16:05:24Z
https://github.com/free5gc/free5gc/issues/438
1,636,614,944
438