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
free5gc doesnot support NIA1 and NEA1 algorithm
we implement snow3g by golang,but did't verify on free5gc
## To Reproduce
## Expected behavior
verify the code on free5gc we support,and share how to use this on free5gc
@free5gc-org
## Screenshots
## Environment (please complete the ... | [Feat] NIA1/NEA1 snow3g algorithm implement! | https://api.github.com/repos/free5gc/free5gc/issues/74/comments | 3 | 2020-06-24T09:37:22Z | 2020-07-24T17:23:59Z | https://github.com/free5gc/free5gc/issues/74 | 644,469,607 | 74 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
The AMF fails to decode an Initital Registration request with a 5G-TMSI with: <br/>
`NAS decode Fail: MsgType[27] doesn't exist in GMM Message`
During multiple runs, the MsgType doesnt seem consistent <br/>
`NAS decode Fail: MsgType[228] doesn't exist in GMM Message`
`NAS decode Fail: MsgT... | [Bugs] Initital Registration fails with NAS decode | https://api.github.com/repos/free5gc/free5gc/issues/73/comments | 1 | 2020-06-23T07:31:58Z | 2020-08-04T04:59:31Z | https://github.com/free5gc/free5gc/issues/73 | 643,603,159 | 73 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
I expected SMF to return a PDU session establishment accept with type IPv4 when the SM data was provisioned with `"pduSessionTypes" : { "allowedSessionTypes" : [ "IPV4" ], "defaultSessionType" : "IPV4" }` and an UE requested a PDU session with the session type IPv4v6.
However SMF returned an acc... | [Bugs]SMF returned an invalid PDU session type value when UE tried to establish a PDU session with the sessiont type IPv4v6 | https://api.github.com/repos/free5gc/free5gc/issues/72/comments | 2 | 2020-06-19T05:44:47Z | 2020-08-07T06:08:29Z | https://github.com/free5gc/free5gc/issues/72 | 641,721,086 | 72 |
[
"free5gc",
"free5gc"
] | ## Documentation request
There is a nearly comprehensive test set provided to verify the correctness of each network function. However, a means to verifying the correctness of a running free5gc is still missing. For example, in order to verify the correctness of the N3IWF's IPSec tunnel, someone may setup an IPSec ... | [Docs] How to pick up a correct certificate to verify N3IWF's IPSec tunnel | https://api.github.com/repos/free5gc/free5gc/issues/71/comments | 2 | 2020-06-17T08:43:22Z | 2023-07-05T08:12:30Z | https://github.com/free5gc/free5gc/issues/71 | 640,257,084 | 71 |
[
"free5gc",
"free5gc"
] | ## Documentation request
There is a nearly comprehensive test set provided to verify the correctness of each network function. However, a means to verifying the correctness of a running free5gc is still missing. For example, in order to verify the correctness of the N3IWF's IPSec tunnel, someone may setup an IPSec ... | [Bugs] How to pick up a correct certificate to verify N3IWF's IPSec tunnel | https://api.github.com/repos/free5gc/free5gc/issues/70/comments | 0 | 2020-06-17T08:39:46Z | 2020-06-17T09:12:42Z | https://github.com/free5gc/free5gc/issues/70 | 640,254,658 | 70 |
[
"free5gc",
"free5gc"
] |
## Describe the bug
UE attach to free5gc, but UE does not send Registration complete message to free5gc,Timer T3512 will expired, and free5gc will resend Registration Accept message to UE. In fact, the test UE can attach to another commercial 5GC. I will offer free5GC and the commercial 5GC signalings. Please chec... | [Bugs] UE attach to free5gc, but UE does not send registration complete messages to free5gc | https://api.github.com/repos/free5gc/free5gc/issues/69/comments | 5 | 2020-06-13T10:38:31Z | 2020-08-04T05:00:03Z | https://github.com/free5gc/free5gc/issues/69 | 638,139,171 | 69 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
During initialization, `amf/service.Start()` starts a SCTP listener and a message handler:
```golang
for _, ngapAddr := range self.NgapIpList {
sctpListener = sctp.Server(ngapAddr)
}
go handler.Handle()
```
`amf/handler.Handle()` is supposed to run all the time, however, it quits very eas... | [Bugs] [AMF] Handler quits easily | https://api.github.com/repos/free5gc/free5gc/issues/68/comments | 0 | 2020-06-12T21:31:33Z | 2020-07-22T07:58:11Z | https://github.com/free5gc/free5gc/issues/68 | 638,013,398 | 68 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
I got the segmentation fault.
I can not run any test script.
## To Reproduce
Steps to reproduce the behavior:
1. power on
2. install gtp5g
3. cd free5gc
4../test.sh TestRegistration
5../test.sh TestServiceRequest
6....
## Expected behavior
same test script outcome
## Screenshot... | [Bugs] RUN TestServiceRequest Error | https://api.github.com/repos/free5gc/free5gc/issues/67/comments | 16 | 2020-06-09T09:19:11Z | 2023-07-03T09:41:39Z | https://github.com/free5gc/free5gc/issues/67 | 635,262,094 | 67 |
[
"free5gc",
"free5gc"
] | Smf warning pfcp session deletion response not implemented
1. After sending "pfcpSessionDeletionRequest" message from SMF to UPF , the UPF will send "pfcpSessionDeletionResponse" to SMF
2.But, SMF is not able to handle "pfcpSessionDeletionResponse" because it is not yet implemented in SMF.
Please find below the l... | SMF is not responding after pfcp session deletion request. | https://api.github.com/repos/free5gc/free5gc/issues/66/comments | 2 | 2020-06-08T03:53:01Z | 2020-06-17T09:18:45Z | https://github.com/free5gc/free5gc/issues/66 | 634,083,912 | 66 |
[
"free5gc",
"free5gc"
] | ## Describe the bug
With the new release 3.0.2 the` ./test.sh TestRegistration
` fails with `ERRO[2020-06-05T16:50:00+02:00]/home/free5gc/go/src/free5gc/src/amf/nas/handler.go:41 free5gc/src/amf/nas.HandleNAS() Send to Nas Error: server no response AMF=NGAP
`
[testRegistration_fail.txt](https://github.com/... | [Bugs] V3.0.2. Test ./test.sh TestRegistration fails | https://api.github.com/repos/free5gc/free5gc/issues/65/comments | 5 | 2020-06-05T14:55:39Z | 2020-06-05T16:32:53Z | https://github.com/free5gc/free5gc/issues/65 | 631,662,191 | 65 |
[
"free5gc",
"free5gc"
] | <!--
If you don't follow the issue template, your issue may be closed.
Please note this is an issue tracker, not a support forum.
For general questions, please use Forum.
-->
[detach.pcapng.gz](https://github.com/free5gc/free5gc/files/4733983/detach.pcapng.gz)
Hi Team,
when I am sending Deregistration requ... | SMF crashing | https://api.github.com/repos/free5gc/free5gc/issues/64/comments | 1 | 2020-06-05T04:56:14Z | 2020-06-05T16:39:58Z | https://github.com/free5gc/free5gc/issues/64 | 631,311,332 | 64 |
[
"free5gc",
"free5gc"
] | GtpHandler() This type[255] of GTPv1 header does not implement yet UPF=Util
ERRO[2020-05-24T17:15:02+05:30] /home/free5gc/go/src/free5gc/src/upf/src/upf_init.c:210 PacketReceiverThread() Error handling UP socket UPF=Util
WARN[2020-05-24T17:30:52+05:30] /home/free5gc/go/src/free5gc/src/upf/src/up/up_path.c:119 GtpHand... | UPF GTP packets failed | https://api.github.com/repos/free5gc/free5gc/issues/61/comments | 4 | 2020-06-04T09:31:43Z | 2020-06-16T06:03:05Z | https://github.com/free5gc/free5gc/issues/61 | 630,665,425 | 61 |
[
"free5gc",
"free5gc"
] | Hi everybody!
Looks like AMF only checks SecurityHeaderType, but not if the security mode matches the UE context. If a UE already performed the Security Mode procedure, then all incoming NAS messages from that UE must be integrity protected and ciphered.
An incoming NAS message with `SecurityHeaderTypePlainNas` s... | AMF doesn't check security mode | https://api.github.com/repos/free5gc/free5gc/issues/60/comments | 7 | 2020-06-02T17:21:01Z | 2020-08-25T21:03:30Z | https://github.com/free5gc/free5gc/issues/60 | 629,376,016 | 60 |
[
"free5gc",
"free5gc"
] | While running TestRegistration, I noticed the following Warning in UDM:
```
0-06-02T16:53:37Z]/src/udm/udm_producer/ue_context_management.go:31 free5gc/src/udm/udm_producer.createUDMClientToUDR() Use default UDR Uri bacause ID[suci-0-208-93-0-0-0-00007487] does not match any UDR UDM=Handler
```
In `udm/udm_produce... | [WARN] UDM cannot find UDR. | https://api.github.com/repos/free5gc/free5gc/issues/59/comments | 2 | 2020-06-02T17:15:06Z | 2020-08-04T05:03:25Z | https://github.com/free5gc/free5gc/issues/59 | 629,372,322 | 59 |
[
"free5gc",
"free5gc"
] | Hello all i am trying to install free5gc
OS:Ubuntu 18.04
i have followed the steps
step 1: ~/go/src/free5gc$ uname -r
5.3.0-53-generic
step 2:~/go/src/free5gc/gtp5g$
step 3:~/go/src/free5gc/gtp5g$ sudo make
make -C /usr/src/linux-headers-5.3.0-53-generic/ M=/home/crrao-aimscs/go/src/free5gc/gtp5g modules
... | Installation issue | https://api.github.com/repos/free5gc/free5gc/issues/58/comments | 1 | 2020-06-02T05:11:22Z | 2020-06-02T07:18:36Z | https://github.com/free5gc/free5gc/issues/58 | 628,905,324 | 58 |
[
"free5gc",
"free5gc"
] | As I am using a distributed deployment of the free5gc, I have noticed in many cases that the setup doesn’t work due to the hardcoding of the IP addresses in the code.
I would suggest that in places where the IP is resolved or checked if it is provided in the config (e.g. AMF searching for SMF in NFR), instead of assum... | Raising an Error instead of using default IP (localhost) | https://api.github.com/repos/free5gc/free5gc/issues/57/comments | 4 | 2020-06-02T00:26:34Z | 2023-06-29T01:10:59Z | https://github.com/free5gc/free5gc/issues/57 | 628,813,035 | 57 |
[
"free5gc",
"free5gc"
] | After running AMF
cd $GOPATH/src/free5gc
./bin/amf
it shows me this message at THE END :
INFO[2020-06-01T15:43:45Z]/src/amf/amf.go:25 main.main() amf AMF=app
INFO[2020-06-01T15:43:45Z]/src/amf/amf.go:26 main.main() AMF version: 2020-03-31-01 AMF=app
... | AMF to NRF | https://api.github.com/repos/free5gc/free5gc/issues/56/comments | 7 | 2020-06-01T15:54:15Z | 2020-06-02T08:09:35Z | https://github.com/free5gc/free5gc/issues/56 | 628,546,988 | 56 |
[
"free5gc",
"free5gc"
] | Dear support team,
I am working with a modified version of the N3IWF test where I want to route packets from behind the UE to the data network behind the UPF, i.e. the UE is acting as a router.
The following image describes the setup I am working with:
 This type[255] of GTPv1 header does not implement yet UPF=Util
ERRO[2020-05-24T17:09:36+05:30] /home/free5gc/go/src/free5gc/src/upf/src/upf_init.c:210 PacketReceiverThread() Error... | UPF GTP packets fails, Whether GTP is implemented | https://api.github.com/repos/free5gc/free5gc/issues/51/comments | 13 | 2020-05-26T04:27:04Z | 2020-06-04T05:57:56Z | https://github.com/free5gc/free5gc/issues/51 | 624,592,741 | 51 |
[
"free5gc",
"free5gc"
] | Hi,
I am getting errors finding `webconsole/backend/factory` when I try to run the web-ui.
Checking the _webui_init.go_ [code:](https://github.com/free5gc/webconsole/raw/26e43dd070964f541cd47446eaabe540f3b79215/backend/webui_service/webui_init.go)

The reason for this is to be able to configure a separate IP/URL apart from the listening IP address, this will make... | DefaultServiceIP Configuration | https://api.github.com/repos/free5gc/free5gc/issues/49/comments | 22 | 2020-05-25T21:02:26Z | 2020-10-14T00:55:57Z | https://github.com/free5gc/free5gc/issues/49 | 624,483,611 | 49 |
[
"free5gc",
"free5gc"
] | free5gc | https://api.github.com/repos/free5gc/free5gc/issues/48/comments | 0 | 2020-05-24T23:46:18Z | 2020-05-24T23:48:38Z | https://github.com/free5gc/free5gc/issues/48 | 623,971,786 | 48 | |
[
"free5gc",
"free5gc"
] | Dear gentleman:
Thanks for your great project first.
I found the nas message is encrypted after authentication response. May I know how to decode NAS meassage? Thanks very much.
Or maybe this is another question: How to change the CipheringAlg from default NEA2 to NEA0?
 | https://api.github.com/repos/free5gc/free5gc/issues/47/comments | 9 | 2020-05-24T14:21:52Z | 2022-03-24T11:17:02Z | https://github.com/free5gc/free5gc/issues/47 | 623,874,405 | 47 |
[
"free5gc",
"free5gc"
] | Hi team,
When the AMF receives the PDU Session Establishment Request, the amf tries to contact NSSF for Network Slice Information.However the NSSF is crashing while trying to generate a network slice instance. I have attached the error logs and the wireshark pcap and kindly request your assistance.
Thankyou in ad... | AMF/NSSF crash | https://api.github.com/repos/free5gc/free5gc/issues/46/comments | 8 | 2020-05-22T11:55:41Z | 2023-07-03T09:35:33Z | https://github.com/free5gc/free5gc/issues/46 | 623,157,061 | 46 |
[
"free5gc",
"free5gc"
] | Hello,
I've successfully implemented the free5gc core network and all tests pass, however I'm unsure how to setup the interfaces and parameters necessary for the N3IWF. I have created 3 NAT interfaces (all 192.168....) on the VM I'm running, but I am not sure which values to use for the following parameters:
1. I... | Confusion with N3IWF Configuration | https://api.github.com/repos/free5gc/free5gc/issues/45/comments | 6 | 2020-05-20T14:07:57Z | 2021-09-07T10:46:27Z | https://github.com/free5gc/free5gc/issues/45 | 621,792,661 | 45 |
[
"free5gc",
"free5gc"
] | Dear Team,
Using test scripts and all core Stage3 functions with a different vendor UPF, this was complaining about lack of Forwarding Parameters IE when creating the tunnel. As per specification TS. 29.244, if FAR indicates FORW within Apply Action IE the forwarding rule shall include Forwarding Parameters IE. I c... | PFCP Session Establishment Request missing Forwarding Parameters IE | https://api.github.com/repos/free5gc/free5gc/issues/44/comments | 6 | 2020-05-13T08:55:43Z | 2023-06-20T11:30:10Z | https://github.com/free5gc/free5gc/issues/44 | 617,270,149 | 44 |
[
"free5gc",
"free5gc"
] | Hi,
I am trying to build the webui container image, below is the Dockerfile:
```
FROM golang:1.12.9
WORKDIR /root/
RUN apt update -y && apt -y install git
WORKDIR $GOPATH/src
RUN git clone https://github.com/free5gc/free5gc.git
WORKDIR $GOPATH/src/free5gc/
RUN git submodule update --init && cd we... | Running webui in kubernetes | https://api.github.com/repos/free5gc/free5gc/issues/43/comments | 4 | 2020-05-13T06:16:41Z | 2021-03-17T15:40:29Z | https://github.com/free5gc/free5gc/issues/43 | 617,173,354 | 43 |
[
"free5gc",
"free5gc"
] | Hi everyone!
I try connecting my virtual UE to your stand. UE authentication and policies finishes successfully, then amf send request to create UE sm-context. Session is create, but udm couldn't parse sm-data received from udr. In finaly udm and smf breaks down.
### smf.log
````
ERRO[2020-05-07T05:02:02-07:00]/sr... | udm, smf: crash on get subscription data | https://api.github.com/repos/free5gc/free5gc/issues/42/comments | 6 | 2020-05-08T14:50:17Z | 2020-05-24T11:34:07Z | https://github.com/free5gc/free5gc/issues/42 | 614,790,914 | 42 |
[
"free5gc",
"free5gc"
] | Hello,
When I'm using <<go test -v -vet=off -run TestNGSetup>>
I'm getting this error:unsupported: aper.Enumerated error
It is happening here:
ngap.Encoder(message)
Do you any clue?
Thanks
Sothy | unsupported: aper.Enumerated error | https://api.github.com/repos/free5gc/free5gc/issues/41/comments | 1 | 2020-05-08T09:15:26Z | 2020-06-01T07:52:48Z | https://github.com/free5gc/free5gc/issues/41 | 614,618,525 | 41 |
[
"free5gc",
"free5gc"
] | Hi Everyone,
When running test.sh, we have seen this error very often(please see follow log information and attached file). The way to fix it currently is get the entire folder of free5gc from git and recompile.
It seems like some configure file got changed when running free5gc. May I ask any suggestions on this?... | Test.sh Inconsistantly Failed for upfgtp0 create fail | https://api.github.com/repos/free5gc/free5gc/issues/40/comments | 5 | 2020-05-07T15:44:45Z | 2020-06-01T07:53:22Z | https://github.com/free5gc/free5gc/issues/40 | 614,158,882 | 40 |
[
"free5gc",
"free5gc"
] | Hi,
This project [abousselmi/docker-free5gc](https://github.com/abousselmi/docker-free5gc) simplifies the deployment of Free5GC using docker. Each entity has its own image/container and a docker-compose file is used to launch the whole thing :rocket: . Tell me what you think of it and if it would be ok to make a fre... | Add docker-free5gc to free5gc organization | https://api.github.com/repos/free5gc/free5gc/issues/39/comments | 12 | 2020-05-07T12:19:35Z | 2020-06-03T00:18:49Z | https://github.com/free5gc/free5gc/issues/39 | 614,012,816 | 39 |
[
"free5gc",
"free5gc"
] | Hi Everyone,
We are working on using wireshark to observe the package while running test.sh registration, and all the packages on wireshark with filter"pfcp||icmp||gtp" shows "Destination Unreachable(Host unreachable)". The destination address shows on wireshark is 192.168.1. xxx, protocol is ICMP. I think it is r... | test registration on wireshark shows "Destination unreachable" | https://api.github.com/repos/free5gc/free5gc/issues/38/comments | 15 | 2020-05-07T01:55:05Z | 2020-05-24T11:36:36Z | https://github.com/free5gc/free5gc/issues/38 | 613,718,460 | 38 |
[
"free5gc",
"free5gc"
] | Hi!
I ran ./test.sh TestRegistration and it is failing. Error message is shown in the attachment. Please advise!
[TestRegistration_error.txt](https://github.com/free5gc/free5gc/files/4578550/TestRegistration_error.txt)
| TestRegistration Test failing with invalid memory address | https://api.github.com/repos/free5gc/free5gc/issues/37/comments | 6 | 2020-05-05T01:22:30Z | 2020-06-10T02:28:58Z | https://github.com/free5gc/free5gc/issues/37 | 612,265,824 | 37 |
[
"free5gc",
"free5gc"
] | During the Registration Procedure the AMF creates a loop after Security mode complete from the UE, by sending again a Authentication Request. This only happens if the UE includes the Initial Registration Request message in the NAS Message container of the Security Mode complete message. If the NAS Message container is ... | AMF: loop on registration after security mode | https://api.github.com/repos/free5gc/free5gc/issues/36/comments | 0 | 2020-05-01T21:44:05Z | 2023-07-21T07:27:42Z | https://github.com/free5gc/free5gc/issues/36 | 610,983,343 | 36 |
[
"free5gc",
"free5gc"
] | Hi,
I was able to deploy the v3.0.1 in a kubernetes cluster using `sdnvortex/network-controller` to simulate multiple network interfaces (currently with one worker node).
```
NAME READY STATUS RESTARTS AGE
free5gc-amf-deployment-66744dbc4f-p89z6 1/1 Running ... | Test script for kubernetes | https://api.github.com/repos/free5gc/free5gc/issues/35/comments | 12 | 2020-05-01T14:14:05Z | 2021-10-29T02:37:06Z | https://github.com/free5gc/free5gc/issues/35 | 610,771,605 | 35 |
[
"free5gc",
"free5gc"
] | I use 5G UE conntect to free5gc, but it fail in resynchronization process. I checked the source code. In funtcion HandleGenerateAuthData, UDM get SQN from MogoDB every time. In resynchronization process UDM should get SQN from UE and update it to UDM. | UE attach to free5gc, fail in resynchronization process | https://api.github.com/repos/free5gc/free5gc/issues/33/comments | 13 | 2020-04-30T02:40:45Z | 2020-12-08T06:40:50Z | https://github.com/free5gc/free5gc/issues/33 | 609,521,483 | 33 |
[
"free5gc",
"free5gc"
] | During my tests i noticed that the amf process is using 100% cpu as long as a gnb is connected. When i disconnect the gnb the cpu usage goes down again. | AMF uses 100% CPU when gnb is connected | https://api.github.com/repos/free5gc/free5gc/issues/32/comments | 10 | 2020-04-29T21:02:12Z | 2023-07-21T07:51:55Z | https://github.com/free5gc/free5gc/issues/32 | 609,357,669 | 32 |
[
"free5gc",
"free5gc"
] | This a request to enable the complete policy authorization service(Npcf_PolicyAuthorization) from the PCF. This will help in having free5GC enablement for edge deployments by supporting the traffic steering feature as described in the whitepaper : https://www.etsi.org/images/files/ETSIWhitePapers/etsi_wp28_mec_in_5G_F... | Enabling the complete PCF's Npcf_PolicyAuthorization service to support edge deployments | https://api.github.com/repos/free5gc/free5gc/issues/31/comments | 3 | 2020-04-29T13:15:18Z | 2024-03-12T03:26:55Z | https://github.com/free5gc/free5gc/issues/31 | 609,048,652 | 31 |
[
"free5gc",
"free5gc"
] | Hi,
Please is there a way to get an ubuntu docker image with kernel `5.0.0-23-generic` since this is needed by the gtp-u for the UPF component? Or if you have a sample Dockerfile for the UPF software release 3.0.1?
Thanks | Docker Image With Kernel 5.0.0-23-generic | https://api.github.com/repos/free5gc/free5gc/issues/30/comments | 4 | 2020-04-28T17:28:02Z | 2020-04-30T05:02:10Z | https://github.com/free5gc/free5gc/issues/30 | 608,488,488 | 30 |
[
"free5gc",
"free5gc"
] | Hi u,
First thank u for the great projict of free5GC。
I have readed carefully on free5gmano/kube5gnfvo,and I have setup a k8s cluster for test,I have deploy the mano in k8s and tested,I can visit the 30888 port to access mano。Is there a detail document to explain how to deploy 5GC via k8s? I plan to d... | any document to explain deployment by k8s? | https://api.github.com/repos/free5gc/free5gc/issues/29/comments | 2 | 2020-04-28T02:45:11Z | 2020-04-30T13:45:16Z | https://github.com/free5gc/free5gc/issues/29 | 607,981,560 | 29 |
[
"free5gc",
"free5gc"
] | Hi,
I'm currently testing AccessToken Service API and upon receiving the AccessTokenRsp that contains the access token (jwt), I must verify it by using the same key that was used to sign it. But how do I get this key? Or how do I determine the key that was employed for the signature?
By analyzing your code I foun... | Nnrf_AccessToken Service API | https://api.github.com/repos/free5gc/free5gc/issues/28/comments | 1 | 2020-04-26T17:49:20Z | 2023-08-21T09:19:20Z | https://github.com/free5gc/free5gc/issues/28 | 607,071,271 | 28 |
[
"free5gc",
"free5gc"
] | nrf shutdown when start amf,and this problem solved when I replaced $GOPATH/pkg/linux_amd64/free5gc/lib/MongoDBLibrary. a with old version .a
Question:should I replace that?cause there's other new problem after do this
NRF---------------------------------------------------------------------------------------------... | nrf shutdown when amf satrt!question:should I replace “$GOPATH/pkg/linux_amd64/free5gc/lib/MongoDBLibrary. a” with old version .a file | https://api.github.com/repos/free5gc/free5gc/issues/27/comments | 4 | 2020-04-26T02:22:37Z | 2020-05-07T02:24:26Z | https://github.com/free5gc/free5gc/issues/27 | 606,899,714 | 27 |
[
"free5gc",
"free5gc"
] | I changed the destination IP from 60.60.0.101 to 60.60.0.103 in the TestRegistration function, but still send to the anchor UPF1. Probably the SDF issue in the ko module? | UL CL issue | https://api.github.com/repos/free5gc/free5gc/issues/26/comments | 7 | 2020-04-24T01:35:52Z | 2020-08-04T05:05:43Z | https://github.com/free5gc/free5gc/issues/26 | 605,975,624 | 26 |
[
"free5gc",
"free5gc"
] | In the current version, the http2 with TLS works fine. But actually in the real 5G core network environment, usually the H2C is used, as the PDI or some other requirements. Please add this support and make it optional in the conf and the next release.
Thanks,
Daolin | support H2C (http2 clear text without TLS) | https://api.github.com/repos/free5gc/free5gc/issues/25/comments | 4 | 2020-04-24T01:11:44Z | 2020-05-25T12:08:36Z | https://github.com/free5gc/free5gc/issues/25 | 605,968,760 | 25 |
[
"free5gc",
"free5gc"
] | When I run ./run.sh to start all the NFs of 5GC, My N3IWF is failing to start and throwing these errors. How do I resolve this issue?
ERRO[2020-04-23T23:57:20Z]/src/n3iwf/n3iwf_ngap/n3iwf_sctp/n3iwf_sctp.go:58 free5gc/src/n3iwf/n3iwf_ngap/n3iwf_sctp.(*SCTPSession).Connect() [SCTP] DialSCTP(): connection refused ... | Issue with N3IWF | https://api.github.com/repos/free5gc/free5gc/issues/24/comments | 2 | 2020-04-24T00:09:11Z | 2020-04-24T20:53:25Z | https://github.com/free5gc/free5gc/issues/24 | 605,950,123 | 24 |
[
"free5gc",
"free5gc"
] | Hi @all,
I was testing the free5gc deployment by running the Deregestration test multiple times in a row.
I noticed that the second run finishes ok (Test PASS) but with the following error from AMF:
`ERRO[2020-04-23T18:49:02+02:00]/src/amf/amf_ngap/ngap_handler/handler.go:475 free5gc/src/amf/amf_ngap/ngap_handle... | [ AMF ] NGAP Error: No RanUe Context[AmfUeNgapID: 1] | https://api.github.com/repos/free5gc/free5gc/issues/23/comments | 4 | 2020-04-23T17:03:20Z | 2020-05-01T16:16:24Z | https://github.com/free5gc/free5gc/issues/23 | 605,698,590 | 23 |
[
"free5gc",
"free5gc"
] | My upf is failing to start. Below is the log. Can you please help here:
root@play5GC:/appl/go/src/free5gc# ./run.sh
INFO[2020-04-23T02:33:53Z] c/upf/src/upf_init.c:35 UpfInit() Config: /appl/go/src/free5gc/src/upf/build/config/upfcfg.yaml UPF=Util
INFO[2020-04-23T02:33:53Z] Set log level: trace ... | UPF is failing to start. Suggestions? | https://api.github.com/repos/free5gc/free5gc/issues/22/comments | 11 | 2020-04-23T02:42:07Z | 2020-06-11T09:39:18Z | https://github.com/free5gc/free5gc/issues/22 | 605,196,628 | 22 |
[
"free5gc",
"free5gc"
] | Milenage algorithm fail with index out of bounds if in the Webgui a Subscriber is added with an OP valiue.
in generate_auth_data.go:: HandleGenerateAuthData the filed authSubs.Opc.OpcValue is an empty string (""). When i manually force the calculation of the OPC by setting has_OPC to false then GenerateOPC() fails wi... | udm: crash on OPc generation | https://api.github.com/repos/free5gc/free5gc/issues/21/comments | 9 | 2020-04-21T22:24:07Z | 2020-06-10T16:44:51Z | https://github.com/free5gc/free5gc/issues/21 | 604,323,541 | 21 |
[
"free5gc",
"free5gc"
] | The Go GTPu packet handler does not check the existence of a GTPu extensionm header in the PDU-Data frame. If such a Header is present it results in invalid IP frames being send to the UE via the ipsec tunnel. | n3iwf: GTPu handler does not chek for extension header | https://api.github.com/repos/free5gc/free5gc/issues/20/comments | 2 | 2020-04-21T20:41:51Z | 2023-07-05T08:10:40Z | https://github.com/free5gc/free5gc/issues/20 | 604,272,267 | 20 |
[
"free5gc",
"free5gc"
] | Hi there!
Can I configure different individual IPs to all the NFs such as AMF, SMF, UPF, PCF etc.,
Ex:
AMF running on 172.15.25.1
SMF running on 172.15.25.2
Can you please share the procedure? | Configuring different IPs for NFs | https://api.github.com/repos/free5gc/free5gc/issues/19/comments | 5 | 2020-04-21T20:15:05Z | 2020-05-01T07:18:03Z | https://github.com/free5gc/free5gc/issues/19 | 604,256,754 | 19 |
[
"free5gc",
"free5gc"
] | Hi,
In the PCF code as part of pcf_policyAuthorization.go:PostAppSessionsContext() I have seen the code for the trafficRouting. I wanted to understand the correct configuration to enable the traffic routing in PCF, I tried by changing the below configurations in the default pcfcfg.conf but this does not seem to work
... | InfluenceOnTrafficRouting feature in PCF | https://api.github.com/repos/free5gc/free5gc/issues/18/comments | 8 | 2020-04-21T13:25:52Z | 2024-02-23T05:41:09Z | https://github.com/free5gc/free5gc/issues/18 | 603,996,570 | 18 |
[
"free5gc",
"free5gc"
] | I am actually running stage-2 but I saw that this part of the code is not updated for the stage-3 so that's why I'm reporting it here.
When establishing multiple sessions in the UPF, e.g. by running the Registration test multiple times (while the NFs are initialized only once), the UPF crashes when it's supposed to re... | UPF crashing with `bufPool64 is empty` error. | https://api.github.com/repos/free5gc/free5gc/issues/17/comments | 2 | 2020-04-21T07:58:00Z | 2020-04-23T16:27:35Z | https://github.com/free5gc/free5gc/issues/17 | 603,790,216 | 17 |
[
"free5gc",
"free5gc"
] | the binary only library function `nasTestpacket.GetUlNasTransport_PduSessionEstablishmentReques` does not put the PDU-SessionType IE into the nas message. | N3IWF test NAS message issues | https://api.github.com/repos/free5gc/free5gc/issues/16/comments | 4 | 2020-04-18T21:56:47Z | 2020-05-04T13:27:03Z | https://github.com/free5gc/free5gc/issues/16 | 602,560,743 | 16 |
[
"free5gc",
"free5gc"
] | Does the UPF support the traffic steering functionality defined in 3GPP 29.244 Chapter 5.4.8 Traffic Steering. In the PFCP Association Responses from the UPF the IE related to UP Function Features(as defined in 3GPP 29.244 8.2.25 UP Function Features) is missing. Hence this query. | Is Traffic Steering supported by the UPF - IE related to UPF supported features is missing so cant conclude | https://api.github.com/repos/free5gc/free5gc/issues/15/comments | 2 | 2020-04-17T13:14:46Z | 2020-04-21T11:57:30Z | https://github.com/free5gc/free5gc/issues/15 | 601,967,123 | 15 |
[
"free5gc",
"free5gc"
] | Hi,
I am trying to validate the ULCL configuration with 3 UPF's - 1 Branching UPF and 2 Anchoring UPF's. Please refer to the diagram attached for the setup. I see the ULCL not working correctly. Need your help on identifying any issues with the configuration.
The rules I want to set is as below:
- Any traffic fr... | Need clarification on the smf and ue routing configuration for ULCL | https://api.github.com/repos/free5gc/free5gc/issues/14/comments | 11 | 2020-04-16T16:55:43Z | 2022-02-14T02:44:27Z | https://github.com/free5gc/free5gc/issues/14 | 601,245,429 | 14 |
[
"free5gc",
"free5gc"
] | Hi,
I am trying to use ULCL functionality. While going the reference SMF ULCL configuration file, I found the entries related to up_resource_ip as below. I wanted to know what purpose these IP addresses are used, tried checking the code but I see these attributes are not being referred. The UPNode struct has no mappin... | Need information on up_resource_ip present in SMF ULCL configuration | https://api.github.com/repos/free5gc/free5gc/issues/13/comments | 2 | 2020-04-16T09:52:57Z | 2020-04-16T17:05:24Z | https://github.com/free5gc/free5gc/issues/13 | 600,904,619 | 13 |
[
"free5gc",
"free5gc"
] | Greetings,
I'm currently testing NFDiscovery Service, and when it is done a discovery for a target-nfType that is not existed in the NRF yet the response return a SearchResult with {"validityPeriod":100,"nfInstances":null"}.
My question is:
the nfInstances returned shouldn't it be an empty array instead of a nu... | Nnrf_NFDiscovery Service | https://api.github.com/repos/free5gc/free5gc/issues/12/comments | 2 | 2020-04-15T10:29:39Z | 2020-05-25T15:35:46Z | https://github.com/free5gc/free5gc/issues/12 | 600,193,049 | 12 |
[
"free5gc",
"free5gc"
] | For the two issues I had reported
1. https://github.com/free5gc/free5gc-stage-3/issues/4 : Readme points to incorrect location for the git clone #4
2. https://github.com/free5gc/free5gc-stage-3/issues/3 : Build failure seen in upf while building libgtp5gnl - The build failure is fixed but the change done in PR#https... | Two of the issues reported on free5gcstage3 are not fully merged | https://api.github.com/repos/free5gc/free5gc/issues/10/comments | 2 | 2020-04-13T07:56:23Z | 2020-04-16T20:09:27Z | https://github.com/free5gc/free5gc/issues/10 | 598,736,976 | 10 |
[
"free5gc",
"free5gc"
] | Hello I tried to connect free5GS to a virtual gNB and UE, upon first message from UE the AMF crashes.
Trace log from AMF and NGAP+NAS
```
INFO[2020-04-07T23:24:15+02:00]/go/src/free5gc/src/amf/amf_util/initContext.go:14 free5gc/src/amf/amf_util.InitAmfContext() amfconfig Info: Version[1.0.0] Description[AMF initia... | UDM crash on initial UE message, Registration Request | https://api.github.com/repos/free5gc/free5gc/issues/9/comments | 7 | 2020-04-10T18:46:24Z | 2023-06-29T01:10:12Z | https://github.com/free5gc/free5gc/issues/9 | 598,036,139 | 9 |
[
"free5gc",
"free5gc"
] | Good morning, I am currently attempting to implement the NFStatusNotify feature of the 5G NFManagement, however there is an issue.
While analysing your code I noticed that when a NFProfile is registered, the NRF attemps to get the validityTime and the URI of the notifications. I also noticed that --> func getNofific... | NFStatusNotify | https://api.github.com/repos/free5gc/free5gc/issues/7/comments | 7 | 2020-03-30T09:36:08Z | 2020-06-10T16:44:24Z | https://github.com/free5gc/free5gc/issues/7 | 590,140,828 | 7 |
[
"free5gc",
"free5gc"
] | OS: Ubuntu 18.04
How to reproduce:
1. Follow UPF installation
2. executing sudo ./bin/testgtpv1 will result into the following:
ERRO[2020-03-20T10:08:00Z] c/upf/lib/gtpv1/src/gtp_link.c:32 GtpLinkCreate() GTP device named GtPvLtEsT Create fail UPF=Util
ERRO[2020-03-20T10:08:00Z] c/upf/lib/gtpv1/test.c:21 testGt... | UPF testGtpv1 is failing | https://api.github.com/repos/free5gc/free5gc/issues/6/comments | 1 | 2020-03-23T08:05:32Z | 2020-04-08T07:31:49Z | https://github.com/free5gc/free5gc/issues/6 | 586,009,418 | 6 |
[
"free5gc",
"free5gc"
] | free5gc@ubuntu:~/go/src/free5gc$ grep -nr -i "go:binary" ./
./lib/timer/timer.go:1://go:binary-only-package
./lib/timer/timer_test.go:1://go:binary-only-package
./lib/milenage/milenage.go:1://go:binary-only-package
./lib/TimeDecode/TimeDecode_test.go:1://go:binary-only-package
./lib/TimeDecode/TimeDecode.go:1://go... | There are many go binary-packages, could you provide these source codes? | https://api.github.com/repos/free5gc/free5gc/issues/5/comments | 1 | 2020-02-20T00:24:38Z | 2020-02-20T11:55:53Z | https://github.com/free5gc/free5gc/issues/5 | 567,958,436 | 5 |
[
"free5gc",
"free5gc"
] | Do you see any use of go binary package? My point is to use lib folder without go binary package and use standard go package management to import. what do you think? | removal of go binary package | https://api.github.com/repos/free5gc/free5gc/issues/4/comments | 2 | 2020-02-17T11:06:30Z | 2020-05-06T02:50:36Z | https://github.com/free5gc/free5gc/issues/4 | 566,225,196 | 4 |
[
"WebAssembly",
"wabt"
] | `wasm-rt-impl-tableops.inc` has been [split off from `wasm2c/wasm-rt-impl.c`](https://github.com/WebAssembly/wabt/commit/49950cbcb8e3729cd056f1f76ee4000dbcbe309f), but this file is not installed in the installation dir. This means that `wasm-rt-impl.c` is no longer complete in installed packages.
E.g., on Homebrew:
... | `wasm-rt-impl-tableops.inc` missing from packages | https://api.github.com/repos/WebAssembly/wabt/issues/2451/comments | 0 | 2024-08-10T19:23:15Z | 2024-08-10T19:42:22Z | https://github.com/WebAssembly/wabt/issues/2451 | 2,459,263,081 | 2,451 |
[
"WebAssembly",
"wabt"
] | I get this error trying to decompile.
00002fd: error: memory may not be shared: threads not allowed
| 00002fd: error: memory may not be shared: threads not allowed | https://api.github.com/repos/WebAssembly/wabt/issues/2450/comments | 1 | 2024-08-09T00:51:06Z | 2024-08-09T00:57:56Z | https://github.com/WebAssembly/wabt/issues/2450 | 2,456,897,150 | 2,450 |
[
"WebAssembly",
"wabt"
] | When `wabt` depends on OpenSSL, it fails to `find_dependency()` the package in its config files. This can be observed when installing `wabt` via Homebrew; we get the error:
```
CMake Error at /opt/homebrew/lib/cmake/wabt/wabt-targets.cmake:61 (set_target_properties):
The link interface of target "wabt::wabt" con... | CMake missing OpenSSL dependency | https://api.github.com/repos/WebAssembly/wabt/issues/2446/comments | 7 | 2024-07-24T21:21:03Z | 2024-07-31T17:04:30Z | https://github.com/WebAssembly/wabt/issues/2446 | 2,428,496,705 | 2,446 |
[
"WebAssembly",
"wabt"
] | GIT revision: ed1ce97e
Built with `USE_ASAN=ON`
Run: `./build/wat2wasm test.wat`
Test:
```wat
(module quote "\7c")
```
Backtrace:
```
AddressSanitizer:DEADLYSIGNAL
=================================================================
==1100246==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (... | SEGV in wabt::Module::operator= | https://api.github.com/repos/WebAssembly/wabt/issues/2445/comments | 0 | 2024-07-23T11:16:12Z | 2024-07-23T11:16:12Z | https://github.com/WebAssembly/wabt/issues/2445 | 2,424,937,358 | 2,445 |
[
"WebAssembly",
"wabt"
] | Hello all,
I've converted a wasm file I found online to C headers and source. `./wasm2c fac.wasm -o fac.c`.
I used the example `main.c`to build a starting point, but the compiler complains that I'm missing two arguments:
```c
void wasm2c_fac_instantiate(w2c_fac* instance, struct w2c_env* w2c_env_instance, struct w2... | [wasm2c] too few arguments to function `wasm2c_fac_instantiate` | https://api.github.com/repos/WebAssembly/wabt/issues/2442/comments | 3 | 2024-07-18T07:27:53Z | 2024-07-23T04:53:58Z | https://github.com/WebAssembly/wabt/issues/2442 | 2,415,596,596 | 2,442 |
[
"WebAssembly",
"wabt"
] | ## Version
commit [4beb525](https://github.com/WebAssembly/wabt/commit/4beb52501f863f1cbd92e0ce4879f04f473935b5)
Author: Peng Qian messi.qp711@gmail.com
Date: Wen Jun 10:48:12 2024
## Compile
```
cd wabt
mkdir build
cd build
cmake -DCMAKE_CXX_FLAGS="-fsanitize=address -g" -DCMAKE_C_FLAGS="-fsanitize=address... | Invalid Read Memory in wabt::interp | https://api.github.com/repos/WebAssembly/wabt/issues/2431/comments | 1 | 2024-06-19T02:56:19Z | 2024-06-19T03:39:46Z | https://github.com/WebAssembly/wabt/issues/2431 | 2,361,143,630 | 2,431 |
[
"WebAssembly",
"wabt"
] | ## Version
commit [4beb525](https://github.com/WebAssembly/wabt/commit/4beb52501f863f1cbd92e0ce4879f04f473935b5)
Author: Peng Qian messi.qp711@gmail.com
Date: Tue Jun 15:08:05 2024
### Compile
```
cd wabt
mkdir build
cd build
cmake -DCMAKE_CXX_FLAGS="-fsanitize=address -g" -DCMAKE_C_FLAGS="-fsanitize=addres... | Allocator is out of memory in wasm-interp | https://api.github.com/repos/WebAssembly/wabt/issues/2430/comments | 3 | 2024-06-18T07:15:33Z | 2024-06-27T15:19:01Z | https://github.com/WebAssembly/wabt/issues/2430 | 2,359,120,145 | 2,430 |
[
"WebAssembly",
"wabt"
] | I'm not sure if the usage of cmake is correct, this is the command I ran, and I got a file not found error, please help me, thank you.
cmake --build .. --config DEBUG --target install
cmake .. -DCMAKE_BUILD_TYPE=DEBUG -DCMAKE_INSTALL_PREFIX=..\..\ -G "Visual Studio 2022"
“picosha2.h”: No such file or directory... | “picosha2.h”: No such file or directory | https://api.github.com/repos/WebAssembly/wabt/issues/2429/comments | 2 | 2024-06-11T16:32:30Z | 2024-06-24T20:46:45Z | https://github.com/WebAssembly/wabt/issues/2429 | 2,346,845,110 | 2,429 |
[
"WebAssembly",
"wabt"
] | I was trying out `wasm_rt_impl_try` from the `wasm-rt-impl.h` header when I got the following error:
```
src/wasm-rt-impl.h:59:32: error: 'wasm_rt_set_unwind_target' was not declared in this scope
59 | (WASM_RT_SAVE_STACK_DEPTH(), wasm_rt_set_unwind_target(&g_wasm_rt_jmp_buf), \
| ... | [wasm2c] catching traps without exception runtime | https://api.github.com/repos/WebAssembly/wabt/issues/2427/comments | 0 | 2024-05-30T19:11:13Z | 2024-05-30T19:11:13Z | https://github.com/WebAssembly/wabt/issues/2427 | 2,326,379,108 | 2,427 |
[
"WebAssembly",
"wabt"
] | When I try to compile this module
```
(module $empty)
```
with
```
wasm2wat --version
wat2wasm empty.wat
wasm2c empty.wasm -o empty
```
I get the following error message:
```
1.0.35
terminate called after throwing an instance of 'std::out_of_range'
what(): basic_string_view::substr: __pos (which ... | wasm2c compiling minimal example issues | https://api.github.com/repos/WebAssembly/wabt/issues/2423/comments | 1 | 2024-05-20T11:40:14Z | 2024-05-20T22:42:05Z | https://github.com/WebAssembly/wabt/issues/2423 | 2,305,804,304 | 2,423 |
[
"WebAssembly",
"wabt"
] | For some reason INT_MIN is not parsing correctly under MSVC..
```
#include <stdio.h>
int main() {
double x = -2147483648;
double y = -2147483648L;
double z = -2147483648.0;
printf("%f\n", x);
printf("%f\n", y);
printf("%f\n", z);
}
```
Under MSVC this produces:
```
2147483648.000000
... | [wasm2c] Strange issue with double parsing in msvc | https://api.github.com/repos/WebAssembly/wabt/issues/2422/comments | 5 | 2024-05-14T19:15:24Z | 2024-05-14T20:13:56Z | https://github.com/WebAssembly/wabt/issues/2422 | 2,296,217,808 | 2,422 |
[
"WebAssembly",
"wabt"
] | ```console
$ make clang-release
...
[133/199] Linking CXX executable wasm2c
FAILED: wasm2c
: && /usr/bin/clang++ -Wold-style-cast -fno-exceptions -O3 -DNDEBUG -arch arm64 -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -Wl,-search_paths_fir... | Build failed on Apple Silicon platform | https://api.github.com/repos/WebAssembly/wabt/issues/2419/comments | 4 | 2024-05-14T07:18:14Z | 2024-05-21T08:05:15Z | https://github.com/WebAssembly/wabt/issues/2419 | 2,294,624,952 | 2,419 |
[
"WebAssembly",
"wabt"
] | The following WAST test expression from [if.wast](https://github.com/WebAssembly/spec/blob/228549757b301c698c5588ec0d58b201b5777c92/test/core/if.wast#L935) miscompiles, omitting the empty else block:
```wast
(assert_invalid
(module (func $type-else-value-empty-vs-num (result i32)
(if (result i32) (i32.const... | `wast2json` miscompiles "if.wast" from the specification tests | https://api.github.com/repos/WebAssembly/wabt/issues/2417/comments | 4 | 2024-05-12T05:53:57Z | 2024-05-14T22:46:58Z | https://github.com/WebAssembly/wabt/issues/2417 | 2,291,180,539 | 2,417 |
[
"WebAssembly",
"wabt"
] | Hello I have an issue when running global.json generated from global.wast, for example global.json starts like this:
```json
{"source_filename": ".../wasm-testsuite/global.wast",
"commands": [
{"type": "module", "line": 3, "filename": "global.0.wasm"},
{"type": "assert_return", "line": 196, "action": {"typ... | Missing Import when running global.wast | https://api.github.com/repos/WebAssembly/wabt/issues/2414/comments | 1 | 2024-05-06T11:10:00Z | 2024-05-06T12:01:17Z | https://github.com/WebAssembly/wabt/issues/2414 | 2,280,628,638 | 2,414 |
[
"WebAssembly",
"wabt"
] | I started seeing this error in GH macos 14 runners.
```
/Users/runner/wabt/wabt-1.0.34/bin/wasm-strip /Users/runner/work/deno-plugin/deno-plugin/builds/deno_plugin.wasm
dyld[5490]: Library not loaded: /usr/local/opt/openssl@3/lib/libcrypto.3.dylib
Referenced from: <2A3C7B41-8AA9-3951-9D8B-AB2C7D11019A> /Users/... | Library not loaded: /usr/local/opt/openssl@3/lib/libcrypto.3.dylib | https://api.github.com/repos/WebAssembly/wabt/issues/2413/comments | 8 | 2024-05-05T06:39:23Z | 2024-06-01T00:05:28Z | https://github.com/WebAssembly/wabt/issues/2413 | 2,279,352,791 | 2,413 |
[
"WebAssembly",
"wabt"
] | Running the latest wast2json (1.0.34) on [comments.wast](https://github.com/WebAssembly/testsuite/blob/main/comments.wast) or [if.wast](https://github.com/WebAssembly/testsuite/blob/main/if.wast) fails with the following errors:
```sh
comments.wast:104:1: error: unexpected token "(", expected a binary module or ... | Wast2Json fails on the testsuite | https://api.github.com/repos/WebAssembly/wabt/issues/2410/comments | 8 | 2024-04-29T20:30:59Z | 2024-05-14T17:43:29Z | https://github.com/WebAssembly/wabt/issues/2410 | 2,269,918,653 | 2,410 |
[
"WebAssembly",
"wabt"
] | GIT revision: 356931a8
Run: ASAN_OPTIONS="handle_abort=1" ./build/wat2wasm test.wat
Test:
```wat
( elem f64 ( ) )
```
Backtrace:
```
wat2wasm: wabt/src/wast-parser.cc:3159: wabt::Result wabt::WastParser::ParseExpr(wabt::ExprList *): Assertion `!"ParseExpr should only be called when IsExpr() is true"' failed.... | wat2wasm: Assertion `!"ParseExpr should only be called when IsExpr() is true"' failed in wabt::WastParser::ParseExpr | https://api.github.com/repos/WebAssembly/wabt/issues/2408/comments | 0 | 2024-04-08T23:38:23Z | 2024-07-12T16:20:10Z | https://github.com/WebAssembly/wabt/issues/2408 | 2,232,325,548 | 2,408 |
[
"WebAssembly",
"wabt"
] | In the GC proposal, it allows using previous global value as an initializer expression.

Therefore, following wasm module is a valid module in the GC proposal.
```
;; global.wat
(mo... | Wrong type error when validating globals with gc proposal features | https://api.github.com/repos/WebAssembly/wabt/issues/2407/comments | 0 | 2024-04-02T10:15:09Z | 2024-04-03T02:33:42Z | https://github.com/WebAssembly/wabt/issues/2407 | 2,220,111,562 | 2,407 |
[
"WebAssembly",
"wabt"
] | First of all, thank you for providing these great tools.
When I try to convert component wasm file to `.wat`, it keep says:
```
0000008: error: bad wasm file version: 0x1000d (expected 0x1)
```
To reproduce, [simply follow the instruction in this doc to build the component](https://component-model.bytecodeallian... | wasm2wat: support component wasm | https://api.github.com/repos/WebAssembly/wabt/issues/2405/comments | 1 | 2024-03-25T17:20:07Z | 2024-03-25T17:26:05Z | https://github.com/WebAssembly/wabt/issues/2405 | 2,206,287,834 | 2,405 |
[
"WebAssembly",
"wabt"
] | - wabt 1.0.34
- clang 17.0.6
Extracted lines:
```
out/test/wasm2c/spec/simd_lane/simd_lane.0.c:967:6: error: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Werror,-Wpass-fa... | Error while running testsuite (simd_lane, simd_load) "loop not vectorized" | https://api.github.com/repos/WebAssembly/wabt/issues/2403/comments | 3 | 2024-03-19T16:32:41Z | 2024-03-25T23:47:16Z | https://github.com/WebAssembly/wabt/issues/2403 | 2,195,438,788 | 2,403 |
[
"WebAssembly",
"wabt"
] | null | error initializing module: invalid import "a.a" | https://api.github.com/repos/WebAssembly/wabt/issues/2402/comments | 1 | 2024-03-18T06:15:48Z | 2024-03-18T14:04:56Z | https://github.com/WebAssembly/wabt/issues/2402 | 2,191,322,716 | 2,402 |
[
"WebAssembly",
"wabt"
] | ### Environment
```shell
OS : Linux 5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Commit : 9fdd024249b6b181d98a4164700ca6ee09f970d9 - 1471dffee8bf9939044b80d34256956a28138e96
Version : 1.0.33 (git~1.0.33-35-gdddc03d3)
Clang V... | Invalid Memory Read in FreeList<wabt::interp::Object*>::IsUsed() | https://api.github.com/repos/WebAssembly/wabt/issues/2398/comments | 0 | 2024-03-04T14:15:39Z | 2024-03-04T14:15:39Z | https://github.com/WebAssembly/wabt/issues/2398 | 2,166,955,848 | 2,398 |
[
"WebAssembly",
"wabt"
] | ### Environment
```shell
OS : Linux 5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Commit : 9fdd024249b6b181d98a4164700ca6ee09f970d9 - 1471dffee8bf9939044b80d34256956a28138e96
Version : 1.0.33 (git~1.0.33-35-gdddc03d3)
Clang V... | Out-of-Memory Program Abort in BinaryReaderInterp::OnDataCount() | https://api.github.com/repos/WebAssembly/wabt/issues/2397/comments | 0 | 2024-03-04T13:47:29Z | 2024-03-04T13:47:29Z | https://github.com/WebAssembly/wabt/issues/2397 | 2,166,891,614 | 2,397 |
[
"WebAssembly",
"wabt"
] | ### Environment
```shell
OS : Linux 5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Commit : 9fdd024249b6b181d98a4164700ca6ee09f970d9 - 1471dffee8bf9939044b80d34256956a28138e96
Version : 1.0.33 (git~1.0.33-35-gdddc03d3)
Clang V... | Out-of-Memory Program Abort in wabt::interp::Table::Grow() | https://api.github.com/repos/WebAssembly/wabt/issues/2396/comments | 2 | 2024-03-04T13:27:53Z | 2024-03-09T13:51:56Z | https://github.com/WebAssembly/wabt/issues/2396 | 2,166,851,608 | 2,396 |
[
"WebAssembly",
"wabt"
] | I encountered an error message when attempting to use the `wasm2wat` tool to convert a `.wasm` file generated by the [Moonbit](https://www.moonbitlang.com/) toolchain with `--target wasm-gc` into the `.wat` format. The error message indicated an unexpected type form. Here are the [wasm file](https://github.com/WebAssem... | Error using wasm2wat on a wasm file generated by Moonbit: "unexpected type form (got -0x30)" | https://api.github.com/repos/WebAssembly/wabt/issues/2394/comments | 1 | 2024-02-19T06:51:37Z | 2024-02-19T09:41:33Z | https://github.com/WebAssembly/wabt/issues/2394 | 2,141,643,297 | 2,394 |
[
"WebAssembly",
"wabt"
] | The function prototype is available in the header file: `wasm-rt.h` line : 512
But is missing from the implementation file : `wasm-rt-impl.c`, it appears to have been removed here - 80b4f087aa65a7f23d3489f80eaa298a1cdb3913
Has it be deprecated? or has the function implementation been moved to another .c file? | WASM2C - What happened to wasm_rt_allocate_memory | https://api.github.com/repos/WebAssembly/wabt/issues/2391/comments | 3 | 2024-02-12T18:37:34Z | 2024-02-15T14:33:19Z | https://github.com/WebAssembly/wabt/issues/2391 | 2,130,730,550 | 2,391 |
[
"WebAssembly",
"wabt"
] | Given WASM
```wasm
0000024: 44 ; f64.const
0000025: 0000 0000 0000 e0c1 ; f64 literal
(module
(func (export "addTwo") (result f64)
f64.const -0x1p+31
)
)
```
and wasm2c conversion output
```c
//wasm2c test.wasm
f64 w2c__addTwo_0(w2c_* i... | [wasm2c] MSVC miscompiles for certain fp constants | https://api.github.com/repos/WebAssembly/wabt/issues/2388/comments | 5 | 2024-02-10T21:29:23Z | 2024-02-11T20:21:08Z | https://github.com/WebAssembly/wabt/issues/2388 | 2,128,719,817 | 2,388 |
[
"WebAssembly",
"wabt"
] | The decompiled output from wasm-decompile can be challenging to interpret since the function table is omitted from the resulting files. Annotating the function index within the output aids in comprehending which function is being invoked by the call_indirect instruction.
Consider the following WebAssembly text file, a... | Output results of the wasm-decompile to be easier to understand which function is called by call_indirect | https://api.github.com/repos/WebAssembly/wabt/issues/2384/comments | 1 | 2024-02-05T23:53:58Z | 2024-02-06T00:06:14Z | https://github.com/WebAssembly/wabt/issues/2384 | 2,119,679,400 | 2,384 |
[
"WebAssembly",
"wabt"
] | I am trying to use `call_ref` from [function references](https://webassembly.github.io/function-references/core/). According to the linked documentation, I thought that I should include a type index when using `call_ref` instruction. But `wat2wasm` does not build with a type index passed.
I tried with this example, ... | Use of call_ref does not take a type indice in wat2wasm | https://api.github.com/repos/WebAssembly/wabt/issues/2383/comments | 1 | 2024-02-04T18:26:20Z | 2024-02-06T01:17:51Z | https://github.com/WebAssembly/wabt/issues/2383 | 2,117,246,796 | 2,383 |
[
"WebAssembly",
"wabt"
] | Running `wat2wasm` on a rather big file with many nested if-statements segfaults.
Version: wabt 1.0.32-1 (debian bookworm)
System: Debian (with enough RAM + swap)
Steps to reproduce:
```
wasm2wat CertiCoq.Benchmarks.tests.color.wasm > color.wat // color.wat is ~20GB
wat2wasm color.wat -o color.wam ... | wat2wasm segfaults on .wat file with many nested if statements | https://api.github.com/repos/WebAssembly/wabt/issues/2377/comments | 9 | 2024-01-30T21:26:47Z | 2024-05-14T21:44:31Z | https://github.com/WebAssembly/wabt/issues/2377 | 2,108,812,790 | 2,377 |
[
"WebAssembly",
"wabt"
] | The example code doesn't compile with `wat2wasm`
https://github.com/WebAssembly/component-model/blob/main/design/mvp/Explainer.md#component-definitions
```wat
(component
(component
(core module (func (export "one") (result i32) (i32.const 1)))
(core module (func (export "two") (result f32) (f32.cons... | feature request: support for WASI preview 2 component model | https://api.github.com/repos/WebAssembly/wabt/issues/2376/comments | 1 | 2024-01-30T09:35:35Z | 2024-01-30T17:40:58Z | https://github.com/WebAssembly/wabt/issues/2376 | 2,107,359,733 | 2,376 |
[
"WebAssembly",
"wabt"
] | Fresh clone of WABT on macOS built with CMake and make results in wat2wasm reporting errors like this one:
`local build % ./wat2wasm ../third_party/testsuite/f32.wast -o ~/wasm_test.wasm
../third_party/testsuite/f32.wast:19:1: error: unexpected token (, expected EOF.
(assert_return (invoke "add" (f32.const -0x0p+0... | wat2wasm fails converting .wast files in testsuite: error: unexpected token (, expected EOF. | https://api.github.com/repos/WebAssembly/wabt/issues/2375/comments | 4 | 2024-01-29T14:53:51Z | 2024-01-29T16:18:01Z | https://github.com/WebAssembly/wabt/issues/2375 | 2,105,683,450 | 2,375 |
[
"WebAssembly",
"wabt"
] | is there a way to make wast2json ignore errors in binary modules? (`(module binary ...`)
i want to convert wast files from exception-handling proposal.
eg. https://github.com/WebAssembly/exception-handling/blob/123ac59cb650e9537ce129bb2977243bcbe9a773/test/core/try_table.wast
i know that wabt doesn't support the l... | can wast2json write out binary modules as they are without error checking? | https://api.github.com/repos/WebAssembly/wabt/issues/2374/comments | 4 | 2024-01-27T16:00:05Z | 2024-06-20T12:12:51Z | https://github.com/WebAssembly/wabt/issues/2374 | 2,103,646,022 | 2,374 |
[
"WebAssembly",
"wabt"
] | Assuming I’ve properly initialized each thread via `wasm_rt_init_thread()`, is it undefined behavior to instantiate a module in thread A and then call into the instance in threads B, C, D, *etc*.? We can assume only one thread ever calls into the instance at any time.
Based on some quick tests, this behavior appear... | wasm2c: Are module instances truly thread-safe? | https://api.github.com/repos/WebAssembly/wabt/issues/2372/comments | 5 | 2024-01-25T14:20:12Z | 2024-01-25T19:34:56Z | https://github.com/WebAssembly/wabt/issues/2372 | 2,100,501,693 | 2,372 |
[
"WebAssembly",
"wabt"
] | Hi 👋 and thanks for the great project!
For generating the tests of our [Java WASM interpreter](https://github.com/dylibso/chicory) we are relying heavily on `wast2json`, sadly there are no releases for Mac ARM, and people need to recompile this project locally to get a working version of the executable.
Do you ... | Mac ARM support | https://api.github.com/repos/WebAssembly/wabt/issues/2366/comments | 15 | 2024-01-12T15:36:26Z | 2024-03-26T15:17:10Z | https://github.com/WebAssembly/wabt/issues/2366 | 2,079,120,345 | 2,366 |
[
"WebAssembly",
"wabt"
] | In the test/dump/typed_func_refds_params ,


ref----0x6b,but in the wasmGC standard,ref----0x64.
if translat... | In the case of wasmGC, the encoding of the ref is incorrect. such as test/dump/typed_func_refds_params | https://api.github.com/repos/WebAssembly/wabt/issues/2364/comments | 0 | 2024-01-08T03:17:10Z | 2024-01-08T03:17:10Z | https://github.com/WebAssembly/wabt/issues/2364 | 2,069,542,322 | 2,364 |
[
"WebAssembly",
"wabt"
] | The function-references and gc proposals are going to be merged into the spec soon (as well as the "v4" revision of the exception-handling proposal, which we don't support yet). It could be good to talk about our plan for supporting these features in WABT. I think there's a few options to put on the table:
- We work... | Plan for GC and beyond | https://api.github.com/repos/WebAssembly/wabt/issues/2348/comments | 9 | 2023-12-05T02:03:52Z | 2024-03-28T21:33:34Z | https://github.com/WebAssembly/wabt/issues/2348 | 2,025,130,969 | 2,348 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.