我是靠谱客的博主 高挑小蝴蝶,最近开发中收集的这篇文章主要介绍UDM的服务,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

  • 相关术语
    AV(authentication vector)认证向量
    FN-RG(Fixed Network RG)固定网络 RG
    RG (Residential Gateway)家庭网关
    SUCI (Subscription Concealed Identifier)订阅隐藏标识符
    SUPI (Subscription Permanent Identifier)订阅永久标识符
    HSS(Home Subscriber Server,归属签约用户服务器)
    NSSAI(Network Slice Selection Assistance Information)网络切片 :为一组单一网络切片辅助信息S-NSSAI的集合
    PLMN-ID 公众陆地移动网的地址
    DNN(data network name) UE 上线时携带的标识
    AKA(Authentication and Key Agreement) 认证与密钥协商
    supi (UE’s identity)

UDM的功能

The Unified Data Management (UDM) includes support for the following functionality:

  • Generation of 3GPP AKA Authentication Credentials.
  • User Identification Handling (e.g. storage and management of SUPI for each subscriber in the 5G system).
  • Support of de-concealment of privacy-protected subscription identifier (SUCI).
  • Access authorization based on subscription data (e.g. roaming restrictions).
  • UE’s Serving NF Registration Management (e.g. storing serving AMF for UE, storing serving SMF for UE’s PDU Session).
  • Support to service/session continuity e.g. by keeping SMF/DNN assignment of ongoing sessions.
  • MT-SMS delivery support.
  • Lawful Intercept Functionality (especially in outbound roaming case where UDM is the only point of contact for LI).
  • Subscription management.
  • SMS management.
  • 5G-VN group management handling.
  • Support of external parameter provisioning (Expected UE Behaviour parameters or Network Configuration parameters).
    To provide this functionality, the UDM uses subscription data (including authentication data) that may be stored in UDR, in which case a UDM implements the application logic and does not require an internal user data storage and then several different UDMs may serve the same user in different transactions.

UDM交互的网元

在这里插入图片描述

UDM提供的服务

  • Nudm_SubscriberDataManagement Service
    数据签约管理服务
  • Nudm_UEContextManagement Service
  • Nudm_UEAuthentication Service
    UE身份验证服务
  • Nudm_EventExposure Service
  • Nudm_ParameterProvision Service
  • Nudm_NIDDAuthorization Service
  • Nudm_MT Service
  • Nudm_ServiceSpecificAuthorization Service

Nudm_SDM 数据签约管理服务

  1. Nudm_SDM_Get
    NF(AMF,SMF,SMSF)通过get 获取UE签约数据
  2. Nudm_SDM_Subscribe
    NF通过订阅服务,订阅UE签约数据更改通知
  3. Nudm_SDM_ModifySubsc
    NF修改现有订阅
  4. Nudm_SDM_Unsubscribe
    NF取消现有订阅
  5. Nudm_SDM_Notification
    订阅过的NF在UDM修改签约数据时,会收到UDM的通知
  6. Nudm_SDM_Info
    NF提供有关订阅数据管理过程的状态的信息

Nudm_UECM UE上下文管理服务

  1. Nudm_UECM_Registration
    NF在UDM中注册UE上下文 UDM将上下文信息更新
  2. Nudm_UECM_DeregistrationNotification
    UDM要注销某NF的注册时,通过此服务通知NF old AMF
  3. Nudm_UECM_Deregistration
    NF通过此服务在UDM注销注册
  4. Nudm_UECM_Get
    NF通过此服务检索UE上下文
  5. Nudm_UECM_Update
    NF更新UE注册信息
  6. Nudm_UECM_P-CSCF-RestorationNotification
  7. Nudm_UECM_P-CSCF-RestorationTrigger
  8. Nudm_UECM_AMFDeregistration
  9. Nudm_UECM_PEI-Update

Nudm_UEAU UE鉴权

  1. Nudm_UEAU_Get
    AUSF 使用此服务请求UDM计算鉴权向量
  2. Nudm_UEAU_GetHssAv
    Hss 向UDM获取鉴权向量 为EPS 和 IMS生成向量
  3. Nudm_UEAU_ResultConfirmationInform
    AUSF向UDM确认鉴权是否成功

Nudm_EE 事件提醒

  1. Nudm_EE_Subscribe
    NF(NEF)订阅事件发生通知
  2. Nudm_EE_Unsubscribe
    NF取消订阅
  3. Nudm_EE_Notify
    UDM通知NF事件发生
  4. Nudm_EE_ModifySubscription
    NF修改订阅事件,或事件更新报告选项

Nudm_PP 参数规定服务

  1. Nudm_PP_Update
    NF(NEF,AMF)更新UE的订阅数据 ,sor 信息,5gvn group修改
  2. Nudm_PP_Create
    NF请求创建5GVN group
  3. Nudm_PP_Delete
    NF请求删除5GVN group

Nudm_NIDDAU NIDD授权 非ip数据传输

  1. Nudm_NIDDAU_get
    NEF用来通过Get服务操作从UDM检索与消费者NF相关的NIDD配置的UE授权
  2. Nudm_NIDDAU_Notification
    如果NEF曾经订阅过,UDM会在决定修改订阅的数据时通知NEF

Nudm_MT

  1. Nudm_MT_ProvideUeInfo
    HSS从UDM中检索域选择信息和/或用户状态和/或5GSRVCCInfo。该请求包含UE的标识(supi)。
  2. Nudm_Network_ProvideLocationInfo
    HSS向UDM请求位置信息

最后

以上就是高挑小蝴蝶为你收集整理的UDM的服务的全部内容,希望文章能够帮你解决UDM的服务所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(67)

评论列表共有 0 条评论

立即
投稿
返回
顶部