Bostjan Meglic
Bostjan Meglic
Hi, According to the https://launchpad.net/~open5gs/+archive/ubuntu/latest/+packages , only the packages for amd64 (and for a few versions also i386) architecture is built. I guess you will have to compile it yourself....
@ahmedmsadek This code is perfectly fine. As you can see, the local variable `pdu` is passed to a function `ogs_ngap_encode` (as a pointer). Then that function builds a message and...
@Moutain2 Don't know if there was anything else, but there is still some code under `tests/af` . Is this what you are looking for?
@acetcom @pespin Hi guys, we have just implemented a very basic Prometheus exporter using libmicrohttpd. https://github.com/bmeglicit/open5gs/tree/bm_prometheus It has not been tested yet with Prometheus server if there are any issues...
@marcodoliveira I haven't used it myself, but does the following "name" or "advertise" configuration items help you? https://github.com/open5gs/open5gs/blob/main/configs/open5gs/amf.yaml.in#L54 https://github.com/open5gs/open5gs/blob/main/configs/open5gs/amf.yaml.in#L68 Bostjan
@jmasterfunk84 I have started working on this feature, but don't have the time anymore to complete it. If it helps you in any way, here is part of the code:...
I see. I haven't even checked if UDR supports "/nssai" endpoint in the standard. Yeah, filtering `am-data` at UDM seems a good idea.
Understood. Makes sense. Thanks!
[Feature request]: Preserve 'traceparent' received on inbound requests to preserve telemetry context
Hi @gustavobsch , Firstly, I don't think this is a bug, but rather a new feature request. Secondly, if you can wait a few days, I can provide a branch/pull...
[Feature request]: Preserve 'traceparent' received on inbound requests to preserve telemetry context
@gustavobsch Yes, it's gonna take me until some time next week.