free5gc / free5gc/openapi

Incorrect type in TopologicalServiceArea

Open
#51 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
28
Forks
88
Avg merge
2h 53m
Merged PRs (30d)
1

Description

https://github.com/free5gc/openapi/blob/6285477c583b3659b328e8c3a3a85f48bb0fda2d/models/model_topological_service_area.go#L17

It seems that this struct TopologicalServiceArea is generated from "TS28538_EdgeNrm.yaml#/components/schemas/TopologicalServiceArea", and this field TrackingAreaIdList used the schema “TS28541_NrNrm.yaml#/components/schemas/TaiList” which is array of schema “TS28623_GenericNrm.yaml#/components/schemas/Tai”.
But the type of this field is models.Tai generated from schema "TS29571_CommonData.yaml#/components/schemas/Tai".
Since it seems that the type corresponding to the schema “TS28623_GenericNrm.yaml#/components/schemas/Tai” is not generated, it is required to generate this type and use it in the field TrackingAreaIdList.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.