WO2007140699A1 - A method and apparatus for updating subscriber signed data - Google Patents

A method and apparatus for updating subscriber signed data Download PDF

Info

Publication number
WO2007140699A1
WO2007140699A1 PCT/CN2007/001564 CN2007001564W WO2007140699A1 WO 2007140699 A1 WO2007140699 A1 WO 2007140699A1 CN 2007001564 W CN2007001564 W CN 2007001564W WO 2007140699 A1 WO2007140699 A1 WO 2007140699A1
Authority
WO
WIPO (PCT)
Prior art keywords
user
data
cscf
subscription data
changed
Prior art date
Application number
PCT/CN2007/001564
Other languages
French (fr)
Chinese (zh)
Inventor
Hui Li
Original Assignee
Huawei Technologies Co., Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huawei Technologies Co., Ltd. filed Critical Huawei Technologies Co., Ltd.
Publication of WO2007140699A1 publication Critical patent/WO2007140699A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/10Architectures or entities
    • H04L65/1016IP multimedia subsystem [IMS]

Definitions

  • the present invention relates to the field of communications, and in particular, to a method and apparatus for updating user subscription data. Background technique
  • SIP is a VoIP standard released by the Internet Engineering Task Force (IETF) in March 1999.
  • IETF Internet Engineering Task Force
  • SIP as an important application of the Internet, adds telephone signaling and Quality of Service ("QoS") requirements, and has unique user addressing and positioning capabilities.
  • QoS Quality of Service
  • SIP is a protocol for telephone signaling, used to initiate a session, can control the establishment and termination of multimedia sessions attended by multiple participants, and can dynamically adjust and modify session attributes, such as: session bandwidth requirements, transmission media type (voice, video) , data, etc.), media codec format, support for multicast and unicast, and more. Therefore, SIP facilitates the development of value-added services for multiple applications in conjunction with the Internet.
  • IMS is a subsystem superimposed by 3GPP on the packet network. It utilizes the control signaling channel of the packet domain and the bearer channel of the media transmission, and introduces the SIP protocol as a service control protocol to facilitate the use of SIP single, easy to expand, and media combination.
  • the feature is to separate the service control from the bearer control to provide rich multimedia services.
  • the main functional entities in the IMS network include a call control entity CSCF that controls functions such as user registration and session control, an HSS that centrally manages user subscription data, and an AS that provides various service logic control functions.
  • the IMS network uses the registration process of the SIP protocol to implement user access to the IMS network.
  • the IMS network authenticates the user's private identity and establishes an access domain secure channel.
  • the relationship between the user's public identity and the current location of the user is established in the home domain S-CSCF, and the S-CSCF obtains the subscriber's subscription data from the HSS at the same time.
  • the above registration process is shown in Figure 2 (more detailed process reference 3GPP TS24.229), including the following specific steps:
  • the UE initiates a registration request.
  • the P-CSCF saves the IPSec secure channel information and makes the home network address in the registration request.
  • the DNS protocol is used to parse and obtain the address of the user's home network I-CSCF.
  • the I-CSCF queries the HSS for the user registration status, and then obtains the address of the S-CSCF assigned to the user according to the information returned by the HSS.
  • the I-CSCF sends a registration message to the S-CSCF.
  • the S-CSCF finds that it is the initial registration and obtains an authentication set from the HSS.
  • the HSS query obtains the authentication vector and returns it to the S-CSCF.
  • the S-CSCF selects an authentication vector and sends an authentication challenge (401 Challenge;) to the UE.
  • the I-CSCF returns the 401 message to the P-CSCF.
  • the P-CSCF carries the security information according to the 401 message, and establishes a P-CSCF to the UE security channel. The message is then forwarded to the UE.
  • the UE authenticates the network according to the authentication vector of the 401 message, then calculates the authentication response, and re-initiates the registration process using the established secure channel.
  • the P-CSCF resolves the home network address in the registration request using the DNS protocol to obtain the address of the user's home network I-CSCF.
  • the I-CSCF queries the HSS for the user registration status and the S-CSCF information returned by the HSS.
  • the I-CSCF sends a registration message to the S-CSCF.
  • the S-CSCF checks the authentication response provided by the UE. If the match is successful, the authentication is successful, the registration information of the HSS is updated, and the subscription data of the user is downloaded.
  • the S-CSCF matches the registration message according to the initial filtering rule in the subscription data of the user. After the matching succeeds, the third-party registration is initiated to the corresponding AS.
  • the AS returns a registration success confirmation message.
  • the structure of the subscription data of the user downloaded by the S-CSCF using the UML model is shown in FIG. It can be seen that the subscription data of the user downloaded by the S-CSCF includes one or more service profiles.
  • the service description includes information such as public identity, core network service authorization, initial filtering rule set, and shared initial filtering rule set.
  • the initial filtering rule is the service parameters of a group of users.
  • a business description can contain columns of multiple initial filtering rules Table.
  • An initial filter rule contains the following information:
  • the S-CSCF matches the priority of the initial filtering rule from high to low, and receives the request message from the Mw interface according to the trigger information in the trigger point. If the match is successful, the S-CSCF sends the relevant request through the ISC interface to the AS that matches the initial filter rule.
  • the HSS actively sends a subscription data update request to the registered S-CSCF, and after receiving the subscription data update request, the S-CSCF updates the locally saved subscription data.
  • the process is shown in Figure 4.
  • the HSS actively initiates a subscription data update request to the registered S-CSCF. If the S-CSCF is able to process the received subscription data, it returns a successful confirmation after updating the locally saved subscription data, otherwise it returns a failure.
  • Embodiments of the present invention provide a method and apparatus for updating user subscription data to support user signing A scenario in which special data in the data changes.
  • the method of the embodiment of the present invention includes the following steps: When the network side updates the user subscription data, it finds that the special data is about to change, and then performs corresponding processing; and completes the update of the user subscription data.
  • the service call session control function entity of the embodiment of the present invention includes: a release session module, a user re-authentication module, and a logout module, where the service call session control function entity S-CSCF further includes: a comparison module, configured to be used The updated data is compared with the original subscription data to determine whether the special data is about to change, and the release session module, the user re-authentication module, and the logout module are triggered accordingly.
  • the home subscriber network server of the embodiment of the present invention is configured to store the subscription data of the user.
  • the home subscriber network (HSS) further includes: a comparison module, configured to compare the data to be updated with the original subscription data to determine whether the special data is A change is to be made; an adding module is configured to add a corresponding indication information to the issued update user subscription data request message when the comparison module finds that the special data is about to change.
  • the embodiment of the present invention does not update all the data immediately when receiving the subscription data of the user to be updated, as in the prior art, but is to be updated when the HSS or the S-CSCF receives the user subscription data to be updated.
  • the data is compared to the original contract data to identify the particular data that will change. If the special data changes, after the relevant processing is completed, the updated user subscription data is provided to provide normal services for the user.
  • Figure 1 is a schematic diagram of the architecture of an existing IMS system.
  • Figure 2 shows the flow chart of the registration using the SIP protocol.
  • FIG. 3 is a schematic structural diagram of user subscription data downloaded by an existing S-CSCF.
  • Figure 4 is a flow chart of the existing HSS notifying the S-CSCF to update the subscription data.
  • FIG. 5 is a flow chart of steps of a method according to an embodiment of the present invention.
  • FIG. 6 is a schematic structural diagram of an S-CSCF according to an embodiment of the present invention.
  • Figure ⁇ is a flow chart showing the steps of applying the S-CSCF of the embodiment of the present invention.
  • FIG. 8 is a schematic structural diagram of an HSS according to an embodiment of the present invention.
  • FIG. 9 is a flow chart showing the steps of applying the HSS of the embodiment of the present invention.
  • FIG. 10 is a signaling flowchart of Embodiment 1 of the present invention.
  • FIG. 11 is a signaling flowchart of Embodiment 2 of the present invention.
  • FIG. 12 is a signaling flowchart of Embodiment 3 of the present invention. detailed description ,
  • the embodiment of the present invention provides a method for updating the user subscription data, as shown in FIG. 5 . As shown, the following main steps are included:
  • the network side receives the subscription data to be updated.
  • the network side compares the subscription data to be updated with the original subscription data to determine whether the special bead data is about to change, and if yes, proceeds to step S3; otherwise, directly proceeds to step S4.
  • the subscription data to be updated is compared with the original subscription data to determine whether the special data is about to change, and may be completed by different network elements on the network side.
  • embodiments of the present invention provide two processing strategies.
  • an embodiment of the present invention provides an S-CSCF.
  • the method includes a release session module connected to the comparison module, a user re-authentication module, and a logout module.
  • the comparing module is configured to compare the data to be updated with the original subscription data to determine whether the special data is about to change, and trigger the release session module and/or the user re-authentication module, or correspondingly The release session module and the logout module are triggered.
  • the release session module is configured to release the current session of the related user identifier after receiving the trigger signal of the comparison module.
  • the user re-authentication module is configured to send a trigger signal to the user after receiving the trigger signal of the comparison module
  • the side sends a re-authentication indication to enable the user to complete the re-authentication operation.
  • the logout module is configured to log out the registration information of the user after receiving the trigger signal of the comparison module.
  • the method in the embodiment of the present invention includes the following specific steps:
  • HSS received the contract data and updated.
  • the HSS initiates a subscription data update request to the registered S-CSCF, and sends the updated subscription data to the S-CSCF.
  • the S-CSCF After receiving the subscription data sent by the HSS, the S-CSCF checks whether the data is acceptable. If it is acceptable, go to step a4, otherwise, the update will fail.
  • the S-CSCF compares the subscription data to be updated with the original subscription data, and completes the update of the user subscription data.
  • Case 1 The S-CSCF finds that the changed special data is to delete the user ID registered by the user, and then process it by the following steps:
  • the S-CSCF checks if the user is conducting a session with the user identity, and if so, releases the session.
  • the S-CSCF rejects the calling side or called side request sent by the user identity.
  • the S-CSCF logs out the user.
  • Case 2 The S-CSCF finds that the changed special data indicates the user ID that the blocked user is using, or indicates that the user identifier that the user is using is changed. Then the following steps are taken: The S-CSCF checks whether the user is using the user identifier. Session, if yes, release the session.
  • the S-CSCF rejects the calling side or called side request sent by the blocked user identity.
  • the S-CSCF rejects the calling side or called side request sent by the user identifier before the change before the user re-authentication succeeds.
  • the S-CSCF uses the original subscription data to inform the user of the re-authentication.
  • the S-CSCF After receiving the re-authentication request message sent by the user, the S-CSCF uses the subscription data processing request message to be updated, including carrying the implicit registration user identifier and the default user identifier in the new subscription data in the response message. User; update the status of the user ID; perform third-party registration based on the filtering rules in the new contract data. After the user is successfully registered, the caller side or called party request of the user ID after the change is started.
  • Case 3 The S-CSCF finds that the changed special data indicates that the user identifier in the implicit registration set is added, or the user identifier in the implicit registration set is reduced, or the AS that needs to be registered by the third party is added in the filtering rule, or the change is indicated.
  • the priority of the third-party registered filtering rule is processed by the following steps:
  • the S-CSCF uses the original subscription data to inform the user of the re-authentication.
  • the S-CSCF After receiving the re-authentication request message sent by the user, the S-CSCF uses the subscription data processing request message to be updated, including carrying the implicit registration user identifier and the default user identifier in the new subscription data in the response message. User; update the status of the user ID; perform third-party registration based on the filtering rules in the new contract data. After the user is successfully registered, the caller side or called party request of the modified user ID is processed.
  • the user subscription data is updated according to the existing standard process.
  • an embodiment of the present invention provides an HSS having a function of storing subscription data of a user.
  • the method further includes a comparison module and an adding module that are connected to each other.
  • the comparison module is configured to compare the data to be updated with the original subscription data to determine whether the special data among them is about to change.
  • the adding module is configured to add corresponding indication information in the sent update user subscription data request message when the comparison module finds that the special data is to be changed.
  • the method in the embodiment of the present invention includes the following specific steps: bl, the HSS receives the subscription data.
  • the HSS compares the subscription data to be updated with the original subscription data, and sends an update to the S-CSCF.
  • a request message for user subscription data A request message for user subscription data.
  • Case 1 The HSS finds that the changed special data indicates that the user identifier already registered by the user is deleted, and then sends a request message for updating the user subscription data to the S-CSCF, and adds a release session indication and a logout instruction to the message, so that S- The CSCF releases the current session of the user identity and instructs the user to log out.
  • Case 2 The HSS finds that the changed special data indicates the user ID that the blocked user is using, or indicates that the user identifier that the user is using is changed, and sends a request message for updating the user subscription data to the S-CSCF, and adds a release message to the message.
  • the session indication and the re-authentication indication are such that the S-CSCF releases the current session of the user identity and instructs the user to re-authenticate.
  • Case 3 The special data indicated by the HSS changes indicates that the user identifier in the implicit registration set is added, indicating that the user identifier in the implicit registration set is reduced, indicating that the application server AS requiring third party registration is added in the filtering rule, or the change third party is indicated.
  • the priority of the registered filtering rule is sent to the S-CSCF to update the user subscription data request message, and a re-authentication indication is added to the message, so that the S-CSCF instructs the user to perform re-authentication.
  • the request message for updating the user subscription data is sent to the S-CSCF according to the existing standard procedure.
  • the S-CSCF After receiving the subscription data sent by the HSS, the S-CSCF checks whether the data is acceptable. If yes, go to step b4, otherwise, the update will fail.
  • the S-CSCF completes the update of the user subscription data according to the indication in the request message for updating the user subscription data.
  • the S-CSCF performs the following steps:
  • the S-CSCF detects the release session indication.
  • the S-CSCF checks if the user is conducting a session with the user identity, and if so, releases the session.
  • the S-CSCF detects the logout indication.
  • the S-CSCF rejects the calling side or called side request sent by the user identity.
  • the S-CSCF logs out the user.
  • step b2 the S-CSCF performs the following steps:
  • the S-CSCF detects the release session indication.
  • the S-CSCF checks whether the corresponding user identity has an ongoing session, and if so, releases the session.
  • the S-CSCF rejects the calling side or called side request sent by the blocked user identity.
  • the S-CSCF rejects the calling party or called party request sent by the user ID before the change before the user re-authentication succeeds.
  • the S-CSCF detects the re-authentication indication.
  • the S-CSCF uses the original subscription data to inform the user of the re-authentication.
  • the S-CSCF After receiving the re-authentication request message sent by the user, the S-CSCF uses the subscription data processing request message to be updated, including carrying the implicit registration user identifier and the default user identifier in the new subscription data in the response message. User; update the status of the user ID; perform third-party registration based on the filtering rules in the new contract data. After the user is successfully registered, the caller side or called party request of the modified user ID is processed.
  • the S-CSCF processes the following steps:
  • the S-CSCF detects the re-authentication indication.
  • the S-CSCF uses the original subscription data to inform the user of the re-authentication.
  • the S-CSCF After receiving the re-authentication request message sent by the user, the S-CSCF uses the subscription data processing request message to be updated, including carrying the implicit registration user identifier and the default user identifier in the new subscription data in the response message. User; update the status of the user ID; perform third-party registration based on the filtering rules in the new contract data. After the user is successfully registered, the caller side or called party request of the modified user ID is processed.
  • the user subscription data is updated according to the existing standard procedure.
  • the relevant indication that is, the received request message for updating the user subscription data conforms to the existing standard.
  • Embodiment 1 The default user identifier in the user subscription data is blocked, and the subscription data is compared by the S-CSCF, and the update is completed. Referring to Figure 10, the following specific steps are included:
  • the HSS initiates a request to update the user subscription data to the S-CSCF.
  • the S-CSCF receives the updated user subscription data, and after checking and saving the data, the response is answered.
  • the S-CSCF checks the user subscription data, finds that the original default user identifier of the user is blocked, then releases the ongoing session corresponding to the user identifier, and uses the original subscription data to notify the UE to re-authenticate.
  • the UE responds to the re-authentication notification message.
  • the UE initiates a re-authentication request message.
  • the S-CSCF processes the user re-authentication request message using the new user subscription data, and carries the new user identity in the response message.
  • Embodiment 2 A third-party registration filtering rule is added to the user subscription data, and the subscription data is compared by the S-CSCF, and the update is completed. See Figure 11 for the following specific steps:
  • the HSS initiates a request to update the user subscription data to the S-CSCF.
  • the S-CSCF receives the updated user subscription data, and after checking and saving the data, it responds to the HSS.
  • the S-CSCF checks the user subscription data, and finds that the third-party registration filtering rule is added to the user subscription data, and then uses the original subscription data to notify the UE to re-authenticate.
  • the UE responds to the re-authentication notification message.
  • the UE initiates a re-authentication request message.
  • the S-CSCF processes the user re-authentication request message using the new user subscription data, and carries the new user identity in the response message.
  • the S-CSCF initiates a third party registration request using the new user subscription data.
  • the registered AS responds to the third party registration request message.
  • Embodiment 3 The default user identifier in the subscriber subscription data is changed, the HSS compares the subscription data, and the HSS sends a request message for updating the subscriber subscription data to the S-CSCF, and adds a relevant indication to the message to complete the update. Referring to Figure 12, the following specific steps are included:
  • the HSS After receiving the subscription data of the user to be updated, the HSS saves the subscription data, and checks the user subscription data, and finds that the original default user identifier of the user is changed. The HSS then sends a request message for updating the subscriber subscription data to the S-CSCF, and adds a release session indication and a re-authentication indication to the message. At the same time, update the user subscription data of the local end.
  • the S-CSCF receives the updated user subscription data, and after checking and saving the data, the response is answered.
  • the S-CSCF detects that the request message includes a release session indication, and then releases the ongoing session corresponding to the user identifier; the S-CSCF detects that the request message includes a re-authentication indication, and then uses the original subscription data. The UE is notified to re-authenticate.
  • the UE responds to the re-authentication notification message.
  • the UE initiates a re-authentication request message.
  • the S-CSCF processes the user re-authentication request message using the new user subscription data, and carries the new user identity in the response message.
  • the embodiment of the present invention does not update all the data immediately when receiving the subscription data of the user to be updated, as in the prior art, but receives the user subscription data to be updated in the HSS or the S-CSCF.
  • the special data to be changed is identified. If the special data changes, after the relevant processing is completed, the user is provided with normal services according to the updated user subscription data.
  • the present invention also provides a Serving Call Session Control Function Entity S-CSCF, and a Home Signing Subscriber Server HSS.
  • the implementation of the embodiment of the present invention can make the network side take correct processing decisions when the special data in the user subscription data changes, and avoid conflicts between special data changes and service provision.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Telephonic Communication Services (AREA)

Abstract

A method and apparatus for updating subscriber signed data, for solving the problem that the existing typical flow couldn't be applied in the case of the specific data is changed. The method in the present invention includes the following step: when the network side updates the subscriber signed data, if the specific data therein is to be change, then performs corresponding process; and accomplishes the update of the subscriber signed data. The application of the present invention can make the network side adopt accurate process measure when the specific data in the subscriber signed data occurs change, so as to avoid the conflict between the change of specific data and the service providing.

Description

一种更新用户签约数据的方法及装置 技术领域  Method and device for updating user subscription data
本发明涉及通信领域, 特别是涉及一种更新用户签约数据的方法及装置。 背景技术  The present invention relates to the field of communications, and in particular, to a method and apparatus for updating user subscription data. Background technique
SIP是因特网工程任务组( IETF )于 1999年 3月发布的一种 VoIP的标准。 SIP将电话作为因特网的一个重要应用,增加了电话信令和服务质量( Quality of Service, 简称" QoS" )方面的要求, 并具有独特的用户寻址与定位的功能。 近来 SIP的实际作用已远远超出了 VoIP的应用。 SIP是电话信令的协议, 用 于发起会话, 能控制多个参与者参加的多媒体会话的建立和终结, 并能动态 调整和修改会话属性, 如: 会话带宽要求、 传输媒体类型 (语音、 视频、 数据 等)、 媒体的编解码格式、 对多播和单播的支持等等。 因此, SIP有利于与因 特网结合开发多种应用的增值服务。  SIP is a VoIP standard released by the Internet Engineering Task Force (IETF) in March 1999. SIP, as an important application of the Internet, adds telephone signaling and Quality of Service ("QoS") requirements, and has unique user addressing and positioning capabilities. Recently, the practical role of SIP has far exceeded the application of VoIP. SIP is a protocol for telephone signaling, used to initiate a session, can control the establishment and termination of multimedia sessions attended by multiple participants, and can dynamically adjust and modify session attributes, such as: session bandwidth requirements, transmission media type (voice, video) , data, etc.), media codec format, support for multicast and unicast, and more. Therefore, SIP facilitates the development of value-added services for multiple applications in conjunction with the Internet.
IMS是 3GPP在分组网络上叠加的一个子系统,其利用分组域的控制信令 通道和媒体传输的承载通道, 并引入 SIP协议作为业务控制协议, 以利用 SIP 筒单、 易扩展、 媒体组合方便的特点, 将业务控制与承载控制分离, 从而提 供丰富的多媒体业务。 参见图 1所示, IMS网络中主要的功能实体包括控制 用户注册、会话控制等功能的呼叫控制实体 CSCF, 集中管理用户签约数据的 HSS, 以及提供各种业务逻辑控制功能的 AS。  IMS is a subsystem superimposed by 3GPP on the packet network. It utilizes the control signaling channel of the packet domain and the bearer channel of the media transmission, and introduces the SIP protocol as a service control protocol to facilitate the use of SIP single, easy to expand, and media combination. The feature is to separate the service control from the bearer control to provide rich multimedia services. Referring to FIG. 1, the main functional entities in the IMS network include a call control entity CSCF that controls functions such as user registration and session control, an HSS that centrally manages user subscription data, and an AS that provides various service logic control functions.
IMS网络使用 SIP协议的注册过程, 实现用户接入 IMS网络。 在用户注 册过程中, IMS 网络针对用户私有标识进行认证并建立接入域安全通道。 用 户注册成功后,将在归属域 S-CSCF建立用户公有标识与该用户当前位置间的 关系, S-CSCF同时从 HSS获得用户的签约数据。 上述注册流程参见图 2所 示(更详细的过程参考 3GPP TS24.229 ), 包括下列具体步驟:  The IMS network uses the registration process of the SIP protocol to implement user access to the IMS network. During the user registration process, the IMS network authenticates the user's private identity and establishes an access domain secure channel. After the user successfully registers, the relationship between the user's public identity and the current location of the user is established in the home domain S-CSCF, and the S-CSCF obtains the subscriber's subscription data from the HSS at the same time. The above registration process is shown in Figure 2 (more detailed process reference 3GPP TS24.229), including the following specific steps:
1. UE发起注册请求。  1. The UE initiates a registration request.
2. P-CSCF保存 IPSec安全通道信息, 对注册请求中的归属网络地址使 用 DNS协议解析, 获得用户的归属网络 I-CSCF的地址。 2. The P-CSCF saves the IPSec secure channel information and makes the home network address in the registration request. The DNS protocol is used to parse and obtain the address of the user's home network I-CSCF.
3-4. I-CSCF向 HSS查询用户注册状态, 然后根据 HSS返回的信息, 获 取指派给用户的 S-CSCF的地址,  3-4. The I-CSCF queries the HSS for the user registration status, and then obtains the address of the S-CSCF assigned to the user according to the information returned by the HSS.
5. I-CSCF将注册消息发送到 S-CSCF。  5. The I-CSCF sends a registration message to the S-CSCF.
6. S-CSCF发现是初次注册, 向 HSS获取鉴权集。  6. The S-CSCF finds that it is the initial registration and obtains an authentication set from the HSS.
7. HSS查询获得鉴权矢量, 并返回给 S-CSCF。  7. The HSS query obtains the authentication vector and returns it to the S-CSCF.
8. S-CSCF选取鉴权矢量, 向 UE发送鉴权挑战 (401 Challenge;)。  8. The S-CSCF selects an authentication vector and sends an authentication challenge (401 Challenge;) to the UE.
9. I-CSCF原路返回转发 401消息到 P-CSCF。 '  9. The I-CSCF returns the 401 message to the P-CSCF. '
10. P-CSCF根据 401消息携带安全信息, 建立 P-CSCF到 UE的安全通 道。 然后将消息转发给 UE。  10. The P-CSCF carries the security information according to the 401 message, and establishes a P-CSCF to the UE security channel. The message is then forwarded to the UE.
11. UE根据 401消息的鉴权矢量,对网络进行鉴权, 然后计算鉴权响应, 使用建立的安全通道重新发起注册过程。  11. The UE authenticates the network according to the authentication vector of the 401 message, then calculates the authentication response, and re-initiates the registration process using the established secure channel.
12. P-CSCF对注册请求中的归属网络地址使用 DNS协议解析, 获得用 户的归属网络 I-CSCF的地址。  12. The P-CSCF resolves the home network address in the registration request using the DNS protocol to obtain the address of the user's home network I-CSCF.
13-14 I-CSCF向 HSS查询用户注册状态, HSS返回的 S-CSCF信息。 13-14 The I-CSCF queries the HSS for the user registration status and the S-CSCF information returned by the HSS.
15. I-CSCF将注册消息发送到 S-CSCF。 15. The I-CSCF sends a registration message to the S-CSCF.
16-17. S-CSCF检查 UE提供的鉴权响应, 如匹配则鉴权成功, 更新 HSS 的注册信息, 并下载用户的签约数据。  16-17. The S-CSCF checks the authentication response provided by the UE. If the match is successful, the authentication is successful, the registration information of the HSS is updated, and the subscription data of the user is downloaded.
18-20. 原路返回注册成功确认消息。  18-20. The original way back to the registration success confirmation message.
21. S-CSCF根据用户的签约数据中的初始过滤规则和注册消息匹配, 匹 配成功后, 向对应的 AS发起进行第三方注册。  21. The S-CSCF matches the registration message according to the initial filtering rule in the subscription data of the user. After the matching succeeds, the third-party registration is initiated to the corresponding AS.
22. AS返回注册成功确认消息。  22. The AS returns a registration success confirmation message.
上述流程的步骤 17中,采用 UML模型, S-CSCF下载的用户的签约数据的 结构, 参见图 3所示。 从中可见, S-CSCF下载的用户的签约数据包含一个或 者多个业务描述(Service Profile )。 业务描述包含公共标识、 核心网业务授 权、 初始过滤规则集、共享初始过滤规则集等信息。 其中的初始过滤规则是 一组用户的服务参数。 一个业务描述可以包含多个初始过滤规则组成的列 表。 In step 17 of the above process, the structure of the subscription data of the user downloaded by the S-CSCF using the UML model is shown in FIG. It can be seen that the subscription data of the user downloaded by the S-CSCF includes one or more service profiles. The service description includes information such as public identity, core network service authorization, initial filtering rule set, and shared initial filtering rule set. The initial filtering rule is the service parameters of a group of users. A business description can contain columns of multiple initial filtering rules Table.
一个初始过滤规则包含以下信息:  An initial filter rule contains the following information:
-被触发的应用服务器 (AS)地址;  - the application server (AS) address that was triggered;
-初始过滤规则的优先級;  - the priority of the initial filtering rules;
-触发点;  - trigger point;
-缺省处理;  - default processing;
-可选服务信息。  - Optional service information.
S-CSCF按照初始过滤规则的优先级从高到低,根据触发点中的触发信息 与从 Mw接口接收到请求消息匹配。 如果匹配成功, S-CSCF通过 ISC接口发 送相关的请求到匹配初始过滤规则的 AS。  The S-CSCF matches the priority of the initial filtering rule from high to low, and receives the request message from the Mw interface according to the trigger information in the trigger point. If the match is successful, the S-CSCF sends the relevant request through the ISC interface to the AS that matches the initial filter rule.
如果 HSS保存的签约数据发生变化, 则 HSS主动向注册保存的 S-CSCF发 起签约数据更新请求, S-CSCF接收到签约数据更新请求后, 更新本地保存 的签约数据。 流程参见图 4所示。  If the subscription data saved by the HSS changes, the HSS actively sends a subscription data update request to the registered S-CSCF, and after receiving the subscription data update request, the S-CSCF updates the locally saved subscription data. The process is shown in Figure 4.
根据 3GPP TS 29.228的描述, 当用户的签约数据发生变化后, HSS主动向 注册保存的 S-CSCF发起签约数据更新请求。 如果 S-CSCF能够处理接收到的 签约数据,则在更新本地保存的签约数据之后返回成功确认,否则返回失败。  According to the description of 3GPP TS 29.228, after the subscription data of the user changes, the HSS actively initiates a subscription data update request to the registered S-CSCF. If the S-CSCF is able to process the received subscription data, it returns a successful confirmation after updating the locally saved subscription data, otherwise it returns a failure.
发明人认为标准中描述的流程, 不能结合用户签约数据中的一些特珠数 据发生变化的场景, 例如:  The inventor believes that the process described in the standard cannot be combined with some scenarios in which the special bead data in the user subscription data changes, for example:
1、 正在使用的用户标识被闭锁;  1. The user ID being used is blocked;
2、 正在使用的用户标识被更改;  2. The user ID being used is changed;
3、 增加隐式注册集中的用户标识;  3. Increase the user ID in the implicit registration set;
4、 减少隐式注册集中的用户标识;  4. Reduce the user ID in the implicit registration set;
5、 新增注册过滤规则对应的 AS没有被立即注册, 导致新的签约不能立 即应用。 发明内容  5. The AS corresponding to the new registration filter rule is not registered immediately, resulting in the new subscription not being applied immediately. Summary of the invention
本发明实施例提供一种更新用户签约数据的方法及装置, 以支撑用户签 约数据中的特殊数据发生变化的场景。 Embodiments of the present invention provide a method and apparatus for updating user subscription data to support user signing A scenario in which special data in the data changes.
本发明实施例的方法包括下列步骤: 网络侧在更新用户签约数据时, 发 现其中的特殊数据将要发生变化, 则进行相应的处理; 以及完成用户签约数 据的更新。  The method of the embodiment of the present invention includes the following steps: When the network side updates the user subscription data, it finds that the special data is about to change, and then performs corresponding processing; and completes the update of the user subscription data.
本发明实施例的服务呼叫会话控制功能实体, 包括: 释放会话模块、 指 示用户重鉴权模块, 以及注销模块, 所述服务呼叫会话控制功能实体 S-CSCF 还包括: 比较模块, 用于将待更新的数据与原签约数据进行比较, 以判断其 中的特殊数据是否将要发生变化, 并相应触发释放会话模块、 指示用户重鉴 权模块, 以及注销模块。  The service call session control function entity of the embodiment of the present invention includes: a release session module, a user re-authentication module, and a logout module, where the service call session control function entity S-CSCF further includes: a comparison module, configured to be used The updated data is compared with the original subscription data to determine whether the special data is about to change, and the release session module, the user re-authentication module, and the logout module are triggered accordingly.
本发明实施例的归属签约用户服务器, 用于存储用户的签约数据, 归属 签约用户服务器 HSS还包括: 比较模块, 用于将待更新的数据与原签约数据 进行比较, 以判断其中的特殊数据是否将要发生变化; 添加模块, 用于当所 述比较模块发现特殊数据将要发生变化时 , 在发出的更新用户签约数据请求 消息中添加相应的指示信息。  The home subscriber network server of the embodiment of the present invention is configured to store the subscription data of the user. The home subscriber network (HSS) further includes: a comparison module, configured to compare the data to be updated with the original subscription data to determine whether the special data is A change is to be made; an adding module is configured to add a corresponding indication information to the issued update user subscription data request message when the comparison module finds that the special data is about to change.
本发明实施例不像现有技术那样, 在收到待更新的用户签约数据时, 立 即完成所有数据的更新, 而是在 HSS或 S-CSCF收到待更新的用户签约数据 时, 将待更新的数据与原签约数据进行比较, 以识别将要发生变化的特殊数 据。 若特殊数据发生了变化, 则在完成相关处理以后, 再 居更新后的用户 签约数据, 为用户提供正常的业务。 附图说明  The embodiment of the present invention does not update all the data immediately when receiving the subscription data of the user to be updated, as in the prior art, but is to be updated when the HSS or the S-CSCF receives the user subscription data to be updated. The data is compared to the original contract data to identify the particular data that will change. If the special data changes, after the relevant processing is completed, the updated user subscription data is provided to provide normal services for the user. DRAWINGS
图 1为现有 IMS系统架构示意图。  Figure 1 is a schematic diagram of the architecture of an existing IMS system.
图 2为现有使用 SIP协议的注册流程图。  Figure 2 shows the flow chart of the registration using the SIP protocol.
图 3为现有 S-CSCF下载的用户签约数据的结构示意图。  FIG. 3 is a schematic structural diagram of user subscription data downloaded by an existing S-CSCF.
图 4为现有 HSS通知 S-CSCF更新签约数据的流程图。  Figure 4 is a flow chart of the existing HSS notifying the S-CSCF to update the subscription data.
图 5为本发明实施例的方法步骤流程图。  FIG. 5 is a flow chart of steps of a method according to an embodiment of the present invention.
图 6为本发明实施例的 S-CSCF结构示意图。 图 Ί为应用本发明实施例的 S-CSCF的步驟流程图。 FIG. 6 is a schematic structural diagram of an S-CSCF according to an embodiment of the present invention. Figure 流程图 is a flow chart showing the steps of applying the S-CSCF of the embodiment of the present invention.
图 8为本发明实施例的 HSS结构示意图。  FIG. 8 is a schematic structural diagram of an HSS according to an embodiment of the present invention.
图 9为应用本发明实施例的 HSS的步骤流程图。  9 is a flow chart showing the steps of applying the HSS of the embodiment of the present invention.
图 10为本发明实施例一的信令流程图。  FIG. 10 is a signaling flowchart of Embodiment 1 of the present invention.
图 11为本发明实施例二的信令流程图。  FIG. 11 is a signaling flowchart of Embodiment 2 of the present invention.
图 12为本发明实施例三的信令流程图。 具体实施方式 ,  FIG. 12 is a signaling flowchart of Embodiment 3 of the present invention. detailed description ,
为了在用户签约数据中的特殊数据发生变化时, 使网络侧采取正确的处 理决策, 从而支撑特殊数据发生变化时的处理, 本发明实施例提供了一种更 新用户签约数据的方法, 参见图 5所示, 包括下列主要步骤:  In order to prevent the processing of the special data from being changed when the special data in the user subscription data is changed, the embodiment of the present invention provides a method for updating the user subscription data, as shown in FIG. 5 . As shown, the following main steps are included:
51、 网络侧收到待更新的签约数据。  51. The network side receives the subscription data to be updated.
52、 网络侧将待更新的签约数据与原签约数据进行比较, 以判断特珠数 据是否将要发生变化, 若是, 则转入步骤 S3; 否则直接转入步骤 S4。  52. The network side compares the subscription data to be updated with the original subscription data to determine whether the special bead data is about to change, and if yes, proceeds to step S3; otherwise, directly proceeds to step S4.
53、 特殊数据将要发生变化, 则进行相应的处理。  53. If the special data is about to change, it will be processed accordingly.
54、 完成用户签约数据的更新。  54. Complete the update of the user subscription data.
上述步骤 S2中, 所述将待更新的签约数据与原签约数据进行比较, 以判 断特殊数据是否将要发生变化, 可由网络侧的不同网元来完成。 因此, 本发 明实施例提供了两种处理策略。  In the foregoing step S2, the subscription data to be updated is compared with the original subscription data to determine whether the special data is about to change, and may be completed by different network elements on the network side. Thus, embodiments of the present invention provide two processing strategies.
针对第一种处理策略:本发明实施例提供了一种 S-CSCF ,参见图 6所示, 其包括与比较模块相连的释放会话模块、 指示用户重鉴权模块和注销模块。  For the first processing strategy, an embodiment of the present invention provides an S-CSCF. As shown in FIG. 6, the method includes a release session module connected to the comparison module, a user re-authentication module, and a logout module.
所述比较模块, 用于将待更新的数据与原签约数据进行比较, 以判断其 中的特殊数据是否将要发生变化, 并相应触发所述释放会话模块和 /或指示用 户重鉴权模块, 或者相应触发所述释放会话模块和注销模块。  The comparing module is configured to compare the data to be updated with the original subscription data to determine whether the special data is about to change, and trigger the release session module and/or the user re-authentication module, or correspondingly The release session module and the logout module are triggered.
所述释放会话模块, 用于在收到比较模块的触发信号后, 释放相关用户 标识的当前会话。  The release session module is configured to release the current session of the related user identifier after receiving the trigger signal of the comparison module.
所述指示用户重鉴权模块, 用于在收到比较模块的触发信号后, 向用户 侧发送重鉴权指示, 以使用户完成重鉴权操作。 The user re-authentication module is configured to send a trigger signal to the user after receiving the trigger signal of the comparison module The side sends a re-authentication indication to enable the user to complete the re-authentication operation.
所述注销模块, 用于在收到比较模块的触发信号后, 注销用户的注册信 息。  The logout module is configured to log out the registration information of the user after receiving the trigger signal of the comparison module.
应用上述 S-CSCF, 参见图 7所示, 本发明实施例的方法包括以下具体步 驟:  Applying the foregoing S-CSCF, as shown in FIG. 7, the method in the embodiment of the present invention includes the following specific steps:
al、 HSS收到签约数据并更新。  Al, HSS received the contract data and updated.
a2、 HSS向注册保存的 S-CSCF发起签约数据更新请求, 并向 S-CSCF发 送自身更新后的签约数据。  A2. The HSS initiates a subscription data update request to the registered S-CSCF, and sends the updated subscription data to the S-CSCF.
a3、 S-CSCF接收到 HSS发来的签约数据后,检查数据是否可以接受。 若 可接受, 则转入步骤 a4, 否则, 返回更新失败。  A3. After receiving the subscription data sent by the HSS, the S-CSCF checks whether the data is acceptable. If it is acceptable, go to step a4, otherwise, the update will fail.
a4、 S-CSCF比较待更新的签约数据和原签约数据, 并完成用户签约数据 的更新。  A4. The S-CSCF compares the subscription data to be updated with the original subscription data, and completes the update of the user subscription data.
本步骤中, 若 S-CSCF通过比较操作, 发现特殊数据将要发生变化, 则存 在三种情况:  In this step, if the S-CSCF finds that the special data is going to change through the comparison operation, there are three cases:
情况一: S-CSCF发现发生变化的特殊数据为删除用户巳经注册的用户标 识, 则通过以下步骤进行处理:  Case 1: The S-CSCF finds that the changed special data is to delete the user ID registered by the user, and then process it by the following steps:
S-CSCF检查用户是否正在以该用户标识进行会话, 若是, 则释放所述会 话。  The S-CSCF checks if the user is conducting a session with the user identity, and if so, releases the session.
S-CSCF拒绝以该用户标识发来的主叫侧或者被叫侧请求。  The S-CSCF rejects the calling side or called side request sent by the user identity.
S-CSCF注销该用户。  The S-CSCF logs out the user.
情况二: S-CSCF发现发生变化的特殊数据指示闭锁用户正在使用的用户 标识, 或者指示更改用户正在使用的用户标识, 则通过以下步骤进行处理: S-CSCF检查用户是否正在以该用户标识进行会话, 若是, 则释放所述会 话。  Case 2: The S-CSCF finds that the changed special data indicates the user ID that the blocked user is using, or indicates that the user identifier that the user is using is changed. Then the following steps are taken: The S-CSCF checks whether the user is using the user identifier. Session, if yes, release the session.
S-CSCF拒绝以该闭锁的用户标识发来的主叫侧或者被叫侧请求。 S-CSCF 在用户重鉴权成功之前, 拒绝以更改之前的用户标识发来的主叫侧或者被叫 侧请求。 S-CSCF使用原签约数据通知用户重鉴权。 The S-CSCF rejects the calling side or called side request sent by the blocked user identity. The S-CSCF rejects the calling side or called side request sent by the user identifier before the change before the user re-authentication succeeds. The S-CSCF uses the original subscription data to inform the user of the re-authentication.
S-CSCF接收到用户发来的重鉴权请求消息后,使用待更新的签约数据处 理请求消息, 包括在应答消息中将新的签约数据中的隐式注册用户标识和缺 省用户标识携带给用户; 更新用户标识的状态; 根据新的签约数据中的过滤 规则进行第三方注册。 在用户注册成功后, 开始处理 ~改之后的用户标识的 主叫侧或者被叫侧请求。  After receiving the re-authentication request message sent by the user, the S-CSCF uses the subscription data processing request message to be updated, including carrying the implicit registration user identifier and the default user identifier in the new subscription data in the response message. User; update the status of the user ID; perform third-party registration based on the filtering rules in the new contract data. After the user is successfully registered, the caller side or called party request of the user ID after the change is started.
情况三: S-CSCF发现发生变化的特殊数据指示增加隐式注册集中的用户 标识, 或者指示减少隐式注册集中的用户标识, 或者指示在过滤规则中增加 需要第三方注册的 AS, 或者指示变化第三方注册的过滤规则的优先级, 则通 过以下步骤进行处理:  Case 3: The S-CSCF finds that the changed special data indicates that the user identifier in the implicit registration set is added, or the user identifier in the implicit registration set is reduced, or the AS that needs to be registered by the third party is added in the filtering rule, or the change is indicated. The priority of the third-party registered filtering rule is processed by the following steps:
S-CSCF使用原签约数据通知用户重鉴权。  The S-CSCF uses the original subscription data to inform the user of the re-authentication.
S-CSCF接收到用户发来的重鉴权请求消息后,使用待更新的签约数据处 理请求消息, 包括在应答消息中将新的签约数据中的隐式注册用户标识和缺 省用户标识携带给用户; 更新用户标识的状态; 根据新的签约数据中的过滤 规则进行第三方注册。 在用户注册成功后, 开始处理修改之后的用户标识的 主叫侧或者被叫侧请求。  After receiving the re-authentication request message sent by the user, the S-CSCF uses the subscription data processing request message to be updated, including carrying the implicit registration user identifier and the default user identifier in the new subscription data in the response message. User; update the status of the user ID; perform third-party registration based on the filtering rules in the new contract data. After the user is successfully registered, the caller side or called party request of the modified user ID is processed.
若 S-CSCF通过比较操作,没有发现特殊数据将要发生变化,则按照现有 标准流程, 完成用户签约数据的更新。  If the S-CSCF does not find that the special data is going to change through the comparison operation, the user subscription data is updated according to the existing standard process.
针对第二种处理策略, 本发明实施例提供了一种 HSS, 其具有存储用户 的签约数据的功能, 参见图 8所示, 还包括相互连接的比较模块和添加模块。  For the second processing strategy, an embodiment of the present invention provides an HSS having a function of storing subscription data of a user. Referring to FIG. 8, the method further includes a comparison module and an adding module that are connected to each other.
所述比较模块, 用于将待更新的数据与原签约数据进行比较, 以判断其 中的特殊数据是否将要发生变化。  The comparison module is configured to compare the data to be updated with the original subscription data to determine whether the special data among them is about to change.
所述添加模块, 用于当比较模块发现特殊数据将要发生变化时, 在发出 的更新用户签约数据请求消息中添加相应的指示信息。  The adding module is configured to add corresponding indication information in the sent update user subscription data request message when the comparison module finds that the special data is to be changed.
应用上述 HSS, 参见图 9所示, 本发明实施例的方法包括以下具体步骤: bl、 HSS收到签约数据。  Applying the foregoing HSS, as shown in FIG. 9, the method in the embodiment of the present invention includes the following specific steps: bl, the HSS receives the subscription data.
b2、 HSS比较待更新的签约数据和原签约数据, 并向 S-CSCF发送更新 用户签约数据的请求消息。 B2, the HSS compares the subscription data to be updated with the original subscription data, and sends an update to the S-CSCF. A request message for user subscription data.
本步骤中, 若 HSS通过比较操作, 发现特殊数据将要发生变化, 则存在 三种情况:  In this step, if the HSS finds that the special data is going to change through the comparison operation, there are three cases:
情况一: HSS发现发生变化的特殊数据指示删除用户已经注册的用户标 识,则向 S-CSCF发送更新用户签约数据的请求消息,并在该消息中添加释放 会话指示和注销指示, 以使 S-CSCF释放该用户标识的当前会话, 以及指示注 销该用户。  Case 1: The HSS finds that the changed special data indicates that the user identifier already registered by the user is deleted, and then sends a request message for updating the user subscription data to the S-CSCF, and adds a release session indication and a logout instruction to the message, so that S- The CSCF releases the current session of the user identity and instructs the user to log out.
情况二: HSS发现发生变化的特殊数据指示闭锁用户正在使用的用户标 识,或指示更改用户正在使用的用户标识,则向 S-CSCF发送更新用户签约数 据的请求消息, 并在该消息中添加释放会话指示和重鉴权指示, 以使 S- CSCF 释放该用户标识的当前会话, 以及指示该用户进行重鉴权。  Case 2: The HSS finds that the changed special data indicates the user ID that the blocked user is using, or indicates that the user identifier that the user is using is changed, and sends a request message for updating the user subscription data to the S-CSCF, and adds a release message to the message. The session indication and the re-authentication indication are such that the S-CSCF releases the current session of the user identity and instructs the user to re-authenticate.
情况三: HSS发现发生变化的特殊数据指示增加隐式注册集中的用户标 识, 指示减少隐式注册集中的用户标识, 指示在过滤规则中增加需要第三方 注册的应用服务器 AS, 或指示变化第三方注册的过滤规则的优先级, 则向 S-CSCF发送更新用户签约数据的请求消息, 并在该消息中添加重鉴权指示, 以使 S-CSCF指示该用户进行重鉴权。  Case 3: The special data indicated by the HSS changes indicates that the user identifier in the implicit registration set is added, indicating that the user identifier in the implicit registration set is reduced, indicating that the application server AS requiring third party registration is added in the filtering rule, or the change third party is indicated. The priority of the registered filtering rule is sent to the S-CSCF to update the user subscription data request message, and a re-authentication indication is added to the message, so that the S-CSCF instructs the user to perform re-authentication.
若 HSS通过比较操作, 没有发现特殊数据将要发生变化, 则按照现有标 准流程, 向 S-CSCF发送更新用户签约数据的请求消息。  If the HSS does not find that the special data is to be changed by the comparison operation, the request message for updating the user subscription data is sent to the S-CSCF according to the existing standard procedure.
b3 > S-CSCF接收到 HSS发来的签约数据后, 检查数据是否可以接受。 若可接受, 则转入步骤 b4, 否则, 返回更新失败。  B3 > After receiving the subscription data sent by the HSS, the S-CSCF checks whether the data is acceptable. If yes, go to step b4, otherwise, the update will fail.
b4、 S-CSCF按照更新用户签约数据的请求消息中的指示, 完成用户签约 数据的更新。  B4. The S-CSCF completes the update of the user subscription data according to the indication in the request message for updating the user subscription data.
对应步 b2中的情况一, S-CSCF通过以下步骤进行处理:  Corresponding to case 1 in step b2, the S-CSCF performs the following steps:
S-CSCF检测到释放会话指示。  The S-CSCF detects the release session indication.
S-CSCF检查用户是否正在以该用户标识进行会话, 若是, 则释放所述会 话。  The S-CSCF checks if the user is conducting a session with the user identity, and if so, releases the session.
S-CSCF检测到注销指示。 S-CSCF拒绝以该用户标识发来的主叫侧或者被叫侧请求。 The S-CSCF detects the logout indication. The S-CSCF rejects the calling side or called side request sent by the user identity.
S-CSCF注销该用户。  The S-CSCF logs out the user.
对应步骤 b2中的情况二, S-CSCF通过以下步骤进行处理:  Corresponding to case 2 in step b2, the S-CSCF performs the following steps:
S-CSCF检测到释放会话指示。  The S-CSCF detects the release session indication.
S-CSCF检查对应的用户标识是否存在正在进行的会话, 若存在, 则释放 所述会话。  The S-CSCF checks whether the corresponding user identity has an ongoing session, and if so, releases the session.
S-CSCF拒绝以该闭锁的用户标识发来的主叫侧或者被叫侧请求。 S-CSCF 在用户重鉴权成功之前, 拒绝以更改之前的用户标识发来的主叫侧或者被叫 侧请求。  The S-CSCF rejects the calling side or called side request sent by the blocked user identity. The S-CSCF rejects the calling party or called party request sent by the user ID before the change before the user re-authentication succeeds.
S-CSCF检测到重鉴权指示。  The S-CSCF detects the re-authentication indication.
S-CSCF使用原签约数据通知用户重鉴权。  The S-CSCF uses the original subscription data to inform the user of the re-authentication.
S-CSCF接收到用户发来的重鉴权请求消息后, 使用待更新的签约数据处 理请求消息, 包括在应答消息中将新的签约数据中的隐式注册用户标识和缺 省用户标识携带给用户; 更新用户标识的状态; 根据新的签约数据中的过滤 规则进行第三方注册。 在用户注册成功后, 开始处理修改之后的用户标识的 主叫侧或者被叫侧请求。  After receiving the re-authentication request message sent by the user, the S-CSCF uses the subscription data processing request message to be updated, including carrying the implicit registration user identifier and the default user identifier in the new subscription data in the response message. User; update the status of the user ID; perform third-party registration based on the filtering rules in the new contract data. After the user is successfully registered, the caller side or called party request of the modified user ID is processed.
对应步骤 b2中的情况三, S-CSCF通过以下步骤进行处理:  Corresponding to the third case in step b2, the S-CSCF processes the following steps:
S-CSCF检测到重鉴权指示。  The S-CSCF detects the re-authentication indication.
S-CSCF使用原签约数据通知用户重鉴权。  The S-CSCF uses the original subscription data to inform the user of the re-authentication.
S-CSCF接收到用户发来的重鉴权请求消息后, 使用待更新的签约数据处 理请求消息, 包括在应答消息中将新的签约数据中的隐式注册用户标识和缺 省用户标识携带给用户; 更新用户标识的状态; 根据新的签约数据中的过滤 规则进行第三方注册。 在用户注册成功后, 开始处理修改之后的用户标识的 主叫侧或者被叫侧请求。  After receiving the re-authentication request message sent by the user, the S-CSCF uses the subscription data processing request message to be updated, including carrying the implicit registration user identifier and the default user identifier in the new subscription data in the response message. User; update the status of the user ID; perform third-party registration based on the filtering rules in the new contract data. After the user is successfully registered, the caller side or called party request of the modified user ID is processed.
若 S-CSCF收到的更新用户签约数据的请求消息中不含有相关指示,即收 到的更新用户签约数据的请求消息符合现有标准, 则按照现有标准流程, 完 成用户签约数据的更新。 以下通过三个实例具体描述。 If the request message for updating the user subscription data received by the S-CSCF does not include the relevant indication, that is, the received request message for updating the user subscription data conforms to the existing standard, the user subscription data is updated according to the existing standard procedure. The following is specifically described by three examples.
实施例一:用户签约数据中的缺省用户标识被闭锁, 由 S-CSCF比较签约 数据, 并完成更新。 参见图 10所示, 包括下列具体步骤:  Embodiment 1: The default user identifier in the user subscription data is blocked, and the subscription data is compared by the S-CSCF, and the update is completed. Referring to Figure 10, the following specific steps are included:
1、 HSS在用户签约数据更新后, 向 S-CSCF发起更新用户签约数据的请 求。  1. After the user subscription data is updated, the HSS initiates a request to update the user subscription data to the S-CSCF.
2、 S-CSCF接收到更新的用户签约数据, 对其检查并保存数据后, 应答  2. The S-CSCF receives the updated user subscription data, and after checking and saving the data, the response is answered.
3、 S-CSCF检查用户签约数据, 发现用户原来的缺省用户标识被闭锁, 然后释放该用户标识对应的正在进行的会话,并使用原签约数据通知 UE重鉴 权。 3. The S-CSCF checks the user subscription data, finds that the original default user identifier of the user is blocked, then releases the ongoing session corresponding to the user identifier, and uses the original subscription data to notify the UE to re-authenticate.
4、 UE应答重鉴权的通知消息。 '  4. The UE responds to the re-authentication notification message. '
5、 UE发起重鉴权请求消息。  5. The UE initiates a re-authentication request message.
6、 S-CSCF使用新的用户签约数据处理用户重鉴权请求消息, 在应答消 息中携带新的用户标识。  6. The S-CSCF processes the user re-authentication request message using the new user subscription data, and carries the new user identity in the response message.
实施例二:用户签约数据中增加了第三方注册过滤规则, 由 S-CSCF比较 签约数据, 并完成更新。 参见图 11所示, 包括下列具体步驟:  Embodiment 2: A third-party registration filtering rule is added to the user subscription data, and the subscription data is compared by the S-CSCF, and the update is completed. See Figure 11 for the following specific steps:
1、 HSS在用户签约数据更新后, 向 S-CSCF发起更新用户签约数据的请 求。  1. After the user subscription data is updated, the HSS initiates a request to update the user subscription data to the S-CSCF.
2、 S-CSCF接收到更新的用户签约数据, 对其检查并保存数据后, 应答 HSS。  2. The S-CSCF receives the updated user subscription data, and after checking and saving the data, it responds to the HSS.
3、 S-CSCF检查用户签约数据, 发现用户签约数据中增加了第三方注册 过滤规则, 则使用原签约数据通知 UE重鉴权。  3. The S-CSCF checks the user subscription data, and finds that the third-party registration filtering rule is added to the user subscription data, and then uses the original subscription data to notify the UE to re-authenticate.
4、 UE应答重鉴权的通知消息。  4. The UE responds to the re-authentication notification message.
5、 UE发起重鉴权请求消息。  5. The UE initiates a re-authentication request message.
6、 S-CSCF使用新的用户签约数据处理用户重鉴权请求消息, 在应答消 息中携带新的用户标识。  6. The S-CSCF processes the user re-authentication request message using the new user subscription data, and carries the new user identity in the response message.
7、 S-CSCF使用新的用户签约数据发起第三方注册请求。 8、 被注册的 AS应答第三方注册请求消息。 7. The S-CSCF initiates a third party registration request using the new user subscription data. 8. The registered AS responds to the third party registration request message.
实施例三: 用户签约数据中的缺省用户标识被更改, 由 HSS比较签约数 据, 并且 HSS向 S-CSCF发送更新用户签约数据的请求消息, 在该消息中添 加相关指示, 以完成更新。 参见图 12所示, 包括下列具体步骤:  Embodiment 3: The default user identifier in the subscriber subscription data is changed, the HSS compares the subscription data, and the HSS sends a request message for updating the subscriber subscription data to the S-CSCF, and adds a relevant indication to the message to complete the update. Referring to Figure 12, the following specific steps are included:
1、 HSS收到待更新的用户签约数据后, 保存该签约数据, 并检查用户签 约数据, 发现用户原来的缺省用户标识被更改。 然后 HSS向 S-CSCF发送更 新用户签约数据的请求消息, 并在该消息中添加释放会话指示和重鉴权指示。 同时, 更新本端的用户签约数据。  1. After receiving the subscription data of the user to be updated, the HSS saves the subscription data, and checks the user subscription data, and finds that the original default user identifier of the user is changed. The HSS then sends a request message for updating the subscriber subscription data to the S-CSCF, and adds a release session indication and a re-authentication indication to the message. At the same time, update the user subscription data of the local end.
2、 S-CSCF接收到更新的用户签约数据, 对其检查并保存数据后, 应答  2. The S-CSCF receives the updated user subscription data, and after checking and saving the data, the response is answered.
3、 S-CSCF检测到所述请求消息中含有释放会话指示, 然后释放该用户 标识对应的正在进行的会话; S-CSCF检测到所述请求消息中含有重鉴权指 示, 然后使用原签约数据通知 UE重鉴权。 3. The S-CSCF detects that the request message includes a release session indication, and then releases the ongoing session corresponding to the user identifier; the S-CSCF detects that the request message includes a re-authentication indication, and then uses the original subscription data. The UE is notified to re-authenticate.
4、 UE应答重鉴权的通知消息。  4. The UE responds to the re-authentication notification message.
5、 UE发起重鉴权请求消息。  5. The UE initiates a re-authentication request message.
6、 S-CSCF使用新的用户签约数据处理用户重鉴权请求消息, 在应答消 息中携带新的用户标识。  6. The S-CSCF processes the user re-authentication request message using the new user subscription data, and carries the new user identity in the response message.
综上所述, 本发明实施例不像现有技术那样, 在收到待更新的用户签约 数据时, 立即完成所有数据的更新, 而是在 HSS或 S-CSCF收到待更新的用 户签约数据时, 将待更新的数据与原签约数据进行比较, 以识别将要发生变 化的特殊数据。 若特殊数据发生了变化, 则在完成相关处理以后, 再根据更 新后的用户签约数据, 为用户提供正常的业务。 为了支撑本发明方法, 本发 明还提供了一种服务呼叫会话控制功能实体 S-CSCF, 以及一种归属签约用户 服务器 HSS。 通过本发明实施例的实施可以在用户签约数据中的特殊数据发 生变化时, 使网络侧采取正确的处理决策, 避免特殊数据变化与业务提供之 间冲突。  In summary, the embodiment of the present invention does not update all the data immediately when receiving the subscription data of the user to be updated, as in the prior art, but receives the user subscription data to be updated in the HSS or the S-CSCF. When the data to be updated is compared with the original contract data, the special data to be changed is identified. If the special data changes, after the relevant processing is completed, the user is provided with normal services according to the updated user subscription data. In order to support the method of the present invention, the present invention also provides a Serving Call Session Control Function Entity S-CSCF, and a Home Signing Subscriber Server HSS. The implementation of the embodiment of the present invention can make the network side take correct processing decisions when the special data in the user subscription data changes, and avoid conflicts between special data changes and service provision.
显然, 本领域的技术人员可以对本发明进行各种改动和变型而不脱离本 发明的精神和范围。 这样, 倘若本发明的这些修改和变型属于本发明权利要 求及其等同技术的范围之内, 则本发明也意图包含这些改动和变型在内。 Obviously, those skilled in the art can make various modifications and variations to the present invention without departing from the invention. The spirit and scope of the invention. Thus, it is intended that the present invention cover the modifications and the modifications of the invention

Claims

权 利 要 求 Rights request
1、 一种更新用户签约数据的方法, 其特征在于, 包括下列步骤: 网络侧在更新用户签约数据时, 发现其中的特殊数据将要发生变化, 则 进行相应的处理; 以及 A method for updating user subscription data, comprising: the following steps: when updating the user subscription data, the network side finds that the special data is to be changed, and then performs corresponding processing;
完成用户签约数据的更新。  Complete the update of user subscription data.
2、如权利要求 1所述的方法, 其特征在于, 所述特殊数据将要发生变化 至少包括: 指示删除用户已经注册的用户标识,指示闭锁用户正在使用的用 户标识,指示更改用户正在使用的用户标识,指示增加隐式注册集中的用户 标识,指示减少隐式注册集中的用户标识, 指示在过滤规则中增加需要第三 方注册的应用服务器 AS, 或第三方注册的过滤规则的优先级发生变化。  The method according to claim 1, wherein the special data is to be changed at least: indicating that the user identifier that the user has registered is deleted, indicating the user identifier that the user is using, indicating that the user being used by the user is changed. The identifier indicates that the user identifier in the implicit registration set is added, indicating that the user identifier in the implicit registration set is reduced, indicating that the application server AS that needs to be registered by the third party is added in the filtering rule, or the priority of the filtering rule registered by the third party changes.
3、 如权利要求 2所述的方法, 其特征在于, 服务呼叫会话控制功能实体 S-CSCF接收到归属签约用户服务器 HSS发来的更新用户签约数据的请求 后, S-CSCF将待更新的数据与原签约数据进行比较, 以识别将要发生变化 的特殊数据。  3. The method according to claim 2, wherein after the serving call session control function entity S-CSCF receives the request for updating the user subscription data sent by the home subscription subscriber server HSS, the S-CSCF will update the data to be updated. Compare with the original contract data to identify the special data that will change.
4、 如权利要求 3所述的方法, 其特征在于, 若 S-CSCF发现发生变化的 特殊数据指示删除用户已经注册的用户标识, 则释放该用户标识的当前会 话, 以及指示注销该用户。  The method according to claim 3, wherein if the S-CSCF finds that the changed special data indicates that the user identifier already registered by the user is deleted, the current session of the user identifier is released, and the user is instructed to log off.
5、 如权利要求 3所述的方法, 其特征在于, 若 S-CSCF发现发生变化的 特殊数据指示闭锁用户正在使用的用户标识,或指示更改用户正在使用的用 户标识, 则释放该用户标识的当前会话, 以及指示该用户发起重鉴权。  5. The method according to claim 3, wherein if the S-CSCF finds that the changed special data indicates that the user identifier is being used by the blocking user, or indicates that the user identifier being used by the user is changed, the user identifier is released. The current session, and the user is instructed to initiate re-authentication.
6、 如权利要求 3所述的方法, 其特征在于, 若 S-CSCF发现发生变化的 转殊数据指示增加隐式注册集中的用户标识,指示减少隐式注册集中的用户 标识, 指示在过滤规则中增加需要第三方注册的应用服务器 AS , 或指示变 化第三方注册的过滤规则的优先級, 则指示该用户进行重鉴权。  6. The method according to claim 3, wherein if the S-CSCF finds that the changed disparity data indicates increasing the user identifier in the implicit registration set, indicating that the user identifier in the implicit registration set is reduced, indicating the filtering rule Adding an application server AS that requires third-party registration, or indicating the priority of the filtering rule that changes the third-party registration, indicates that the user performs re-authentication.
7、 如权利要求 2所述的方法, 其特征在于, HSS更新用户签约数据时, 将待更新的数据与原签约数据进行比较, 以识别将要发生变化的特殊数据。 7. The method according to claim 2, wherein, when the HSS updates the user subscription data, the data to be updated is compared with the original subscription data to identify the special data to be changed.
8、 如权利要求 7所述的方法, 其特征在于, 若 HSS发现发生变化的特殊 数据指示删除用户已经注册的用户标识, 则向 S-CSCF发送更新用户签约数 据的请求消息, 并在该消息中添加释放会话指示和注销指示, 以使 S- CSCF 释放该用户标识的当前会话, 以及指示注销该用户。 8. The method according to claim 7, wherein if the HSS finds that the changed special data indicates that the user identifier that the user has already registered is deleted, sending a request message for updating the user subscription data to the S-CSCF, and in the message A release session indication and a logout indication are added to cause the S-CSCF to release the current session of the user identity and to instruct the user to log out.
9、 如权利要求 7所述的方法, 其特征在于, 若 HSS发现发生变化的特殊 数据指示闭锁用户正在使用的用户标识,或指示更改用户正在使用的用户标 识, 则向 S-CSCF发送更新用户签约数据的请求消息, 并在该消息中添加释 放会话指示和重鉴权指示, 以使 S-CSCF释放该用户标识的当前会话, 以及 指示该用户进行重鉴权。  9. The method of claim 7, wherein the update user is sent to the S-CSCF if the HSS finds that the changed special data indicates the user identity being used by the blocked user, or indicates that the user identity being used by the user is changed. A request message for signing data, and adding a release session indication and a re-authentication indication to the message, so that the S-CSCF releases the current session of the user identity, and instructing the user to perform re-authentication.
10、 如权利要求 7所述的方法, 其特征在于, 若 HSS发现发生变化的特 殊数据指示增加隐式注册集中的用户标识,指示減少隐式注册集中的用户标 识, 指示在过滤规则中增加需要第三方注册的应用服务器 AS , 或指示变化 第三方注册的过滤规则的优先级, 则向 S-CSCF发送更新用户签约数据的奇 求消息, 并在该消息中添加重鉴权指示, 以使 S-CSCF指示该用户进行重鉴 权。  The method according to claim 7, wherein if the HSS finds that the changed special data indicates that the user identifier in the implicit registration set is increased, indicating that the user identifier in the implicit registration set is reduced, indicating that the filtering rule is added The third-party registered application server AS, or the priority of the filtering rule indicating that the third-party registration is changed, sends a strange request message for updating the user subscription data to the S-CSCF, and adds a re-authentication indication to the message, so that S - The CSCF instructs the user to re-authenticate.
11、 如权利要求 5、 6、 9或 10所述的方法, 其特征在于, 所述 S-CSCF指 示用户进行重鉴权包括下列步骤:  The method according to claim 5, 6, 9, or 10, wherein the S-CSCF indicates that the user performs re-authentication, including the following steps:
S-CSCF以原签约数据通知用户重鉴权;  The S-CSCF notifies the user of the re-authentication right with the original contract data;
S - CSCF收到该用户的重鉴权请求消息后, 以待更新的数据完成用户签 约数据的更新。  After receiving the re-authentication request message of the user, the S-CSCF completes the update of the user subscription data with the data to be updated.
12、 一种服务呼叫会话控制功能实体, 包括: 释放会话模块、 指示用户 重鉴权模块, 以及注销模块, 其特征在于, 所述服务呼叫会话控制功能实体 S-CSCF还包括:  A service call session control function entity, comprising: a release session module, a user re-authentication module, and a logout module, wherein the service call session control function entity S-CSCF further comprises:
比较模块, 用于将待更新的数据与原签约数据进行比较, 以判断其中的 特殊数据是否将要发生变化, 并相应触发释放会话模块、指示用户重鉴权模 块, 以及注销模块。  The comparison module is configured to compare the data to be updated with the original subscription data to determine whether the special data is about to change, and trigger the release session module, the user re-authentication module, and the logout module.
13、 一种归属签约用户服务器, 用于存储用户的签约数据, 其特征在于, 归属签约用户服务器 HSS还包括: 13. A home subscription subscriber server, configured to store subscription data of a user, where The home subscriber network server HSS also includes:
比较模块, 用于将待更新的数据与原签约数据进行比较, 以判断其中的 特殊数据是否将要发生变化;  a comparison module, configured to compare data to be updated with original contract data to determine whether special data is to be changed;
添加模块, 用于当所述比较模块发现特殊数据将要发生变化时, 在发出 的更新用户签约数据请求消息中添加相应的指示信息。  The adding module is configured to add corresponding indication information to the issued update user subscription data request message when the comparison module finds that the special data is to be changed.
PCT/CN2007/001564 2006-06-06 2007-05-15 A method and apparatus for updating subscriber signed data WO2007140699A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200610083912.5A CN100527876C (en) 2006-06-06 2006-06-06 Method and device for updating user signing data
CN200610083912.5 2006-06-06

Publications (1)

Publication Number Publication Date
WO2007140699A1 true WO2007140699A1 (en) 2007-12-13

Family

ID=38772110

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2007/001564 WO2007140699A1 (en) 2006-06-06 2007-05-15 A method and apparatus for updating subscriber signed data

Country Status (2)

Country Link
CN (1) CN100527876C (en)
WO (1) WO2007140699A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8837355B2 (en) 2008-03-13 2014-09-16 Huawei Technologies Co., Ltd. Bearer processing method and mobile management device

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102761854B (en) * 2008-03-13 2016-08-03 华为技术有限公司 Processing method and mobile management device to carrying
CN102769614A (en) * 2012-07-03 2012-11-07 华中科技大学 Communication method based on distributed CSCF (Call Session Control Function) topology
TWI621342B (en) * 2016-06-08 2018-04-11 Chunghwa Telecom Co Ltd Voice for Internet Protocol (VoIP) calls and systems in which the calling and called users are accommodated in the same Talk Edge Controller (SBC) and method thereof

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040050578A (en) * 2002-12-10 2004-06-16 주식회사 케이티프리텔 SYSTEM AND METHOD FOR AUTHENTICATING IN 1x EVOLUTION DATA ONLY NETWORK
CN1571576A (en) * 2004-04-28 2005-01-26 中兴通讯股份有限公司 A system and method for implementing mobile management of PSTN switch
CN1582003A (en) * 2003-08-08 2005-02-16 华为技术有限公司 Method for providing intelligent business by GPRS service support node
CN1607842A (en) * 2003-10-15 2005-04-20 华为技术有限公司 Method for synchronizing data between authentication server and home location register

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040050578A (en) * 2002-12-10 2004-06-16 주식회사 케이티프리텔 SYSTEM AND METHOD FOR AUTHENTICATING IN 1x EVOLUTION DATA ONLY NETWORK
CN1582003A (en) * 2003-08-08 2005-02-16 华为技术有限公司 Method for providing intelligent business by GPRS service support node
CN1607842A (en) * 2003-10-15 2005-04-20 华为技术有限公司 Method for synchronizing data between authentication server and home location register
CN1571576A (en) * 2004-04-28 2005-01-26 中兴通讯股份有限公司 A system and method for implementing mobile management of PSTN switch

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8837355B2 (en) 2008-03-13 2014-09-16 Huawei Technologies Co., Ltd. Bearer processing method and mobile management device

Also Published As

Publication number Publication date
CN101047991A (en) 2007-10-03
CN100527876C (en) 2009-08-12

Similar Documents

Publication Publication Date Title
US7583963B2 (en) User registration in a communication system
CN100362807C (en) Method for realizing user registration in internet protocol multimedia subsystem
JP4500852B2 (en) How to notify the network of device function changes
US9094260B2 (en) Service controlling in a service provisioning system
JP4944202B2 (en) Provision of access information in communication networks
US9379914B2 (en) Method and system for implementing aggregate endpoints on IMS networks
EP1816825A1 (en) A method and system for authenticating user terminal
US20070189215A1 (en) Method for reducing interface load of home subscriber server
US20060034195A1 (en) SIP message extension for push to watch service
EP2192742B1 (en) Local session controller, ip multimedia subsystem and session registration method
JP5255123B2 (en) Method for establishing a session in a communication network
US20080104696A1 (en) Method of processing registration message according to initial filter criteria in ims network
WO2007098713A1 (en) An emergency call method and system
WO2007036123A1 (en) A method and communication system for the cs domain user accessing the ims domain
WO2009082945A1 (en) Multi-terminal communication method, system and apparatus
JP2006506012A (en) Communication method and communication system
WO2007076720A1 (en) A control method and decive of media resource
US20100293593A1 (en) Securing contact information
US20130212646A1 (en) Usage authentication via intercept and challege for network services
WO2011032426A1 (en) Method, device and system for implementing emergency call override service
WO2007140699A1 (en) A method and apparatus for updating subscriber signed data
WO2008106885A1 (en) Method and system for the service compatibility
JP2007325191A (en) Mobile communication system and session continuing method
WO2011050733A1 (en) Communication method, apparatus and system for internet protocol (ip) multimedia subsystem (ims) centralized services
WO2011023041A1 (en) Calling method and system for indicating terminal media types

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 07721137

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 07721137

Country of ref document: EP

Kind code of ref document: A1