Marcel2508
Marcel2508
Hi, I tried to add a new ci-config today, which failed with the following error: ``` Error 1406: Data too long for column 'env' at row 1. ``` I guess...
What do you think about a feature to manually trigger deployment for successful builds. Where you can decide the desired deploy-target (dev, staging or prod systems for example). Similar to...
I've tried multiple svelte components (installed with npm) already. But somehow I'm getting the following error with some of them: ``` Uncaught TypeError: NotificationDisplay is not a constructor at create_fragment...
Hi, I'm using the latest version of your library. But my release build seems to fail every time I try to build an apk. Here is the output: ``` AILURE:...
I updated the ASN1c files to Release 16.11: https://portal.etsi.org/webapp/workprogram/Report_WorkItem.asp?WKI_ID=67097 https://portal.etsi.org/webapp/workprogram/Report_WorkItem.asp?WKI_ID=67106 I ran all included tests as suggested here: https://open5gs.org/open5gs/docs/guide/02-building-open5gs-from-sources/ and I used UERANSIM to connect a virtual GNB and UE...
This MR adds forwarding of encoded N1 Messages to UEs. Previously it was not possible since a N2InfoContainer was required. In addition I'm working on handling UL NAS Transport messages...
As described in https://github.com/open5gs/open5gs/pull/1898 I also implemented UL_NAS_Transport LPP and SMS message forwarding to already subscribed NFs. This PR adds the following two endpoints: ``/ue-contexts/{ueContextId}/n1-n2-messages/subscriptions`` and ``/ue-contexts/{ueContextId}/n1-n2-messages/subscriptions/{subscriptionId}`` to allow other...
Hey all, while testing / integrating travelping UPF with open5gs I've discovered odd behaviour I could not understand / find the root cause for it. We use open5gs with kubernetes....
Added retransmissions to probe endpoint and fixed formatting
Hey, I would like to suggest a feature to convert ``MsgSignature`` from and to a DER-Encoded signature. So I could sign / verify data without requiring another library / (there...