5GC_APIs icon indicating copy to clipboard operation
5GC_APIs copied to clipboard

RESTful APIs of main Network Functions in the 3GPP 5G Core Network

Results 30 5GC_APIs issues
Sort by recently updated
recently updated
newest added

Hello I am using `Rel-17 Dec'21` version from [Jan 3](https://github.com/jdegre/5GC_APIs/commit/edd092cc948119feb5d6bdc93197ea16b5185207) I may be wrong, but it looks like `TS29571CommonData` and `TS29510_Nnrf_AccessToken` depend on each other, so there seem not be...

Hello, I am trying to generate server boilerplate code of the TS29598_Nudsf_DataRepository.yaml. Unfortunately I get a NullPointerException when doing so. I want to generate as go-gin-server, but python-flask did produce...

3GPP TS 32.291 V16.9.0 (2021-09) Page 68 `QUOTA_MANAGEMENT_SUSPENDED` ![image](https://user-images.githubusercontent.com/26880097/146694520-16102dd9-2313-44bb-8145-6a811b229413.png) open api spec `QUOTA_MANAGEMENT` https://github.com/jdegre/5GC_APIs/blob/e14e017101b2d25f6e1bdb7af851d709c89eadbe/TS32291_Nchf_ConvergedCharging.yaml#L1363

https://github.com/jdegre/5GC_APIs/blob/e14e017101b2d25f6e1bdb7af851d709c89eadbe/TS29571_CommonData.yaml#L2470-L2473 The units for bit rate seem to use a legacy notation: bps, Kbps, Mbps, Gbps, Tbps [1]. These should be bps, Kibps, Mibps, Gibps, Tibps (multiplier = 1024) or...

I am having trouble converting these YAML files into spring project. Every time I face different issues like some models isn't converted or even if it does when I run...

hi, is it possible to generate server file for flask? https://jdegre.github.io/5GC_APIs/editor/?url=https://raw.githubusercontent.com/jdegre/5GC_APIs/master/TS29122_NIDD.yaml

Any idea why `Nnef_TrafficInfluence_Create` (mentioned in 23.502) is not present in NEF northbound API (described in 29.522) ? Traffic influence API at the moment contains only subscriptions.

First, thanks for providing this up-to-date repository ! I am trying to match the defined operations from the OpenAPI definitions to the 3GPP _functional_ services definitions. In some yaml file,...

I'm a little bit confused about the approach to have a GET request with query parameters as complex types. Usually, resource and sub-resource identifiers are passed as path params and...

How come there is no "servers" for the OAuth2 service in NRF? I was expecting something like "{apiRoot}/nnrf-auth/v1"... https://github.com/jdegre/5GC_APIs/blob/77d17f17dd409c9fa3c930328bdf13bc43ef6e30/TS29510_Nnrf_AccessToken.yaml#L16