Skip to content

feat(models): add Nnef_UEId API models and client (3GPP TS 29.522) - #85

Open
ALIIQBAL786 wants to merge 1 commit into
free5gc:mainfrom
ALIIQBAL786:feat/nef-ue-id
Open

ALIIQBAL786 wants to merge 1 commit into
free5gc:mainfrom
ALIIQBAL786:feat/nef-ue-id

Conversation

@ALIIQBAL786

Copy link
Copy Markdown

Summary

Adds the Nnef_UEId service from 3GPP TS 29.522 v17.x, which allows AFs to request translation of external UE identifiers (GPSI) into internal identifiers (SUPI).

  • models/model_nef_ue_id_translation_req_data.goNef_UEId_UeIdTranslationReqData (gpsi, suci)
  • models/model_nef_ue_id_translation_rsp_data.goNef_UEId_UeIdTranslationRspData (supi, gpsi, pei)
  • nef/UEId/ — API client package with TranslateUeId operation (POST /{afId}/ue-id-translations)

This follows the same structure as the existing nef/MonEvt and other service packages.

Prerequisite for the NEF-side implementation (free5gc/nef).

Add the Nnef_UEId service (3GPP TS 29.522 v17.x) which allows AFs to
translate external UE identifiers (GPSI) into internal identifiers (SUPI).

- models/model_nef_ue_id_translation_req_data.go: UeIdTranslationReqData (gpsi, suci)
- models/model_nef_ue_id_translation_rsp_data.go: UeIdTranslationRspData (supi, gpsi, pei)
- nef/UEId/: API client for POST /{afId}/ue-id-translations (TranslateUeId)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant