[go: up one dir, main page]

CN111726427A - An information processing method, device and computer-readable storage medium - Google Patents

An information processing method, device and computer-readable storage medium Download PDF

Info

Publication number
CN111726427A
CN111726427A CN201910222041.8A CN201910222041A CN111726427A CN 111726427 A CN111726427 A CN 111726427A CN 201910222041 A CN201910222041 A CN 201910222041A CN 111726427 A CN111726427 A CN 111726427A
Authority
CN
China
Prior art keywords
upf
interface identifier
smf
terminal
management policy
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN201910222041.8A
Other languages
Chinese (zh)
Other versions
CN111726427B (en
Inventor
王丹
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Mobile Communications Group Co Ltd
Research Institute of China Mobile Communication Co Ltd
Original Assignee
China Mobile Communications Group Co Ltd
Research Institute of China Mobile Communication 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 China Mobile Communications Group Co Ltd, Research Institute of China Mobile Communication Co Ltd filed Critical China Mobile Communications Group Co Ltd
Priority to CN201910222041.8A priority Critical patent/CN111726427B/en
Publication of CN111726427A publication Critical patent/CN111726427A/en
Application granted granted Critical
Publication of CN111726427B publication Critical patent/CN111726427B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5007Internet protocol [IP] addresses
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/10Connection setup
    • H04W76/11Allocation or use of connection identifiers

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Small-Scale Networks (AREA)

Abstract

The invention discloses an information processing method, equipment and a computer readable storage medium, relates to the technical field of communication, and aims to clarify the distribution mode of interface identification when an SMF (simple message function) needs to pass through a newly introduced UPF (unified Power flow) by a Branching Point mechanism. The method comprises the step of not allocating interface identification when allocating a second IPv6 prefix address corresponding to a second UPF for the terminal. The embodiment of the invention can clarify the distribution mode of the interface identifier when the SMF needs the UPF newly introduced through the Branching Point mechanism.

Description

一种信息处理方法、设备及计算机可读存储介质An information processing method, device and computer-readable storage medium

技术领域technical field

本发明涉及通信技术领域,尤其涉及一种信息处理方法、设备及计算机可读存储介质。The present invention relates to the field of communication technologies, and in particular, to an information processing method, a device and a computer-readable storage medium.

背景技术Background technique

现有技术中,UE(User Equipment,用户设备)IPv6(Internet Protocol Version6,互联网协议第6版)地址分配方式为:SMF(Session Management Function,会话管理功能)为UE分配IPv6前缀地址,并通过IPv6Router Advertisement message经用户面UPF(User Plane Function,用户面功能)传递给UE。SMF为UE分配该前缀地址对应的interfaceidentifier(接口标识),并将interface identifier通过AMF(Access and MobilityManagement Function,接入和移动管理功能)传递给UE。In the prior art, a UE (User Equipment, user equipment) IPv6 (Internet Protocol Version 6, Internet Protocol Version 6) address allocation method is: SMF (Session Management Function, session management function) allocates an IPv6 prefix address for the UE, and uses the IPv6Router to allocate an IPv6 prefix address. The Advertisement message is delivered to the UE through a user plane UPF (User Plane Function, user plane function). The SMF allocates the interface identifier (interface identifier) corresponding to the prefix address to the UE, and transmits the interface identifier to the UE through AMF (Access and Mobility Management Function, access and mobility management function).

当UE获取到该interface identifier时,可使用这64位的interface identifier构建link local address(链路本地地址)地址。根据IETF规定,link local address的64位前缀地址是指定为FE80::/64。When the UE obtains the interface identifier, the 64-bit interface identifier can be used to construct a link local address (link local address). According to the IETF regulations, the 64-bit prefix address of the link local address is designated as FE80::/64.

5G中引入Branching Point(BP,分支点)机制。Branching point是指UPF可根据数据包源IPv6地址对数据进行分流。在该机制下,一个PDU(Protocol Data Unit,协议数据单元)会话将有两个PSA(PDU Session Anchor,PDU会话锚点)UPF(即与DN(Data Network,数据网络)交互的UPF)。终端将使用与边缘PSA对应的IPv6地址封装需要本地分流的数据,使用与核心PSA对应的IPv6地址封装不需要本地卸载的数据。The Branching Point (BP, branch point) mechanism is introduced in 5G. Branching point means that UPF can branch data according to the source IPv6 address of the data packet. Under this mechanism, a PDU (Protocol Data Unit, Protocol Data Unit) session will have two PSA (PDU Session Anchor, PDU Session Anchor, PDU Session Anchor) UPFs (ie UPFs interacting with DN (Data Network, data network)). The terminal will use the IPv6 address corresponding to the edge PSA to encapsulate the data that needs local offloading, and use the IPv6 address corresponding to the core PSA to encapsulate the data that does not need local offloading.

BP UPF按照数据包源IPv6地址对数据进行过滤。当符合本地分流规则的数据包到达时,BP UPF会将该数据包传递到UPF PSA2,之后传送到本地DN。SMF可根据UE所处位置,或者数据流需求,动态地在已经建立的PDU会话中,插入BP和PSA2。BP UPF filters data according to the source IPv6 address of the packet. When a packet that matches the local offload rule arrives, the BP UPF will pass the packet to UPF PSA2 and then to the local DN. The SMF can dynamically insert BP and PSA2 into the established PDU session according to the location of the UE or data flow requirements.

但是,当SMF需要插入BP时,在现有的流程中没有明确interface identifier的分配机制。However, when SMF needs to insert BP, there is no clear interface identifier allocation mechanism in the existing process.

发明内容SUMMARY OF THE INVENTION

本发明实施例提供一种信息处理方法、设备及计算机可读存储介质,以当SMF需要通过Branching Point机制新引入的UPF时,明确接口标识的分配方式。Embodiments of the present invention provide an information processing method, a device, and a computer-readable storage medium, so that when the SMF needs a UPF newly introduced through the Branching Point mechanism, the allocation method of the interface identifier is specified.

第一方面,本发明实施例提供了一种信息处理方法,应用于SMF,包括:In a first aspect, an embodiment of the present invention provides an information processing method, applied to SMF, including:

在为终端分配第二UPF对应的第二IPv6前缀地址时,不分配接口标识;When allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, the interface identifier is not allocated;

其中,第二UPF为在当前的PDU(Packet Data Unit,分组数据单元)会话中通过Branching Point(分支点)机制新引入的UPF。The second UPF is a UPF newly introduced through the Branching Point (branching point) mechanism in the current PDU (Packet Data Unit, packet data unit) session.

其中,所述在为终端分配第二用户面功能UPF对应的第二IPv6前缀地址时,不分配接口标识,包括:Wherein, when allocating the second IPv6 prefix address corresponding to the second user plane function UPF to the terminal, the interface identifier is not allocated, including:

向PCF(Policy Control Function,策略控制功能)发送会话管理策略更新信息,所述会话管理策略更新信息用于表示需在当前的PDU会话中引入Branching Point机制;Sending session management policy update information to a PCF (Policy Control Function, policy control function), where the session management policy update information is used to indicate that the Branching Point mechanism needs to be introduced into the current PDU session;

接收所述PCF发送的会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识。Receive the session management policy update feedback information sent by the PCF, where the session management policy update feedback information is used to instruct the SMF not to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal.

其中,所述方法还包括:Wherein, the method also includes:

向所述终端发送所述第二IPv6前缀地址。sending the second IPv6 prefix address to the terminal.

第二方面,本发明实施例提供了一种信息处理方法,应用于会话管理功能SMF,包括:In a second aspect, an embodiment of the present invention provides an information processing method, which is applied to a session management function SMF, including:

在为终端分配第二UPF对应的第二IPv6前缀地址时,分配第二接口标识;when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, allocating the second interface identifier;

向所述终端指示所述第二接口标识为所述第二UPF对应的接口标识;indicating to the terminal that the second interface identifier is an interface identifier corresponding to the second UPF;

其中,所述第二UPF为在当前的PDU会话中通过Branching Point机制新引入的UPF。The second UPF is a newly introduced UPF through the Branching Point mechanism in the current PDU session.

其中,所述在为终端分配第二用户面功能UPF对应的第二IPv6前缀地址时,分配第二接口标识,包括:Wherein, when allocating the second IPv6 prefix address corresponding to the second user plane function UPF to the terminal, allocating the second interface identifier includes:

向PCF发送会话管理策略更新信息,所述会话管理策略更新信息用于表示需在当前的PDU会话中引入Branching Point机制;Sending session management policy update information to the PCF, where the session management policy update information is used to indicate that the Branching Point mechanism needs to be introduced into the current PDU session;

接收所述PCF发送的会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识,并向所述终端指示分配的接口标识为第二UPF对应的接口标识。Receive the session management policy update feedback information sent by the PCF, where the session management policy update feedback information is used to instruct the SMF to allocate an interface identifier when allocating a second IPv6 prefix address corresponding to the second UPF to the terminal, and to the The assigned interface identifier indicated by the terminal is the interface identifier corresponding to the second UPF.

其中,所述方法还包括:Wherein, the method also includes:

向所述终端发送所述第二IPv6前缀地址。sending the second IPv6 prefix address to the terminal.

第三方面,本发明实施例提供了一种信息处理方法,应用于PCF,包括:In a third aspect, an embodiment of the present invention provides an information processing method, applied to PCF, including:

指示SMF在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识;instructing the SMF not to allocate the interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal;

其中,所述第二UPF为所述SMF在当前的PDU会话中通过Branching Point机制新引入的UPF。The second UPF is a UPF newly introduced by the SMF in the current PDU session through the Branching Point mechanism.

其中,所述指示SMF在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识,包括:The instructing the SMF not to allocate the interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal includes:

接收所述SMF发送的会话管理策略更新信息,所述会话管理策略更新信息用于表示所述SMF需在当前的PDU会话中引入Branching Point机制;receiving session management policy update information sent by the SMF, where the session management policy update information is used to indicate that the SMF needs to introduce a Branching Point mechanism into the current PDU session;

向所述SMF发送会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识。Sending session management policy update feedback information to the SMF, where the session management policy update feedback information is used to instruct the SMF not to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal.

其中,所述方法还包括:Wherein, the method also includes:

配置在Branching Point机制下的IPV6地址的分配策略。Configure the IPV6 address allocation policy under the Branching Point mechanism.

第四方面,本发明实施例提供了一种信息处理方法,应用于PCF,包括:In a fourth aspect, an embodiment of the present invention provides an information processing method, applied to PCF, including:

指示SMF在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识,并向所述终端指示分配的接口标识为第二UPF对应的接口标识;instructing the SMF to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, and indicating to the terminal that the allocated interface identifier is the interface identifier corresponding to the second UPF;

其中,所述第二UPF为所述SMF在当前的PDU会话中通过Branching Point机制新引入的UPF。The second UPF is a UPF newly introduced by the SMF in the current PDU session through the Branching Point mechanism.

其中,所述指示SMF在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识,并向所述终端指示分配的接口标识为第二UPF对应的接口标识,包括:The instructing SMF to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, and instructing the terminal that the allocated interface identifier is the interface identifier corresponding to the second UPF, includes:

接收所述SMF发送的会话管理策略更新信息,所述会话管理策略更新信息用于表示所述SMF需在当前的PDU会话中引入Branching Point机制;receiving session management policy update information sent by the SMF, where the session management policy update information is used to indicate that the SMF needs to introduce a Branching Point mechanism into the current PDU session;

向所述SMF发送会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识,并向所述终端指示分配的接口标识为第二UPF对应的接口标识。Sending session management policy update feedback information to the SMF, where the session management policy update feedback information is used to instruct the SMF to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, and to the terminal The assigned interface identifier is an interface identifier corresponding to the second UPF.

其中,所述方法还包括:Wherein, the method also includes:

配置在Branching Point机制下的IPV6地址的分配策略。Configure the IPV6 address allocation policy under the Branching Point mechanism.

第五方面,本发明实施例提供了一种信息处理方法,应用于终端,包括:In a fifth aspect, an embodiment of the present invention provides an information processing method, applied to a terminal, including:

接收SMF分配的第一UPF对应的第一IPv6前缀地址和第一接口标识;receiving the first IPv6 prefix address and the first interface identifier corresponding to the first UPF allocated by the SMF;

接收所述SMF分配的第二UPF对应的第二IPv6前缀地址;receiving the second IPv6 prefix address corresponding to the second UPF allocated by the SMF;

利用所述第一接口标识生成链路本地地址;generating a link-local address using the first interface identifier;

其中,所述第一UPF为当前的会话中已有的UPF,所述第二UPF为在当前的PDU会话中通过Branching Point机制新引入的UPF。The first UPF is an existing UPF in the current session, and the second UPF is a UPF newly introduced in the current PDU session through the Branching Point mechanism.

第六方面,本发明实施例提供了一种信息处理方法,应用于终端,包括:In a sixth aspect, an embodiment of the present invention provides an information processing method, applied to a terminal, including:

接收SMF分配的第一UPF对应的第一IPv6前缀地址和第一接口标识;receiving the first IPv6 prefix address and the first interface identifier corresponding to the first UPF allocated by the SMF;

接收所述SMF分配的第二UPF对应的第二IPv6前缀地址和第二接口标识,以及接收所述SMF发送的指示,所述指示用于指示所述第二接口标识为所述第二UPF对应的接口标识;Receive a second IPv6 prefix address and a second interface identifier corresponding to a second UPF allocated by the SMF, and receive an indication sent by the SMF, where the indication is used to indicate that the second interface identifier corresponds to the second UPF the interface identifier;

从所述第一接口标识和所述第二接口标识中选择目标接口标识,并利用所述目标接口标识生成链路本地地址;Selecting a target interface identifier from the first interface identifier and the second interface identifier, and using the target interface identifier to generate a link-local address;

其中,所述第一UPF为当前的会话中已有的UPF,所述第二UPF为在当前的PDU会话中通过Branching Point机制新引入的UPF。The first UPF is an existing UPF in the current session, and the second UPF is a UPF newly introduced in the current PDU session through the Branching Point mechanism.

第七方面,本发明实施例提供了一种信息处理装置,应用于SMF,包括:处理器和收发机;In a seventh aspect, an embodiment of the present invention provides an information processing apparatus, applied to SMF, including: a processor and a transceiver;

所述处理器,用于在为终端分配第二UPF对应的第二IPv6前缀地址时,不分配接口标识;The processor is configured to not allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal;

其中,第二UPF为在当前的PDU会话中通过Branching Point机制新引入的UPF。The second UPF is a newly introduced UPF through the Branching Point mechanism in the current PDU session.

其中,所述收发机用于,向PCF发送会话管理策略更新信息,所述会话管理策略更新信息用于表示需在当前的PDU会话中引入Branching Point机制;接收所述PCF发送的会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识。The transceiver is configured to send session management policy update information to the PCF, where the session management policy update information is used to indicate that the Branching Point mechanism needs to be introduced into the current PDU session; receive the session management policy update sent by the PCF Feedback information, where the session management policy update feedback information is used to instruct the SMF not to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal.

其中,所述收发机还用于,向所述终端发送所述第二IPv6前缀地址。Wherein, the transceiver is further configured to send the second IPv6 prefix address to the terminal.

第八方面,本发明实施例提供了一种信息处理装置,应用于SMF,包括:处理器和收发机;In an eighth aspect, an embodiment of the present invention provides an information processing apparatus, applied to SMF, including: a processor and a transceiver;

所述处理器用于,在为终端分配第二UPF对应的第二IPv6前缀地址时,分配第二接口标识;The processor is configured to allocate the second interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal;

向所述终端指示所述第二接口标识为所述第二UPF对应的接口标识;indicating to the terminal that the second interface identifier is an interface identifier corresponding to the second UPF;

其中,所述第二UPF为在当前的PDU会话中通过Branching Point机制新引入的UPF。The second UPF is a newly introduced UPF through the Branching Point mechanism in the current PDU session.

其中,所述收发机用于,向PCF发送会话管理策略更新信息,所述会话管理策略更新信息用于表示需在当前的PDU会话中引入Branching Point机制;Wherein, the transceiver is used to send session management policy update information to the PCF, where the session management policy update information is used to indicate that the Branching Point mechanism needs to be introduced into the current PDU session;

接收所述PCF发送的会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识,并向所述终端指示分配的接口标识为第二UPF对应的接口标识。Receive the session management policy update feedback information sent by the PCF, where the session management policy update feedback information is used to instruct the SMF to allocate an interface identifier when allocating a second IPv6 prefix address corresponding to the second UPF to the terminal, and to the The assigned interface identifier indicated by the terminal is the interface identifier corresponding to the second UPF.

其中,所述收发机还用于,向所述终端发送所述第二IPv6前缀地址。Wherein, the transceiver is further configured to send the second IPv6 prefix address to the terminal.

第九方面,本发明实施例提供了一种信息处理装置,应用于PCF,包括:处理器和收发机;In a ninth aspect, an embodiment of the present invention provides an information processing apparatus, applied to a PCF, including: a processor and a transceiver;

所述处理器,用于指示SMF在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识;the processor, configured to instruct the SMF not to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal;

其中,所述第二UPF为所述SMF在当前的PDU会话中通过Branching Point机制新引入的UPF。The second UPF is a UPF newly introduced by the SMF in the current PDU session through the Branching Point mechanism.

其中,所述收发机用于,接收所述SMF发送的会话管理策略更新信息,所述会话管理策略更新信息用于表示所述SMF需在当前的PDU会话中引入Branching Point机制;The transceiver is configured to receive session management policy update information sent by the SMF, where the session management policy update information is used to indicate that the SMF needs to introduce a Branching Point mechanism into the current PDU session;

向所述SMF发送会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识。Sending session management policy update feedback information to the SMF, where the session management policy update feedback information is used to instruct the SMF not to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal.

其中,所述处理器还用于,配置在Branching Point机制下的IPV6地址的分配策略。Wherein, the processor is further configured to configure an IPV6 address allocation strategy under the Branching Point mechanism.

第十方面,本发明实施例提供了一种信息处理装置,应用于PCF,包括:处理器和收发机;In a tenth aspect, an embodiment of the present invention provides an information processing apparatus, applied to a PCF, including: a processor and a transceiver;

所述处理器,用于指示SMF在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识,并向所述终端指示分配的接口标识为第二UPF对应的接口标识;the processor, configured to instruct the SMF to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, and indicate to the terminal that the allocated interface identifier is the interface identifier corresponding to the second UPF;

其中,所述第二UPF为所述SMF在当前的PDU会话中通过Branching Point机制新引入的UPF。The second UPF is a UPF newly introduced by the SMF in the current PDU session through the Branching Point mechanism.

其中,所述收发机用于,接收所述SMF发送的会话管理策略更新信息,所述会话管理策略更新信息用于表示所述SMF需在当前的PDU会话中引入Branching Point机制;The transceiver is configured to receive session management policy update information sent by the SMF, where the session management policy update information is used to indicate that the SMF needs to introduce a Branching Point mechanism into the current PDU session;

向所述SMF发送会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识,并向所述终端指示分配的接口标识为第二UPF对应的接口标识。Sending session management policy update feedback information to the SMF, where the session management policy update feedback information is used to instruct the SMF to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, and to the terminal The assigned interface identifier is an interface identifier corresponding to the second UPF.

其中,所述处理器还用于,配置在Branching Point机制下的IPV6地址的分配策略。Wherein, the processor is further configured to configure an IPV6 address allocation strategy under the Branching Point mechanism.

第十一方面,本发明实施例提供了一种信息处理装置,应用于终端,包括:处理器和收发机;In an eleventh aspect, an embodiment of the present invention provides an information processing apparatus, applied to a terminal, including: a processor and a transceiver;

所述收发机,用于接收SMF分配的第一UPF对应的第一IPv6前缀地址和第一接口标识;接收所述SMF分配的第二UPF对应的第二IPv6前缀地址;the transceiver, configured to receive the first IPv6 prefix address and the first interface identifier corresponding to the first UPF allocated by the SMF; receive the second IPv6 prefix address corresponding to the second UPF allocated by the SMF;

所述处理器,用于利用所述第一接口标识生成链路本地地址;the processor, configured to generate a link-local address by using the first interface identifier;

其中,所述第一UPF为当前的会话中已有的UPF,所述第二UPF为在当前的PDU会话中通过Branching Point机制新引入的UPF。The first UPF is an existing UPF in the current session, and the second UPF is a UPF newly introduced in the current PDU session through the Branching Point mechanism.

第十二方面,本发明实施例提供了一种信息处理装置,应用于终端,包括:处理器和收发机;In a twelfth aspect, an embodiment of the present invention provides an information processing apparatus, applied to a terminal, including: a processor and a transceiver;

所述收发机,用于接收SMF分配的第一UPF对应的第一IPv6前缀地址和第一接口标识;接收所述SMF分配的第二UPF对应的第二IPv6前缀地址和第二接口标识,以及接收所述SMF发送的指示,所述指示用于指示所述第二接口标识为所述第二UPF对应的接口标识;the transceiver, configured to receive the first IPv6 prefix address and the first interface identifier corresponding to the first UPF allocated by the SMF; receive the second IPv6 prefix address and the second interface identifier corresponding to the second UPF allocated by the SMF, and receiving an indication sent by the SMF, where the indication is used to indicate that the second interface identifier is an interface identifier corresponding to the second UPF;

所述处理器,用于从所述第一接口标识和所述第二接口标识中选择目标接口标识,并利用所述目标接口标识生成链路本地地址;the processor, configured to select a target interface identifier from the first interface identifier and the second interface identifier, and use the target interface identifier to generate a link-local address;

其中,所述第一UPF为当前的会话中已有的UPF,所述第二UPF为在当前的PDU会话中通过Branching Point机制新引入的UPF。The first UPF is an existing UPF in the current session, and the second UPF is a UPF newly introduced in the current PDU session through the Branching Point mechanism.

第十三方面,本发明实施例提供了一种通信设备,包括:收发机、存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序;In a thirteenth aspect, an embodiment of the present invention provides a communication device, including: a transceiver, a memory, a processor, and a computer program stored on the memory and executable on the processor;

所述处理器,用于读取存储器中的程序实现如第一方面所述的方法中的步骤;或者实现如第二方面所述的方法中的步骤;或者实现如第三方面所述的方法中的步骤;或者实现如第四方面所述的方法中的步骤;或者实现如第五方面所述的方法中的步骤;或者实现如第六方面所述的方法中的步骤。The processor is configured to read the program in the memory to implement the steps in the method according to the first aspect; or implement the steps in the method according to the second aspect; or implement the method according to the third aspect or implement the steps in the method as described in the fourth aspect; or implement the steps in the method as described in the fifth aspect; or implement the steps in the method as described in the sixth aspect.

第十三方面,本发明实施例提供了一种计算机可读存储介质,用于存储计算机程序,所述计算机程序被处理器执行时如第一方面所述的方法中的步骤;或者实现如第二方面所述的方法中的步骤;或者实现如第三方面所述的方法中的步骤;或者实现如第四方面所述的方法中的步骤;或者实现如第五方面所述的方法中的步骤;或者实现如第六方面所述的方法中的步骤。In a thirteenth aspect, an embodiment of the present invention provides a computer-readable storage medium for storing a computer program, and when the computer program is executed by a processor, the steps in the method of the first aspect are performed; The steps in the method described in the second aspect; or the steps in the method described in the third aspect are realized; or the steps in the method described in the fourth aspect are realized; or the steps in the method described in the fifth aspect are realized steps; or implement the steps in the method according to the sixth aspect.

在本发明实施例中,明确了接口标识的分配机制,从而提高了通信效率。In the embodiment of the present invention, the allocation mechanism of the interface identifier is clarified, thereby improving the communication efficiency.

附图说明Description of drawings

为了更清楚地说明本发明实施例的技术方案,下面将对本发明实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。In order to illustrate the technical solutions of the embodiments of the present invention more clearly, the following briefly introduces the accompanying drawings that need to be used in the description of the embodiments of the present invention. Obviously, the drawings in the following description are only some embodiments of the present invention. For those of ordinary skill in the art, other drawings can also be obtained from these drawings without creative labor.

图1是本发明实施例提供的信息处理方法的流程图之一;Fig. 1 is one of the flow charts of the information processing method provided by the embodiment of the present invention;

图2是本发明实施例提供的信息处理方法的流程图之二;Fig. 2 is the second flow chart of the information processing method provided by the embodiment of the present invention;

图3是本发明实施例提供的信息处理方法的流程图之三;3 is a third flowchart of an information processing method provided by an embodiment of the present invention;

图4是本发明实施例提供的信息处理方法的流程图之四;4 is a fourth flowchart of an information processing method provided by an embodiment of the present invention;

图5是本发明实施例提供的信息处理方法的流程图之五;5 is a fifth flowchart of an information processing method provided by an embodiment of the present invention;

图6是本发明实施例提供的信息处理方法的流程图之六;6 is a sixth flowchart of an information processing method provided by an embodiment of the present invention;

图7是本发明实施例提供的信息处理方法的流程图之七;7 is a seventh flowchart of an information processing method provided by an embodiment of the present invention;

图8是本发明实施例提供的信息处理装置的结构图之一;8 is one of the structural diagrams of an information processing apparatus provided by an embodiment of the present invention;

图9是本发明实施例提供的信息处理装置的结构图之二;9 is a second structural diagram of an information processing apparatus provided by an embodiment of the present invention;

图10是本发明实施例提供的信息处理装置的结构图之三;10 is a third structural diagram of an information processing apparatus provided by an embodiment of the present invention;

图11是本发明实施例提供的信息处理装置的结构图之四;11 is a fourth structural diagram of an information processing apparatus provided by an embodiment of the present invention;

图12是本发明实施例提供的信息处理装置的结构图之五;12 is a fifth structural diagram of an information processing apparatus provided by an embodiment of the present invention;

图13是本发明实施例提供的信息处理装置的结构图之六;13 is a sixth structural diagram of an information processing apparatus provided by an embodiment of the present invention;

图14是本发明实施例提供的通信设备的结构图之一;14 is one of the structural diagrams of a communication device provided by an embodiment of the present invention;

图15是本发明实施例提供的通信设备的结构图之二;15 is the second structural diagram of a communication device provided by an embodiment of the present invention;

图16是本发明实施例提供的通信设备的结构图之三;FIG. 16 is a third structural diagram of a communication device provided by an embodiment of the present invention;

图17是本发明实施例提供的通信设备的结构图之四;FIG. 17 is a fourth structural diagram of a communication device provided by an embodiment of the present invention;

图18是本发明实施例提供的通信设备的结构图之五;18 is a fifth structural diagram of a communication device provided by an embodiment of the present invention;

图19是本发明实施例提供的通信设备的结构图之六。FIG. 19 is a sixth structural diagram of a communication device provided by an embodiment of the present invention.

具体实施方式Detailed ways

下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are part of the embodiments of the present invention, but not all of the embodiments. Based on the embodiments of the present invention, all other embodiments obtained by those of ordinary skill in the art without creative efforts shall fall within the protection scope of the present invention.

参见图1,图1是本发明实施例提供的信息处理方法的流程图,应用于SMF,如图1所示,包括以下步骤:Referring to FIG. 1, FIG. 1 is a flowchart of an information processing method provided by an embodiment of the present invention, applied to SMF, as shown in FIG. 1, including the following steps:

步骤101、在为终端分配第二UPF对应的第二IPv6前缀地址时,不分配接口标识;其中,第二UPF为在当前的PDU会话中通过Branching Point(BP)机制新引入的UPF。Step 101: When assigning the second IPv6 prefix address corresponding to the second UPF to the terminal, no interface identifier is assigned; wherein the second UPF is a UPF newly introduced through the Branching Point (BP) mechanism in the current PDU session.

在实际应用中,终端和某个UPF(可称为第一UPF)已经建立了PDU会话。在此,可将已经建立的PDU会话看作是当前的PDU会话。根据需要,SMF可决定做UPF relocation(重定位),插入BP UPF。In practical applications, the terminal and a certain UPF (which may be referred to as the first UPF) have established a PDU session. Here, the established PDU session can be regarded as the current PDU session. According to needs, SMF can decide to do UPF relocation (relocation) and insert BP UPF.

具体的,在此步骤中,SMF可向PCF发送会话管理策略更新信息,所述会话管理策略更新信息用于表示需在当前的PDU会话中引入Branching Point机制。之后,接收所述PCF发送的会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识。Specifically, in this step, the SMF may send session management policy update information to the PCF, where the session management policy update information is used to indicate that the Branching Point mechanism needs to be introduced into the current PDU session. Afterwards, the session management policy update feedback information sent by the PCF is received, where the session management policy update feedback information is used to instruct the SMF not to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal.

那么,根据该指示,SFM在为终端分配第二UPF对应的第二IPv6前缀地址时,不分配接口标识。之后,SMF可向终端发送为其分配的第二IPv6前缀地址。Then, according to the instruction, the SFM does not allocate the interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal. Afterwards, the SMF may send the second IPv6 prefix address assigned to the terminal to the terminal.

终端收到接口标识后本地存储,直到SMF分配了新的接口标识。终端释放IPv6地址时,只释放IPv6前缀地址,接口标识不释放。After receiving the interface ID, the terminal stores it locally until a new interface ID is allocated by the SMF. When the terminal releases the IPv6 address, only the IPv6 prefix address is released, and the interface identifier is not released.

在本发明实施例中,明确了接口标识的分配机制,从而提高了通信效率。In the embodiment of the present invention, the allocation mechanism of the interface identifier is clarified, thereby improving the communication efficiency.

参见图2,图2是本发明实施例提供的信息处理方法的流程图,应用于SMF,如图2所示,包括以下步骤:Referring to FIG. 2, FIG. 2 is a flowchart of an information processing method provided by an embodiment of the present invention, applied to SMF, as shown in FIG. 2, including the following steps:

步骤201、在为终端分配第二UPF对应的第二IPv6前缀地址时,分配第二接口标识。其中,所述第二UPF为在当前的PDU会话中通过Branching Point机制新引入的UPF。Step 201: When assigning a second IPv6 prefix address corresponding to the second UPF to the terminal, assign a second interface identifier. The second UPF is a newly introduced UPF through the Branching Point mechanism in the current PDU session.

其中,当前的PDU会话的含义可参照前述实施例的描述。For the meaning of the current PDU session, reference may be made to the descriptions in the foregoing embodiments.

在此步骤中,SMF可向PCF发送会话管理策略更新信息,所述会话管理策略更新信息用于表示需在当前的PDU会话中引入Branching Point机制。之后,接收所述PCF发送的会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识,并向所述终端指示分配的接口标识为第二UPF对应的接口标识。In this step, the SMF may send session management policy update information to the PCF, where the session management policy update information is used to indicate that the Branching Point mechanism needs to be introduced into the current PDU session. After that, receive the session management policy update feedback information sent by the PCF, where the session management policy update feedback information is used to instruct the SMF to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, and send the message to the SMF. The assigned interface identifier indicated by the terminal is an interface identifier corresponding to the second UPF.

步骤202、向所述终端指示所述第二接口标识为所述第二UPF对应的接口标识;Step 202, indicating to the terminal that the second interface identifier is an interface identifier corresponding to the second UPF;

那么,根据该指示,SMF在为终端分配第二IPv6前缀地址时分配接口标识,并向所述终端指示所述第二接口标识为所述第二UPF对应的接口标识,以便于终端进行决策。之后,SMF可向终端发送为其分配的第二IPv6前缀地址,并指示终端。其中,在本发明实施例中不对指示的具体形式进行限定。Then, according to the instruction, the SMF allocates an interface identifier when assigning the second IPv6 prefix address to the terminal, and indicates to the terminal that the second interface identifier is the interface identifier corresponding to the second UPF, so as to facilitate the terminal to make a decision. Afterwards, the SMF may send the second IPv6 prefix address allocated to the terminal and instruct the terminal. The specific form of the indication is not limited in this embodiment of the present invention.

在本发明实施例中,明确了接口标识的分配机制,从而提高了通信效率。In the embodiment of the present invention, the allocation mechanism of the interface identifier is clarified, thereby improving the communication efficiency.

参见图3,图3是本发明实施例提供的信息处理方法的流程图,应用于PCF,如图3所示,包括以下步骤:Referring to FIG. 3, FIG. 3 is a flowchart of an information processing method provided by an embodiment of the present invention, applied to PCF, as shown in FIG. 3, including the following steps:

步骤301、指示SMF在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识;其中,所述第二UPF为所述SMF在当前的PDU会话中通过Branching Point机制新引入的UPF。Step 301: Instruct the SMF not to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal; wherein, the second UPF is the UPF newly introduced by the SMF in the current PDU session through the Branching Point mechanism .

其中,当前的PDU会话的含义可参照前述实施例的描述。For the meaning of the current PDU session, reference may be made to the descriptions in the foregoing embodiments.

具体的,在此步骤中,PCF可接收所述SMF发送的会话管理策略更新信息,所述会话管理策略更新信息用于表示所述SMF需在当前的PDU会话中引入Branching Point机制。之后,PCF向所述SMF发送会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识。Specifically, in this step, the PCF may receive the session management policy update information sent by the SMF, where the session management policy update information is used to indicate that the SMF needs to introduce the Branching Point mechanism into the current PDU session. Afterwards, the PCF sends session management policy update feedback information to the SMF, where the session management policy update feedback information is used to instruct the SMF not to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal.

为提高通信效率,在此步骤之前,所述PCF还可配置在Branching Point机制下的IPV6地址的分配策略。其中,该分配策略可以包括在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识等。In order to improve communication efficiency, before this step, the PCF may also be configured with an IPV6 address allocation strategy under the Branching Point mechanism. The allocation strategy may include not allocating an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal.

在本发明实施例中,明确了接口标识的分配机制,从而提高了通信效率。In the embodiment of the present invention, the allocation mechanism of the interface identifier is clarified, thereby improving the communication efficiency.

参见图4,图4是本发明实施例提供的信息处理方法的流程图,应用于PCF,如图4所示,包括以下步骤:Referring to FIG. 4, FIG. 4 is a flowchart of an information processing method provided by an embodiment of the present invention, applied to PCF, as shown in FIG. 4, including the following steps:

步骤401、指示SMF在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识,并向所述终端指示分配的接口标识为第二UPF对应的接口标识;其中,所述第二UPF为所述SMF在当前的PDU会话中通过Branching Point机制新引入的UPF。Step 401: Instruct the SMF to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, and indicate to the terminal that the allocated interface identifier is the interface identifier corresponding to the second UPF; wherein the second UPF The UPF newly introduced by the SMF through the Branching Point mechanism in the current PDU session.

其中,当前的PDU会话的含义可参照前述实施例的描述。For the meaning of the current PDU session, reference may be made to the descriptions in the foregoing embodiments.

具体的,在此步骤中,PCF可接收所述SMF发送的会话管理策略更新信息,所述会话管理策略更新信息用于表示所述SMF需在当前的PDU会话中引入Branching Point机制。之后,PCF向所述SMF发送会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识,并向所述终端指示分配的接口标识为第二UPF对应的接口标识。Specifically, in this step, the PCF may receive the session management policy update information sent by the SMF, where the session management policy update information is used to indicate that the SMF needs to introduce the Branching Point mechanism into the current PDU session. Afterwards, the PCF sends session management policy update feedback information to the SMF, where the session management policy update feedback information is used to instruct the SMF to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, and send the message to the SMF. The assigned interface identifier indicated by the terminal is an interface identifier corresponding to the second UPF.

为提高通信效率,在此步骤之前,所述PCF还可配置在Branching Point机制下的IPV6地址的分配策略。其中,该分配策略可以包括在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识等。In order to improve communication efficiency, before this step, the PCF may also be configured with an IPV6 address allocation strategy under the Branching Point mechanism. The allocation strategy may include allocating an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, and the like.

在本发明实施例中,明确了接口标识的分配机制,从而提高了通信效率。In the embodiment of the present invention, the allocation mechanism of the interface identifier is clarified, thereby improving the communication efficiency.

参见图5,图5是本发明实施例提供的信息处理方法的流程图,应用于终端,如图5所示,包括以下步骤:Referring to FIG. 5, FIG. 5 is a flowchart of an information processing method provided by an embodiment of the present invention, applied to a terminal, as shown in FIG. 5, including the following steps:

步骤501、接收SMF分配的第一UPF对应的第一IPv6前缀地址和第一接口标识。Step 501: Receive the first IPv6 prefix address and the first interface identifier corresponding to the first UPF allocated by the SMF.

步骤502、接收所述SMF分配的第二UPF对应的第二IPv6前缀地址。Step 502: Receive the second IPv6 prefix address corresponding to the second UPF allocated by the SMF.

步骤503、利用所述第一接口标识生成链路本地地址。Step 503: Generate a link-local address by using the first interface identifier.

其中,所述第一UPF为当前的会话中已有的UPF,所述第二UPF为在当前的PDU会话中通过Branching Point机制新引入的UPF。The first UPF is an existing UPF in the current session, and the second UPF is a UPF newly introduced in the current PDU session through the Branching Point mechanism.

在此实施例中,终端收到接口标识后本地存储,直到SMF分配了新的接口标识。终端释放IPv6地址时,只释放IPv6前缀地址,接口标识不释放。In this embodiment, the terminal stores the interface identifier locally after receiving it until the SMF allocates a new interface identifier. When the terminal releases the IPv6 address, only the IPv6 prefix address is released, and the interface identifier is not released.

在本发明实施例中,明确了接口标识的分配机制,从而提高了通信效率。In the embodiment of the present invention, the allocation mechanism of the interface identifier is clarified, thereby improving the communication efficiency.

参见图6,图6是本发明实施例提供的信息处理方法的流程图,应用于终端,如图6所示,包括以下步骤:Referring to FIG. 6, FIG. 6 is a flowchart of an information processing method provided by an embodiment of the present invention, applied to a terminal, as shown in FIG. 6, including the following steps:

步骤601、接收SMF分配的第一UPF对应的第一IPv6前缀地址和第一接口标识。Step 601: Receive the first IPv6 prefix address and the first interface identifier corresponding to the first UPF allocated by the SMF.

步骤602、接收所述SMF分配的第二UPF对应的第二IPv6前缀地址和第二接口标识,以及接收所述SMF发送的指示,所述指示用于指示所述第二接口标识为所述第二UPF对应的接口标识。Step 602: Receive a second IPv6 prefix address and a second interface identifier corresponding to a second UPF allocated by the SMF, and receive an indication sent by the SMF, where the indication is used to indicate that the second interface identifier is the first interface identifier. 2. The interface identifier corresponding to the UPF.

其中,所述第一UPF为当前的会话中已有的UPF,所述第二UPF为在当前的PDU会话中通过Branching Point机制新引入的UPF。The first UPF is an existing UPF in the current session, and the second UPF is a UPF newly introduced in the current PDU session through the Branching Point mechanism.

步骤603、从所述第一接口标识和所述第二接口标识中选择目标接口标识,并利用所述目标接口标识生成链路本地地址;Step 603, selecting a target interface identifier from the first interface identifier and the second interface identifier, and using the target interface identifier to generate a link-local address;

在本发明实施例中,不对终端如何选择目标接口标识的方式进行限定。例如,终端可随机从所述第一接口标识和所述第二接口标识中选择一个作为目标接口标识,或者还可选择第一接口标识或者选择第二接口标识作为目标接口标识。In this embodiment of the present invention, the manner in which the terminal selects the target interface identifier is not limited. For example, the terminal may randomly select one of the first interface identification and the second interface identification as the target interface identification, or may also select the first interface identification or the second interface identification as the target interface identification.

在本发明实施例中,明确了接口标识的分配机制,从而提高了通信效率。In the embodiment of the present invention, the allocation mechanism of the interface identifier is clarified, thereby improving the communication efficiency.

根据IETF协议中规定,终端的link local address地址使用interfaceidentifier构建后64位IP地址。终端的link local address的目的是为了标识网络中节点的地址,因此在BP场景下,UE只需要有一个link local address。According to the provisions of the IETF protocol, the link local address of the terminal uses the interfaceidentifier to construct the 64-bit IP address. The purpose of the link local address of the terminal is to identify the address of the node in the network, so in the BP scenario, the UE only needs to have one link local address.

那么,在实际应用中,终端可使用SMF在为第一UPF进行IPv6地址分配时产生的interface identifier。此时,当SMF分配第二UPF的IPv6地址前缀时,SMF根据之前PCF配置的会话策略,不生成第二Interface identifier。或者,当SMF分配第二UPF的IPv6地址前缀时,仍可根据PCF更新配置的会话策略,再生成第二Interface identifier。之后,由终端根据需求选择使用的Interface identifier。Then, in practical applications, the terminal can use the interface identifier generated by the SMF when the IPv6 address is allocated for the first UPF. At this time, when the SMF allocates the IPv6 address prefix of the second UPF, the SMF does not generate the second Interface identifier according to the session policy previously configured by the PCF. Alternatively, when the SMF allocates the IPv6 address prefix of the second UPF, it can still update the configured session policy according to the PCF, and then generate the second Interface identifier. After that, the terminal selects the interface identifier to be used according to the requirements.

如图7所示,本发明实施例的信息指示方法的流程示意图。在实际应用中,结合图7所示,终端已经和图中的UPF1建立了PDU会话。该方法包括:As shown in FIG. 7 , it is a schematic flowchart of an information indication method according to an embodiment of the present invention. In a practical application, as shown in FIG. 7 , the terminal has established a PDU session with the UPF1 in the figure. The method includes:

步骤701、SMF决定做UPF relocation。Step 701, the SMF decides to perform UPF relocation.

根据实际应用的需要,SMF决定引入BP。According to the needs of practical applications, SMF decided to introduce BP.

步骤702a-702b、SMF通过N4会话建立请求,与UPF2建立PDU会话。之后,UPF2向SMF发送N4会话建立响应。In steps 702a-702b, the SMF establishes a PDU session with the UPF2 through the N4 session establishment request. After that, UPF2 sends N4 session establishment response to SMF.

步骤703-704、SMF向PCF发送会话管理策略更新信息,请求获取更新后的会话管理策略。其中,该信息中包括但不限于:用于指示当前的PDU会话中将引入BP机制的信息。Steps 703-704: The SMF sends the session management policy update information to the PCF, and requests to obtain the updated session management policy. Wherein, the information includes but is not limited to: information used to indicate that the BP mechanism will be introduced into the current PDU session.

PCF根据该请求向SMF返回会话管理策略更新反馈信息。The PCF returns the session management policy update feedback information to the SMF according to the request.

PCF识别该更新请求是由于SMF引入BP机制而发送的,因此,PCF将给SMF反馈会话管理策略更新反馈信息。其中,该信息中包括但不限于包括:The PCF recognizes that the update request is sent due to the introduction of the BP mechanism by the SMF. Therefore, the PCF will feed back the session management policy update feedback information to the SMF. Among them, the information includes but is not limited to:

指示信息,该信息用于指示SMF在分配第二个(新的)IPv6前缀地址时,不再分配interface identifier;或者,该信息也可用于指示SMF在分配分配第二个(新的)IPv6前缀地址时,仍需分配interface identifier,但是要向终端表示该interface identifier为新分配的interface identifier。Indication information, which is used to instruct SMF to no longer allocate interface identifiers when assigning the second (new) IPv6 prefix address; or, this information can also be used to instruct SMF to allocate the second (new) IPv6 prefix When addressing, the interface identifier still needs to be assigned, but it is necessary to indicate to the terminal that the interface identifier is the newly assigned interface identifier.

对于PCF来讲,在网络配置阶段,PCF可预配置网络策略,以明确在BP机制下IPV6地址的分配策略。For the PCF, in the network configuration stage, the PCF can preconfigure the network policy to specify the IPV6 address allocation policy under the BP mechanism.

根据PCF的指示,SMF在为选择的UPF分配IPv6前缀地址时,有以下两种方式:According to the instructions of PCF, SMF has the following two methods when allocating an IPv6 prefix address to the selected UPF:

一是,在分配IPv6前缀地址的同时,不再分配interface identifier;First, when assigning IPv6 prefix addresses, interface identifiers are no longer assigned;

二是,在分配IPv6前缀地址的同时,分配interface identifier,并向终端指示该interface identifier为新的interface identifier。Second, when assigning the IPv6 prefix address, assign the interface identifier, and indicate to the terminal that the interface identifier is a new interface identifier.

步骤705、SMF进行分支点UPF的选择。Step 705, the SMF selects the branch point UPF.

SMF通过N4会话建立请求,与BP UPF建立PDU会话。之后,BPUPF向SMF发送N4会话建立响应。SMF establishes PDU session with BP UPF through N4 session establishment request. After that, BPUPF sends N4 session establishment response to SMF.

之后,终端根据SMF发送的信息进行处理。After that, the terminal performs processing according to the information sent by the SMF.

若终端仅收到一个interface identifier,那么,终端将根据收到的interfaceidentifier构建link local address。若终端收到两个interface identifier,那么,终端将从收到的两个interface identifier中选择一个interface identifier,之后,利用选择的interface identifier构建link local address。在本发明实施例中,不限定终端从两个interface identifier中选择interface identifier的方式。例如,终端可随机选取等。If the terminal receives only one interface identifier, the terminal will construct the link local address according to the received interface identifier. If the terminal receives two interface identifiers, the terminal selects an interface identifier from the two received interface identifiers, and then uses the selected interface identifier to construct a link local address. In this embodiment of the present invention, the manner in which the terminal selects an interface identifier from two interface identifiers is not limited. For example, the terminal may be randomly selected and so on.

通过以上的方案,明确了终端使用多个IPV6地址时,SMF对interface identifier的分配方法。Through the above solution, it is clarified that when the terminal uses multiple IPV6 addresses, the SMF assigns the interface identifier.

如图8所示,本发明实施例的信息处理装置,应用于SMF,包括:处理器801和收发机802;As shown in FIG. 8 , the information processing apparatus according to the embodiment of the present invention, applied to SMF, includes: a processor 801 and a transceiver 802;

所述处理器801,用于在为终端分配第二UPF对应的第二IPv6前缀地址时,不分配接口标识;其中,第二UPF为在当前的PDU会话中通过Branching Point机制新引入的UPF。The processor 801 is configured to not allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, wherein the second UPF is a UPF newly introduced through the Branching Point mechanism in the current PDU session.

可选的,所述收发机802用于,向PCF发送会话管理策略更新信息,所述会话管理策略更新信息用于表示需在当前的PDU会话中引入Branching Point机制;接收所述PCF发送的会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识。Optionally, the transceiver 802 is configured to send session management policy update information to the PCF, where the session management policy update information is used to indicate that a Branching Point mechanism needs to be introduced into the current PDU session; receive the session sent by the PCF. Management policy update feedback information, where the session management policy update feedback information is used to instruct the SMF not to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal.

可选的,所述收发机802还用于,向所述终端发送所述第二IPv6前缀地址。Optionally, the transceiver 802 is further configured to send the second IPv6 prefix address to the terminal.

本发明实施例装置的工作原理可参照前述方法实施例的描述。For the working principle of the apparatus in the embodiment of the present invention, reference may be made to the description of the foregoing method embodiment.

在本发明实施例中,明确了接口标识的分配机制,从而提高了通信效率。In the embodiment of the present invention, the allocation mechanism of the interface identifier is clarified, thereby improving the communication efficiency.

如图9所示,本发明实施例的信息处理装置,应用于SMF,包括:处理器901和收发机902;As shown in FIG. 9 , the information processing apparatus according to the embodiment of the present invention, applied to SMF, includes: a processor 901 and a transceiver 902;

所述处理器901用于,在为终端分配第二UPF对应的第二IPv6前缀地址时,分配第二接口标识;The processor 901 is configured to allocate a second interface identifier when allocating a second IPv6 prefix address corresponding to the second UPF to the terminal;

向所述终端指示所述第二接口标识为所述第二UPF对应的接口标识;indicating to the terminal that the second interface identifier is an interface identifier corresponding to the second UPF;

其中,所述第二UPF为在当前的PDU会话中通过Branching Point机制新引入的UPF。The second UPF is a newly introduced UPF through the Branching Point mechanism in the current PDU session.

可选的,所述收发机902用于,向PCF发送会话管理策略更新信息,所述会话管理策略更新信息用于表示需在当前的PDU会话中引入Branching Point机制;接收所述PCF发送的会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识,并向所述终端指示分配的接口标识为第二UPF对应的接口标识。Optionally, the transceiver 902 is configured to send session management policy update information to the PCF, where the session management policy update information is used to indicate that the Branching Point mechanism needs to be introduced into the current PDU session; receive the session sent by the PCF. Management policy update feedback information, the session management policy update feedback information is used to instruct the SMF to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, and indicate to the terminal that the allocated interface identifier is The interface identifier corresponding to the second UPF.

可选的,所述收发机902用于,向所述终端发送所述第二IPv6前缀地址。Optionally, the transceiver 902 is configured to send the second IPv6 prefix address to the terminal.

本发明实施例装置的工作原理可参照前述方法实施例的描述。For the working principle of the apparatus in the embodiment of the present invention, reference may be made to the description of the foregoing method embodiment.

在本发明实施例中,明确了接口标识的分配机制,从而提高了通信效率。In the embodiment of the present invention, the allocation mechanism of the interface identifier is clarified, thereby improving the communication efficiency.

如图10所示,本发明实施例的信息处理装置,应用于PCF,包括:处理器1001和收发机1002;As shown in FIG. 10 , the information processing apparatus according to the embodiment of the present invention, applied to PCF, includes: a processor 1001 and a transceiver 1002;

所述处理器1001,用于指示SMF在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识;The processor 1001 is configured to instruct the SMF not to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal;

其中,所述第二UPF为所述SMF在当前的PDU会话中通过Branching Point机制新引入的UPF。The second UPF is a UPF newly introduced by the SMF in the current PDU session through the Branching Point mechanism.

可选的,所述收发机1002用于,接收所述SMF发送的会话管理策略更新信息,所述会话管理策略更新信息用于表示所述SMF需在当前的PDU会话中引入Branching Point机制;Optionally, the transceiver 1002 is configured to receive session management policy update information sent by the SMF, where the session management policy update information is used to indicate that the SMF needs to introduce a Branching Point mechanism into the current PDU session;

向所述SMF发送会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识。Sending session management policy update feedback information to the SMF, where the session management policy update feedback information is used to instruct the SMF not to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal.

可选的,所述处理器1001,用于配置在Branching Point机制下的IPV6地址的分配策略。Optionally, the processor 1001 is configured to configure an IPV6 address allocation policy under the Branching Point mechanism.

本发明实施例装置的工作原理可参照前述方法实施例的描述。For the working principle of the apparatus in the embodiment of the present invention, reference may be made to the description of the foregoing method embodiment.

在本发明实施例中,明确了接口标识的分配机制,从而提高了通信效率。In the embodiment of the present invention, the allocation mechanism of the interface identifier is clarified, thereby improving the communication efficiency.

如图11所示,本发明实施例的信息处理装置,应用于PCF,包括:处理器1101和收发机1102;As shown in FIG. 11 , the information processing apparatus according to the embodiment of the present invention, applied to PCF, includes: a processor 1101 and a transceiver 1102;

所述处理器1101,用于指示SMF在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识,并向所述终端指示分配的接口标识为第二UPF对应的接口标识;The processor 1101 is configured to instruct the SMF to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, and indicate to the terminal that the allocated interface identifier is the interface identifier corresponding to the second UPF;

其中,所述第二UPF为所述SMF在当前的PDU会话中通过Branching Point机制新引入的UPF。The second UPF is a UPF newly introduced by the SMF in the current PDU session through the Branching Point mechanism.

可选的,所述收发机1102用于,接收所述SMF发送的会话管理策略更新信息,所述会话管理策略更新信息用于表示所述SMF需在当前的PDU会话中引入Branching Point机制;向所述SMF发送会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识,并向所述终端指示分配的接口标识为第二UPF对应的接口标识。Optionally, the transceiver 1102 is configured to receive session management policy update information sent by the SMF, where the session management policy update information is used to indicate that the SMF needs to introduce the Branching Point mechanism into the current PDU session; The SMF sends session management policy update feedback information, where the session management policy update feedback information is used to instruct the SMF to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, and indicate to the terminal The assigned interface identifier is the interface identifier corresponding to the second UPF.

可选的,所述处理器1101还用于,配置在Branching Point机制下的IPV6地址的分配策略。Optionally, the processor 1101 is further configured to configure an IPV6 address allocation policy under the Branching Point mechanism.

本发明实施例装置的工作原理可参照前述方法实施例的描述。For the working principle of the apparatus in the embodiment of the present invention, reference may be made to the description of the foregoing method embodiment.

在本发明实施例中,明确了接口标识的分配机制,从而提高了通信效率。In the embodiment of the present invention, the allocation mechanism of the interface identifier is clarified, thereby improving the communication efficiency.

如图12所示,本发明实施例的信息处理装置,应用于终端,包括:处理器1201和收发机1202;As shown in FIG. 12 , the information processing apparatus according to the embodiment of the present invention, applied to a terminal, includes: a processor 1201 and a transceiver 1202;

所述收发机1202,用于接收SMF分配的第一UPF对应的第一IPv6前缀地址和第一接口标识;接收所述SMF分配的第二UPF对应的第二IPv6前缀地址;The transceiver 1202 is configured to receive the first IPv6 prefix address and the first interface identifier corresponding to the first UPF allocated by the SMF; and receive the second IPv6 prefix address corresponding to the second UPF allocated by the SMF;

所述处理器1201,用于利用所述第一接口标识生成链路本地地址;The processor 1201 is configured to generate a link-local address by using the first interface identifier;

其中,所述第一UPF为当前的会话中已有的UPF,所述第二UPF为在当前的PDU会话中通过Branching Point机制新引入的UPF。The first UPF is an existing UPF in the current session, and the second UPF is a UPF newly introduced in the current PDU session through the Branching Point mechanism.

本发明实施例装置的工作原理可参照前述方法实施例的描述。For the working principle of the apparatus in the embodiment of the present invention, reference may be made to the description of the foregoing method embodiment.

在本发明实施例中,明确了接口标识的分配机制,从而提高了通信效率。In the embodiment of the present invention, the allocation mechanism of the interface identifier is clarified, thereby improving the communication efficiency.

如图13所示,本发明实施例的信息处理装置,应用于终端,包括:处理器1301和收发机1302;As shown in FIG. 13 , the information processing apparatus according to the embodiment of the present invention, applied to a terminal, includes: a processor 1301 and a transceiver 1302;

所述收发机1301,用于接收SMF分配的第一UPF对应的第一IPv6前缀地址和第一接口标识;接收所述SMF分配的第二UPF对应的第二IPv6前缀地址和第二接口标识,以及接收所述SMF发送的指示,所述指示用于指示所述第二接口标识为所述第二UPF对应的接口标识;The transceiver 1301 is configured to receive the first IPv6 prefix address and the first interface identifier corresponding to the first UPF allocated by the SMF; receive the second IPv6 prefix address and the second interface identifier corresponding to the second UPF allocated by the SMF, and receiving an indication sent by the SMF, where the indication is used to indicate that the second interface identifier is an interface identifier corresponding to the second UPF;

所述处理器1302,用于从所述第一接口标识和所述第二接口标识中选择目标接口标识,并利用所述目标接口标识生成链路本地地址;the processor 1302, configured to select a target interface identifier from the first interface identifier and the second interface identifier, and use the target interface identifier to generate a link-local address;

其中,所述第一UPF为当前的会话中已有的UPF,所述第二UPF为在当前的PDU会话中通过Branching Point机制新引入的UPF。The first UPF is an existing UPF in the current session, and the second UPF is a UPF newly introduced in the current PDU session through the Branching Point mechanism.

本发明实施例装置的工作原理可参照前述方法实施例的描述。For the working principle of the apparatus in the embodiment of the present invention, reference may be made to the description of the foregoing method embodiment.

在本发明实施例中,明确了接口标识的分配机制,从而提高了通信效率。In the embodiment of the present invention, the allocation mechanism of the interface identifier is clarified, thereby improving the communication efficiency.

如图14所示,本发明实施例的通信设备,应用于SMF,包括:As shown in FIG. 14 , the communication device according to the embodiment of the present invention, applied to SMF, includes:

处理器1400,用于读取存储器1420中的程序,执行下列过程:The processor 1400 is configured to read the program in the memory 1420 and perform the following processes:

在为终端分配第二UPF对应的第二IPv6前缀地址时,不分配接口标识;When allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, the interface identifier is not allocated;

其中,第二UPF为在当前的PDU会话中通过分支点Branching Point机制新引入的UPF。The second UPF is a UPF newly introduced through the Branching Point mechanism in the current PDU session.

收发机1410,用于在处理器1400的控制下接收和发送数据。The transceiver 1410 is used for receiving and transmitting data under the control of the processor 1400 .

其中,在图14中,总线架构可以包括任意数量的互联的总线和桥,具体由处理器1400代表的一个或多个处理器和存储器1420代表的存储器的各种电路链接在一起。总线架构还可以将诸如外围设备、稳压器和功率管理电路等之类的各种其他电路链接在一起,这些都是本领域所公知的,因此,本文不对其进行进一步描述。总线接口提供接口。收发机1410可以是多个元件,即包括发送机和收发机,提供用于在传输介质上与各种其他装置通信的单元。处理器1400负责管理总线架构和通常的处理,存储器1420可以存储处理器1400在执行操作时所使用的数据。14, the bus architecture may include any number of interconnected buses and bridges, specifically one or more processors represented by processor 1400 and various circuits of memory represented by memory 1420 are linked together. The bus architecture may also link together various other circuits, such as peripherals, voltage regulators, and power management circuits, which are well known in the art and, therefore, will not be described further herein. The bus interface provides the interface. Transceiver 1410 may be a number of elements, including a transmitter and a transceiver, that provide a means for communicating with various other devices over a transmission medium. The processor 1400 is responsible for managing the bus architecture and general processing, and the memory 1420 may store data used by the processor 1400 in performing operations.

处理器1400负责管理总线架构和通常的处理,存储器1420可以存储处理器1400在执行操作时所使用的数据。The processor 1400 is responsible for managing the bus architecture and general processing, and the memory 1420 may store data used by the processor 1400 in performing operations.

处理器1400还用于读取所述计算机程序,执行如下步骤:The processor 1400 is also used to read the computer program, and perform the following steps:

通过收发机1410向策略控制功能PCF发送会话管理策略更新信息,所述会话管理策略更新信息用于表示需在当前的PDU会话中引入Branching Point机制;接收所述PCF发送的会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识。Send session management policy update information to the policy control function PCF through the transceiver 1410, where the session management policy update information is used to indicate that the Branching Point mechanism needs to be introduced into the current PDU session; receive the session management policy update feedback information sent by the PCF , the session management policy update feedback information is used to instruct the SMF not to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal.

处理器1400还用于读取所述计算机程序,执行如下步骤:The processor 1400 is also used to read the computer program, and perform the following steps:

通过收发机1410向所述终端发送所述第二IPv6前缀地址。The second IPv6 prefix address is sent to the terminal through the transceiver 1410 .

如图15所示,本发明实施例的通信设备,应用于SMF,包括:As shown in FIG. 15 , the communication device according to the embodiment of the present invention, applied to SMF, includes:

处理器1500,用于读取存储器1520中的程序,执行下列过程:The processor 1500 is configured to read the program in the memory 1520 and perform the following processes:

在为终端分配第二UPF对应的第二IPv6前缀地址时,分配第二接口标识;when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, allocating the second interface identifier;

向所述终端指示所述第二接口标识为所述第二UPF对应的接口标识;indicating to the terminal that the second interface identifier is an interface identifier corresponding to the second UPF;

其中,所述第二UPF为在当前的PDU会话中通过Branching Point机制新引入的UPF。The second UPF is a newly introduced UPF through the Branching Point mechanism in the current PDU session.

收发机1510,用于在处理器1500的控制下接收和发送数据。The transceiver 1510 is used to receive and transmit data under the control of the processor 1500 .

其中,在图15中,总线架构可以包括任意数量的互联的总线和桥,具体由处理器1500代表的一个或多个处理器和存储器1520代表的存储器的各种电路链接在一起。总线架构还可以将诸如外围设备、稳压器和功率管理电路等之类的各种其他电路链接在一起,这些都是本领域所公知的,因此,本文不对其进行进一步描述。总线接口提供接口。收发机1510可以是多个元件,即包括发送机和收发机,提供用于在传输介质上与各种其他装置通信的单元。处理器1500负责管理总线架构和通常的处理,存储器1520可以存储处理器1500在执行操作时所使用的数据。15, the bus architecture may include any number of interconnected buses and bridges, specifically one or more processors represented by processor 1500 and various circuits of memory represented by memory 1520 are linked together. The bus architecture may also link together various other circuits, such as peripherals, voltage regulators, and power management circuits, which are well known in the art and, therefore, will not be described further herein. The bus interface provides the interface. Transceiver 1510 may be a number of elements, including transmitters and transceivers, that provide a means for communicating with various other devices over a transmission medium. The processor 1500 is responsible for managing the bus architecture and general processing, and the memory 1520 may store data used by the processor 1500 in performing operations.

处理器1500负责管理总线架构和通常的处理,存储器1520可以存储处理器1500在执行操作时所使用的数据。The processor 1500 is responsible for managing the bus architecture and general processing, and the memory 1520 may store data used by the processor 1500 in performing operations.

处理器1500还用于读取所述计算机程序,执行如下步骤:The processor 1500 is also used to read the computer program and perform the following steps:

通过收发机1510向PCF发送会话管理策略更新信息,所述会话管理策略更新信息用于表示需在当前的PDU会话中引入Branching Point机制;接收所述PCF发送的会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识,并向所述终端指示分配的接口标识为第二UPF对应的接口标识。Send the session management policy update information to the PCF through the transceiver 1510, where the session management policy update information is used to indicate that the Branching Point mechanism needs to be introduced into the current PDU session; receive the session management policy update feedback information sent by the PCF, the The session management policy update feedback information is used to instruct the SMF to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, and to indicate to the terminal that the allocated interface identifier is the interface identifier corresponding to the second UPF.

处理器1500还用于读取所述计算机程序,执行如下步骤:The processor 1500 is also used to read the computer program and perform the following steps:

通过收发机1510向所述终端发送所述第二IPv6前缀地址。The second IPv6 prefix address is sent to the terminal through the transceiver 1510 .

如图16所示,本发明实施例的通信设备,应用于PCF,包括:As shown in FIG. 16 , the communication device according to the embodiment of the present invention, applied to PCF, includes:

处理器1600,用于读取存储器1620中的程序,执行下列过程:The processor 1600 is configured to read the program in the memory 1620, and execute the following processes:

指示SMF在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识;其中,所述第二UPF为所述SMF在当前的PDU会话中通过Branching Point机制新引入的UPF。Instructs the SMF not to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal; wherein the second UPF is a UPF newly introduced by the SMF in the current PDU session through the Branching Point mechanism.

收发机1610,用于在处理器1600的控制下接收和发送数据。The transceiver 1610 is used to receive and transmit data under the control of the processor 1600 .

其中,在图16中,总线架构可以包括任意数量的互联的总线和桥,具体由处理器1600代表的一个或多个处理器和存储器1620代表的存储器的各种电路链接在一起。总线架构还可以将诸如外围设备、稳压器和功率管理电路等之类的各种其他电路链接在一起,这些都是本领域所公知的,因此,本文不对其进行进一步描述。总线接口提供接口。收发机1610可以是多个元件,即包括发送机和收发机,提供用于在传输介质上与各种其他装置通信的单元。处理器1600负责管理总线架构和通常的处理,存储器1620可以存储处理器1600在执行操作时所使用的数据。16, the bus architecture may include any number of interconnected buses and bridges, specifically one or more processors represented by processor 1600 and various circuits of memory represented by memory 1620 are linked together. The bus architecture may also link together various other circuits, such as peripherals, voltage regulators, and power management circuits, which are well known in the art and, therefore, will not be described further herein. The bus interface provides the interface. Transceiver 1610 may be a number of elements, including a transmitter and a transceiver, that provide a means for communicating with various other devices over a transmission medium. The processor 1600 is responsible for managing the bus architecture and general processing, and the memory 1620 may store data used by the processor 1600 in performing operations.

处理器1600负责管理总线架构和通常的处理,存储器1620可以存储处理器1600在执行操作时所使用的数据。The processor 1600 is responsible for managing the bus architecture and general processing, and the memory 1620 may store data used by the processor 1600 in performing operations.

处理器1600还用于读取所述计算机程序,执行如下步骤:The processor 1600 is also used to read the computer program, and perform the following steps:

通过收发机1610接收所述SMF发送的会话管理策略更新信息,所述会话管理策略更新信息用于表示所述SMF需在当前的PDU会话中引入Branching Point机制;向所述SMF发送会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识。Receive the session management policy update information sent by the SMF through the transceiver 1610, where the session management policy update information is used to indicate that the SMF needs to introduce the Branching Point mechanism into the current PDU session; send the session management policy update to the SMF Feedback information, where the session management policy update feedback information is used to instruct the SMF not to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal.

处理器1600还用于读取所述计算机程序,执行如下步骤:The processor 1600 is also used to read the computer program, and perform the following steps:

配置在Branching Point机制下的IPV6地址的分配策略。Configure the IPV6 address allocation policy under the Branching Point mechanism.

如图17所示,本发明实施例的通信设备,应用于PCF,包括:As shown in FIG. 17 , the communication device according to the embodiment of the present invention, applied to PCF, includes:

处理器1700,用于读取存储器1720中的程序,执行下列过程:The processor 1700 is configured to read the program in the memory 1720 and perform the following processes:

指示SMF在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识,并向所述终端指示分配的接口标识为第二UPF对应的接口标识;其中,所述第二UPF为所述SMF在当前的PDU会话中通过Branching Point机制新引入的UPF。instructing the SMF to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, and indicating to the terminal that the allocated interface identifier is the interface identifier corresponding to the second UPF; wherein the second UPF is the SMF is a newly introduced UPF through the Branching Point mechanism in the current PDU session.

收发机1710,用于在处理器1700的控制下接收和发送数据。The transceiver 1710 is used to receive and transmit data under the control of the processor 1700 .

其中,在图17中,总线架构可以包括任意数量的互联的总线和桥,具体由处理器1700代表的一个或多个处理器和存储器1720代表的存储器的各种电路链接在一起。总线架构还可以将诸如外围设备、稳压器和功率管理电路等之类的各种其他电路链接在一起,这些都是本领域所公知的,因此,本文不对其进行进一步描述。总线接口提供接口。收发机1710可以是多个元件,即包括发送机和收发机,提供用于在传输介质上与各种其他装置通信的单元。处理器1700负责管理总线架构和通常的处理,存储器1720可以存储处理器1700在执行操作时所使用的数据。17, the bus architecture may include any number of interconnected buses and bridges, specifically one or more processors represented by processor 1700 and various circuits of memory represented by memory 1720 are linked together. The bus architecture may also link together various other circuits, such as peripherals, voltage regulators, and power management circuits, which are well known in the art and, therefore, will not be described further herein. The bus interface provides the interface. Transceiver 1710 may be a number of elements, including a transmitter and a transceiver, that provide a means for communicating with various other devices over a transmission medium. The processor 1700 is responsible for managing the bus architecture and general processing, and the memory 1720 may store data used by the processor 1700 in performing operations.

处理器1700负责管理总线架构和通常的处理,存储器1720可以存储处理器1700在执行操作时所使用的数据。The processor 1700 is responsible for managing the bus architecture and general processing, and the memory 1720 may store data used by the processor 1700 in performing operations.

处理器1700还用于读取所述计算机程序,执行如下步骤:The processor 1700 is also used to read the computer program and perform the following steps:

通过收发机1710接收所述SMF发送的会话管理策略更新信息,所述会话管理策略更新信息用于表示所述SMF需在当前的PDU会话中引入Branching Point机制;向所述SMF发送会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识,并向所述终端指示分配的接口标识为第二UPF对应的接口标识。Receive the session management policy update information sent by the SMF through the transceiver 1710, where the session management policy update information is used to indicate that the SMF needs to introduce the Branching Point mechanism into the current PDU session; send the session management policy update to the SMF Feedback information, the session management policy update feedback information is used to instruct the SMF to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, and indicate to the terminal that the allocated interface identifier is the second UPF The corresponding interface identifier.

处理器1700还用于读取所述计算机程序,执行如下步骤:The processor 1700 is also used to read the computer program and perform the following steps:

配置在Branching Point机制下的IPV6地址的分配策略。Configure the IPV6 address allocation policy under the Branching Point mechanism.

如图18所示,本发明实施例的通信设备,应用于终端,包括:As shown in FIG. 18 , a communication device according to an embodiment of the present invention, applied to a terminal, includes:

处理器1800,用于读取存储器1820中的程序,执行下列过程:The processor 1800 is configured to read the program in the memory 1820, and perform the following processes:

通过收发机1810接收SMF分配的第一UPF对应的第一IPv6前缀地址和第一接口标识;接收所述SMF分配的第二UPF对应的第二IPv6前缀地址;利用所述第一接口标识生成链路本地地址;其中,所述第一UPF为当前的会话中已有的UPF,所述第二UPF为在当前的PDU会话中通过Branching Point机制新引入的UPF。Receive the first IPv6 prefix address and the first interface identifier corresponding to the first UPF allocated by the SMF through the transceiver 1810; receive the second IPv6 prefix address corresponding to the second UPF allocated by the SMF; generate a chain by using the first interface identifier Road local address; wherein, the first UPF is an existing UPF in the current session, and the second UPF is a newly introduced UPF in the current PDU session through the Branching Point mechanism.

收发机1810,用于在处理器1800的控制下接收和发送数据。The transceiver 1810 is used to receive and transmit data under the control of the processor 1800 .

其中,在图18中,总线架构可以包括任意数量的互联的总线和桥,具体由处理器1800代表的一个或多个处理器和存储器1820代表的存储器的各种电路链接在一起。总线架构还可以将诸如外围设备、稳压器和功率管理电路等之类的各种其他电路链接在一起,这些都是本领域所公知的,因此,本文不对其进行进一步描述。总线接口提供接口。收发机1810可以是多个元件,即包括发送机和接收机,提供用于在传输介质上与各种其他装置通信的单元。针对不同的用户设备,用户接口1830还可以是能够外接内接需要设备的接口,连接的设备包括但不限于小键盘、显示器、扬声器、麦克风、操纵杆等。18, the bus architecture may include any number of interconnected buses and bridges, specifically one or more processors represented by processor 1800 and various circuits of memory represented by memory 1820 are linked together. The bus architecture may also link together various other circuits, such as peripherals, voltage regulators, and power management circuits, which are well known in the art and, therefore, will not be described further herein. The bus interface provides the interface. Transceiver 1810 may be a number of elements, including a transmitter and a receiver, that provide a means for communicating with various other devices over a transmission medium. For different user equipments, the user interface 1830 may also be an interface capable of externally connecting the required equipment, and the connected equipment includes but is not limited to a keypad, a display, a speaker, a microphone, a joystick, and the like.

处理器1800负责管理总线架构和通常的处理,存储器1820可以存储处理器1800在执行操作时所使用的数据。The processor 1800 is responsible for managing the bus architecture and general processing, and the memory 1820 may store data used by the processor 1800 in performing operations.

如图19所示,本发明实施例的通信设备,应用于终端,包括:As shown in FIG. 19 , a communication device according to an embodiment of the present invention, applied to a terminal, includes:

处理器1900,用于读取存储器1919中的程序,执行下列过程:The processor 1900, for reading the program in the memory 1919, performs the following processes:

通过收发机1910接收SMF分配的第一UPF对应的第一IPv6前缀地址和第一接口标识;接收所述SMF分配的第二UPF对应的第二IPv6前缀地址和第二接口标识,以及接收所述SMF发送的指示,所述指示用于指示所述第二接口标识为所述第二UPF对应的接口标识;从所述第一接口标识和所述第二接口标识中选择目标接口标识,并利用所述目标接口标识生成链路本地地址;其中,所述第一UPF为当前的会话中已有的UPF,所述第二UPF为在当前的PDU会话中通过Branching Point机制新引入的UPF。The transceiver 1910 receives the first IPv6 prefix address and the first interface identifier corresponding to the first UPF allocated by the SMF; receives the second IPv6 prefix address and the second interface identifier corresponding to the second UPF allocated by the SMF, and receives the An indication sent by the SMF, where the indication is used to indicate that the second interface identifier is the interface identifier corresponding to the second UPF; select the target interface identifier from the first interface identifier and the second interface identifier, and use the The target interface identifier generates a link-local address; wherein, the first UPF is an existing UPF in the current session, and the second UPF is a newly introduced UPF in the current PDU session through the Branching Point mechanism.

收发机1910,用于在处理器1900的控制下接收和发送数据。The transceiver 1910 is used to receive and transmit data under the control of the processor 1900 .

其中,在图19中,总线架构可以包括任意数量的互联的总线和桥,具体由处理器1900代表的一个或多个处理器和存储器1919代表的存储器的各种电路链接在一起。总线架构还可以将诸如外围设备、稳压器和功率管理电路等之类的各种其他电路链接在一起,这些都是本领域所公知的,因此,本文不对其进行进一步描述。总线接口提供接口。收发机1910可以是多个元件,即包括发送机和接收机,提供用于在传输介质上与各种其他装置通信的单元。针对不同的用户设备,用户接口1930还可以是能够外接内接需要设备的接口,连接的设备包括但不限于小键盘、显示器、扬声器、麦克风、操纵杆等。19, the bus architecture may include any number of interconnected buses and bridges, specifically one or more processors represented by processor 1900 and various circuits of memory represented by memory 1919 are linked together. The bus architecture may also link together various other circuits, such as peripherals, voltage regulators, and power management circuits, which are well known in the art and, therefore, will not be described further herein. The bus interface provides the interface. Transceiver 1910 may be a number of elements, including a transmitter and a receiver, that provide a means for communicating with various other devices over a transmission medium. For different user equipments, the user interface 1930 may also be an interface capable of externally connecting the required equipment, and the connected equipment includes but is not limited to a keypad, a display, a speaker, a microphone, a joystick, and the like.

处理器1900负责管理总线架构和通常的处理,存储器1919可以存储处理器1900在执行操作时所使用的数据。The processor 1900 is responsible for managing the bus architecture and general processing, and the memory 1919 may store data used by the processor 1900 in performing operations.

本发明实施例的计算机可读存储介质,用于存储计算机程序,所述计算机程序可被处理器执行实现以下步骤:The computer-readable storage medium of the embodiment of the present invention is used to store a computer program, and the computer program can be executed by a processor to implement the following steps:

在为终端分配第二用户面功能UPF对应的第二IPv6前缀地址时,不分配接口标识;When allocating the second IPv6 prefix address corresponding to the second user plane function UPF to the terminal, no interface identifier is allocated;

其中,第二UPF为在当前的分组数据单元PDU会话中通过分支点Branching Point机制新引入的UPF。Wherein, the second UPF is a UPF newly introduced through the branching point mechanism in the current packet data unit PDU session.

其中,所述在为终端分配第二用户面功能UPF对应的第二IPv6前缀地址时,不分配接口标识,包括:Wherein, when allocating the second IPv6 prefix address corresponding to the second user plane function UPF to the terminal, the interface identifier is not allocated, including:

向策略控制功能PCF发送会话管理策略更新信息,所述会话管理策略更新信息用于表示需在当前的PDU会话中引入Branching Point机制;Sending session management policy update information to the policy control function PCF, where the session management policy update information is used to indicate that the Branching Point mechanism needs to be introduced into the current PDU session;

接收所述PCF发送的会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识。Receive the session management policy update feedback information sent by the PCF, where the session management policy update feedback information is used to instruct the SMF not to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal.

其中,所述方法还包括:Wherein, the method also includes:

向所述终端发送所述第二IPv6前缀地址。sending the second IPv6 prefix address to the terminal.

本发明实施例的计算机可读存储介质,用于存储计算机程序,所述计算机程序可被处理器执行实现以下步骤:The computer-readable storage medium of the embodiment of the present invention is used to store a computer program, and the computer program can be executed by a processor to implement the following steps:

在为终端分配第二UPF对应的第二IPv6前缀地址时,分配第二接口标识;when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, allocating the second interface identifier;

向所述终端指示所述第二接口标识为所述第二UPF对应的接口标识;indicating to the terminal that the second interface identifier is an interface identifier corresponding to the second UPF;

其中,所述第二UPF为在当前的PDU会话中通过Branching Point机制新引入的UPF。The second UPF is a newly introduced UPF through the Branching Point mechanism in the current PDU session.

其中,所述在为终端分配第二用户面功能UPF对应的第二IPv6前缀地址时,分配第二接口标识,包括:Wherein, when allocating the second IPv6 prefix address corresponding to the second user plane function UPF to the terminal, allocating the second interface identifier includes:

向PCF发送会话管理策略更新信息,所述会话管理策略更新信息用于表示需在当前的PDU会话中引入Branching Point机制;Sending session management policy update information to the PCF, where the session management policy update information is used to indicate that the Branching Point mechanism needs to be introduced into the current PDU session;

接收所述PCF发送的会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识,并向所述终端指示分配的接口标识为第二UPF对应的接口标识。Receive the session management policy update feedback information sent by the PCF, where the session management policy update feedback information is used to instruct the SMF to allocate an interface identifier when allocating a second IPv6 prefix address corresponding to the second UPF to the terminal, and to the The assigned interface identifier indicated by the terminal is the interface identifier corresponding to the second UPF.

其中,所述方法还包括:Wherein, the method also includes:

向所述终端发送所述第二IPv6前缀地址。sending the second IPv6 prefix address to the terminal.

本发明实施例的计算机可读存储介质,用于存储计算机程序,所述计算机程序可被处理器执行实现以下步骤:The computer-readable storage medium of the embodiment of the present invention is used to store a computer program, and the computer program can be executed by a processor to implement the following steps:

指示SMF在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识;instructing the SMF not to allocate the interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal;

其中,所述第二UPF为所述SMF在当前的PDU会话中通过Branching Point机制新引入的UPF。The second UPF is a UPF newly introduced by the SMF in the current PDU session through the Branching Point mechanism.

其中,所述指示SMF在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识,包括:The instructing the SMF not to allocate the interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal includes:

接收所述SMF发送的会话管理策略更新信息,所述会话管理策略更新信息用于表示所述SMF需在当前的PDU会话中引入Branching Point机制;receiving session management policy update information sent by the SMF, where the session management policy update information is used to indicate that the SMF needs to introduce a Branching Point mechanism into the current PDU session;

向所述SMF发送会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时不分配接口标识。Sending session management policy update feedback information to the SMF, where the session management policy update feedback information is used to instruct the SMF not to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal.

其中,所述方法还包括:Wherein, the method also includes:

配置在Branching Point机制下的IPV6地址的分配策略。Configure the IPV6 address allocation policy under the Branching Point mechanism.

本发明实施例的计算机可读存储介质,用于存储计算机程序,所述计算机程序可被处理器执行实现以下步骤:The computer-readable storage medium of the embodiment of the present invention is used to store a computer program, and the computer program can be executed by a processor to implement the following steps:

指示SMF在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识,并向所述终端指示分配的接口标识为第二UPF对应的接口标识;instructing the SMF to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, and indicating to the terminal that the allocated interface identifier is the interface identifier corresponding to the second UPF;

其中,所述第二UPF为所述SMF在当前的PDU会话中通过Branching Point机制新引入的UPF。The second UPF is a UPF newly introduced by the SMF in the current PDU session through the Branching Point mechanism.

其中,所述指示SMF在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识,并向所述终端指示分配的接口标识为第二UPF对应的接口标识,包括:The instructing SMF to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, and instructing the terminal that the allocated interface identifier is the interface identifier corresponding to the second UPF, includes:

接收所述SMF发送的会话管理策略更新信息,所述会话管理策略更新信息用于表示所述SMF需在当前的PDU会话中引入Branching Point机制;receiving session management policy update information sent by the SMF, where the session management policy update information is used to indicate that the SMF needs to introduce a Branching Point mechanism into the current PDU session;

向所述SMF发送会话管理策略更新反馈信息,所述会话管理策略更新反馈信息用于指示所述SMF在为终端分配第二UPF对应的第二IPv6前缀地址时分配接口标识,并向所述终端指示分配的接口标识为第二UPF对应的接口标识。Sending session management policy update feedback information to the SMF, where the session management policy update feedback information is used to instruct the SMF to allocate an interface identifier when allocating the second IPv6 prefix address corresponding to the second UPF to the terminal, and to the terminal The assigned interface identifier is an interface identifier corresponding to the second UPF.

其中,所述方法还包括:Wherein, the method also includes:

配置在Branching Point机制下的IPV6地址的分配策略。Configure the IPV6 address allocation policy under the Branching Point mechanism.

本发明实施例的计算机可读存储介质,用于存储计算机程序,所述计算机程序可被处理器执行实现以下步骤:The computer-readable storage medium of the embodiment of the present invention is used to store a computer program, and the computer program can be executed by a processor to implement the following steps:

接收SMF分配的第一UPF对应的第一IPv6前缀地址和第一接口标识;receiving the first IPv6 prefix address and the first interface identifier corresponding to the first UPF allocated by the SMF;

接收所述SMF分配的第二UPF对应的第二IPv6前缀地址;receiving the second IPv6 prefix address corresponding to the second UPF allocated by the SMF;

利用所述第一接口标识生成链路本地地址;generating a link-local address using the first interface identifier;

其中,所述第一UPF为当前的会话中已有的UPF,所述第二UPF为在当前的PDU会话中通过Branching Point机制新引入的UPF。The first UPF is an existing UPF in the current session, and the second UPF is a UPF newly introduced in the current PDU session through the Branching Point mechanism.

本发明实施例的计算机可读存储介质,用于存储计算机程序,所述计算机程序可被处理器执行实现以下步骤:The computer-readable storage medium of the embodiment of the present invention is used to store a computer program, and the computer program can be executed by a processor to implement the following steps:

接收SMF分配的第一UPF对应的第一IPv6前缀地址和第一接口标识;receiving the first IPv6 prefix address and the first interface identifier corresponding to the first UPF allocated by the SMF;

接收所述SMF分配的第二UPF对应的第二IPv6前缀地址和第二接口标识,以及接收所述SMF发送的指示,所述指示用于指示所述第二接口标识为所述第二UPF对应的接口标识;Receive a second IPv6 prefix address and a second interface identifier corresponding to a second UPF allocated by the SMF, and receive an indication sent by the SMF, where the indication is used to indicate that the second interface identifier corresponds to the second UPF the interface identifier;

从所述第一接口标识和所述第二接口标识中选择目标接口标识,并利用所述目标接口标识生成链路本地地址;Selecting a target interface identifier from the first interface identifier and the second interface identifier, and using the target interface identifier to generate a link-local address;

其中,所述第一UPF为当前的会话中已有的UPF,所述第二UPF为在当前的PDU会话中通过Branching Point机制新引入的UPF。The first UPF is an existing UPF in the current session, and the second UPF is a UPF newly introduced in the current PDU session through the Branching Point mechanism.

在本申请所提供的几个实施例中,应该理解到,所揭露方法和装置,可以通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。In the several embodiments provided in this application, it should be understood that the disclosed method and apparatus may be implemented in other manners. For example, the apparatus embodiments described above are only illustrative. For example, the division of the units is only a logical function division. In actual implementation, there may be other division methods. For example, multiple units or components may be combined or Can be integrated into another system, or some features can be ignored, or not implemented. On the other hand, the shown or discussed mutual coupling or direct coupling or communication connection may be through some interfaces, indirect coupling or communication connection of devices or units, and may be in electrical, mechanical or other forms.

另外,在本发明各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理包括,也可以两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用硬件加软件功能单元的形式实现。In addition, each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may be physically included individually, or two or more units may be integrated into one unit. The above-mentioned integrated unit may be implemented in the form of hardware, or may be implemented in the form of hardware plus software functional units.

上述以软件功能单元的形式实现的集成的单元,可以存储在一个计算机可读取存储介质中。上述软件功能单元存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本发明各个实施例所述收发方法的部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(Read-Only Memory,简称ROM)、随机存取存储器(Random Access Memory,简称RAM)、磁碟或者光盘等各种可以存储程序代码的介质。The above-mentioned integrated units implemented in the form of software functional units can be stored in a computer-readable storage medium. The above software functional unit is stored in a storage medium, and includes several instructions to make a computer device (which may be a personal computer, a server, or a network device, etc.) execute part of the steps of the transceiving method described in the various embodiments of the present invention. The aforementioned storage medium includes: U disk, mobile hard disk, Read-Only Memory (ROM for short), Random Access Memory (RAM for short), magnetic disk or CD, etc. that can store program codes medium.

以上所述是本发明的优选实施方式,应当指出,对于本技术领域的普通技术人员来说,在不脱离本发明所述原理的前提下,还可以作出若干改进和润饰,这些改进和润饰也应视为本发明的保护范围。The above are the preferred embodiments of the present invention. It should be pointed out that for those skilled in the art, without departing from the principles of the present invention, several improvements and modifications can be made. It should be regarded as the protection scope of the present invention.

Claims (30)

1. An information processing method applied to a Session Management Function (SMF) is characterized by comprising the following steps:
when a second IPv6 prefix address corresponding to a second user plane function UPF is allocated to the terminal, no interface identifier is allocated;
wherein, the second UPF is a UPF newly introduced by a branch Point Branching Point mechanism in the current packet data unit PDU session.
2. The method according to claim 1, wherein the not assigning the interface identifier when assigning the second IPv6 prefix address corresponding to the second user plane function UPF to the terminal comprises:
sending session management policy update information to a policy control function PCF, wherein the session management policy update information is used for indicating that a Branching Point mechanism needs to be introduced into a current PDU session;
and receiving session management policy update feedback information sent by the PCF, wherein the session management policy update feedback information is used for indicating that the SMF does not allocate an interface identifier when allocating a second IPv6 prefix address corresponding to a second UPF to the terminal.
3. The method of claim 1, further comprising:
and sending the second IPv6 prefix address to the terminal.
4. An information processing method applied to a Session Management Function (SMF) is characterized by comprising the following steps:
when a second IPv6 prefix address corresponding to a second UPF is allocated to the terminal, a second interface identifier is allocated;
indicating the second interface identifier to the terminal as the interface identifier corresponding to the second UPF;
wherein the second UPF is a UPF newly introduced in the current PDU session through a Branching Point mechanism.
5. The method according to claim 4, wherein the allocating a second interface identifier when allocating a second IPv6 prefix address corresponding to a second user plane function UPF to the terminal comprises:
sending session management policy update information to the PCF, wherein the session management policy update information is used for indicating that a Branching Point mechanism needs to be introduced into the current PDU session;
and receiving session management policy update feedback information sent by the PCF, wherein the session management policy update feedback information is used to indicate that the SMF allocates an interface identifier when allocating a second IPv6 prefix address corresponding to a second UPF to the terminal, and indicate that the allocated interface identifier is an interface identifier corresponding to the second UPF to the terminal.
6. The method of claim 4, further comprising:
and sending the second IPv6 prefix address to the terminal.
7. An information processing method applied to a PCF, comprising:
indicating the SMF not to allocate the interface identifier when allocating a second IPv6 prefix address corresponding to the second UPF to the terminal;
and the second UPF is a UPF newly introduced by the SMF in the current PDU session through a Branching Point mechanism.
8. The method of claim 7, wherein the instructing the SMF to not assign an interface identifier when assigning a second IPv6 prefix address corresponding to a second UPF for the terminal comprises:
receiving session management policy update information sent by the SMF, wherein the session management policy update information is used for indicating that the SMF needs to introduce a Branching Point mechanism into a current PDU session;
and sending session management policy update feedback information to the SMF, wherein the session management policy update feedback information is used for indicating that the SMF does not allocate an interface identifier when allocating a second IPv6 prefix address corresponding to a second UPF to the terminal.
9. The method of claim 7, further comprising:
and configuring an allocation strategy of the IPV6 address under the Branching Point mechanism.
10. An information processing method applied to a PCF, comprising:
indicating the SMF to allocate an interface identifier when allocating a second IPv6 prefix address corresponding to a second UPF to the terminal, and indicating the allocated interface identifier to the terminal as the interface identifier corresponding to the second UPF;
and the second UPF is a UPF newly introduced by the SMF in the current PDU session through a Branching Point mechanism.
11. The method of claim 10, wherein the instructing the SMF to allocate an interface identifier when allocating a second IPv6 prefix address corresponding to a second UPF to the terminal, and instructing the allocated interface identifier to be the interface identifier corresponding to the second UPF to the terminal, comprises:
receiving session management policy update information sent by the SMF, wherein the session management policy update information is used for indicating that the SMF needs to introduce a Branching Point mechanism into a current PDU session;
and sending session management policy update feedback information to the SMF, wherein the session management policy update feedback information is used for indicating that the SMF allocates an interface identifier when allocating a second IPv6 prefix address corresponding to a second UPF to the terminal, and indicating that the allocated interface identifier is the interface identifier corresponding to the second UPF to the terminal.
12. The method of claim 10, further comprising:
and configuring an allocation strategy of the IPV6 address under the Branching Point mechanism.
13. An information processing method applied to a terminal is characterized by comprising the following steps:
receiving a first IPv6 prefix address and a first interface identifier corresponding to a first UPF allocated by the SMF;
receiving a second IPv6 prefix address corresponding to the second UPF distributed by the SMF;
generating a link local address using the first interface identification;
the first UPF is an existing UPF in the current session, and the second UPF is a UPF newly introduced in the current PDU session through a Branching Point mechanism.
14. An information processing method applied to a terminal is characterized by comprising the following steps:
receiving a first IPv6 prefix address and a first interface identifier corresponding to a first UPF allocated by the SMF;
receiving a second IPv6 prefix address and a second interface identifier corresponding to a second UPF allocated by the SMF, and receiving an indication sent by the SMF, wherein the indication is used for indicating that the second interface identifier is an interface identifier corresponding to the second UPF;
selecting a target interface identifier from the first interface identifier and the second interface identifier, and generating a link local address by using the target interface identifier;
the first UPF is an existing UPF in the current session, and the second UPF is a UPF newly introduced in the current PDU session through a Branching Point mechanism.
15. An information processing apparatus applied to SMF, comprising: a processor and a transceiver;
the processor is used for not allocating an interface identifier when allocating a second IPv6 prefix address corresponding to a second UPF for the terminal;
wherein, the second UPF is a UPF newly introduced by a Branching Point mechanism in the current PDU session.
16. The apparatus of claim 15,
the transceiver is used for sending session management policy update information to the PCF, wherein the session management policy update information is used for indicating that a Branching Point mechanism needs to be introduced into the current PDU session; and receiving session management policy update feedback information sent by the PCF, wherein the session management policy update feedback information is used for indicating that the SMF does not allocate an interface identifier when allocating a second IPv6 prefix address corresponding to a second UPF to the terminal.
17. The apparatus of claim 15,
the transceiver is further configured to send the second IPv6 prefix address to the terminal.
18. An information processing apparatus applied to SMF, comprising: a processor and a transceiver;
the processor is used for allocating a second interface identifier when allocating a second IPv6 prefix address corresponding to a second UPF for the terminal;
indicating the second interface identifier to the terminal as the interface identifier corresponding to the second UPF;
wherein the second UPF is a UPF newly introduced in the current PDU session through a Branching Point mechanism.
19. The apparatus of claim 18,
the transceiver is used for sending session management policy update information to the PCF, wherein the session management policy update information is used for indicating that a Branching Point mechanism needs to be introduced into the current PDU session;
and receiving session management policy update feedback information sent by the PCF, wherein the session management policy update feedback information is used to indicate that the SMF allocates an interface identifier when allocating a second IPv6 prefix address corresponding to a second UPF to the terminal, and indicate that the allocated interface identifier is an interface identifier corresponding to the second UPF to the terminal.
20. The apparatus of claim 18,
the transceiver is further configured to send the second IPv6 prefix address to the terminal.
21. An information processing apparatus applied to a PCF, comprising: a processor and a transceiver;
the processor is configured to instruct the SMF to not allocate an interface identifier when allocating a second IPv6 prefix address corresponding to the second UPF to the terminal;
and the second UPF is a UPF newly introduced by the SMF in the current PDU session through a Branching Point mechanism.
22. The apparatus of claim 21,
the transceiver is configured to receive session management policy update information sent by the SMF, where the session management policy update information is used to indicate that the SMF needs to introduce a Branching Point mechanism in a current PDU session;
and sending session management policy update feedback information to the SMF, wherein the session management policy update feedback information is used for indicating that the SMF does not allocate an interface identifier when allocating a second IPv6 prefix address corresponding to a second UPF to the terminal.
23. The apparatus of claim 21,
the processor is also used for configuring an allocation strategy of the IPV6 address under the Branching Point mechanism.
24. An information processing apparatus applied to a PCF, comprising: a processor and a transceiver;
the processor is configured to instruct the SMF to allocate an interface identifier when allocating a second IPv6 prefix address corresponding to a second UPF to the terminal, and instruct the allocated interface identifier to the terminal as an interface identifier corresponding to the second UPF;
and the second UPF is a UPF newly introduced by the SMF in the current PDU session through a Branching Point mechanism.
25. The apparatus of claim 24,
the transceiver is configured to receive session management policy update information sent by the SMF, where the session management policy update information is used to indicate that the SMF needs to introduce a Branching Point mechanism in a current PDU session;
and sending session management policy update feedback information to the SMF, wherein the session management policy update feedback information is used for indicating that the SMF allocates an interface identifier when allocating a second IPv6 prefix address corresponding to a second UPF to the terminal, and indicating that the allocated interface identifier is the interface identifier corresponding to the second UPF to the terminal.
26. The apparatus of claim 24,
the processor is also used for configuring an allocation strategy of the IPV6 address under the Branching Point mechanism.
27. An information processing apparatus applied to a terminal, comprising: a processor and a transceiver;
the transceiver is used for receiving a first IPv6 prefix address and a first interface identifier corresponding to a first UPF allocated by the SMF; receiving a second IPv6 prefix address corresponding to the second UPF distributed by the SMF;
the processor is configured to generate a link local address using the first interface identifier;
the first UPF is an existing UPF in the current session, and the second UPF is a UPF newly introduced in the current PDU session through a Branching Point mechanism.
28. An information processing apparatus applied to a terminal, comprising: a processor and a transceiver;
the transceiver is used for receiving a first IPv6 prefix address and a first interface identifier corresponding to a first UPF allocated by the SMF; receiving a second IPv6 prefix address and a second interface identifier corresponding to a second UPF allocated by the SMF, and receiving an indication sent by the SMF, wherein the indication is used for indicating that the second interface identifier is an interface identifier corresponding to the second UPF;
the processor is configured to select a target interface identifier from the first interface identifier and the second interface identifier, and generate a link local address by using the target interface identifier;
the first UPF is an existing UPF in the current session, and the second UPF is a UPF newly introduced in the current PDU session through a Branching Point mechanism.
29. A communication device, comprising: a transceiver, a memory, a processor, and a computer program stored on the memory and executable on the processor; it is characterized in that the preparation method is characterized in that,
the processor for reading the program in the memory to implement the steps in the method of any one of claims 1 to 3; or implementing a step in a method as claimed in any one of claims 4 to 6; or implementing a step in a method according to any one of claims 7 to 9; or implementing a step in a method as claimed in any one of claims 10 to 12; or implementing a step in a method as claimed in claim 13; or to implement a step in a method as claimed in claim 14.
30. A computer-readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the steps in the method according to any one of claims 1 to 3; or implementing a step in a method as claimed in any one of claims 4 to 6; or implementing a step in a method according to any one of claims 7 to 9; or implementing a step in a method as claimed in any one of claims 10 to 12; or implementing a step in a method as claimed in claim 13; or to implement a step in a method as claimed in claim 14.
CN201910222041.8A 2019-03-22 2019-03-22 An information processing method, device, and computer-readable storage medium Active CN111726427B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910222041.8A CN111726427B (en) 2019-03-22 2019-03-22 An information processing method, device, and computer-readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910222041.8A CN111726427B (en) 2019-03-22 2019-03-22 An information processing method, device, and computer-readable storage medium

Publications (2)

Publication Number Publication Date
CN111726427A true CN111726427A (en) 2020-09-29
CN111726427B CN111726427B (en) 2023-08-29

Family

ID=72563089

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910222041.8A Active CN111726427B (en) 2019-03-22 2019-03-22 An information processing method, device, and computer-readable storage medium

Country Status (1)

Country Link
CN (1) CN111726427B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113687876A (en) * 2021-08-17 2021-11-23 华北电力大学(保定) Information processing method, automatic driving control method and electronic device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108366380A (en) * 2017-01-26 2018-08-03 中兴通讯股份有限公司 A kind of policy control method and device for supporting multi-homing protocols data cell session
US20190007992A1 (en) * 2017-07-03 2019-01-03 Electronics And Telecommunications Research Institute Network triggered service request method and user equipment (ue) triggered service request method
CN109167847A (en) * 2018-08-09 2019-01-08 中国联合网络通信集团有限公司 A kind of generation method and SMF, communication system of the address IPv6

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108366380A (en) * 2017-01-26 2018-08-03 中兴通讯股份有限公司 A kind of policy control method and device for supporting multi-homing protocols data cell session
US20190007992A1 (en) * 2017-07-03 2019-01-03 Electronics And Telecommunications Research Institute Network triggered service request method and user equipment (ue) triggered service request method
CN109167847A (en) * 2018-08-09 2019-01-08 中国联合网络通信集团有限公司 A kind of generation method and SMF, communication system of the address IPv6

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
T-MOBILE USA, NOKIA, NOKIA SHANGHAI BELL: "Addition of UE IP address Allocation by UPF", 《3GPP TSG-SA WG2 MEETING #130,S2-1901770》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113687876A (en) * 2021-08-17 2021-11-23 华北电力大学(保定) Information processing method, automatic driving control method and electronic device
CN113687876B (en) * 2021-08-17 2023-05-23 华北电力大学(保定) Information processing method, automatic driving control method and electronic device

Also Published As

Publication number Publication date
CN111726427B (en) 2023-08-29

Similar Documents

Publication Publication Date Title
US11902876B2 (en) Routing management method and apparatus
CN108738082B (en) Session processing method, device and system
CN111246453B (en) A data transmission method, user plane network element and control plane network element
US8107417B2 (en) Method and mobile terminal for allocating IP address in wireless network
CN114900499B (en) IP address allocation method, device, equipment and storage medium
CN103916484B (en) The method and apparatus for configuring IP address
EP2434703A1 (en) Method and terminal for transmitting service data
CN108882305A (en) A kind of shunt method and device of data packet
CN102843441B (en) Method and device for controlling address configuration way
CN111385374A (en) Method for network allocation, network device and computer-readable storage medium
CN110460641A (en) Data transmission method, apparatus and system
CN108574635B (en) Routing priority configuration method, device and controller
WO2022007657A1 (en) Method and apparatus for sending domain name system request
CN100521812C (en) Dynamic selection of a packet data serving node
CN111385373B (en) Fast duplicate address detection for ranges of link-local addresses
CN106953849B (en) Data message matching method and device based on IPv6 address
CN111726427B (en) An information processing method, device, and computer-readable storage medium
CN114884810A (en) Network data transmission method, access method and storage medium based on SDN
EP3104580A1 (en) Ipv6 address assignment method and device
CN111786989B (en) Communication processing method and device and electronic equipment
CN106489252B (en) A data transmission method and device
CN118487936A (en) A virtual-real interconnection method, device, equipment and storage medium
JP2006180480A (en) Network system and method for performing routing using dynamic address
WO2014169590A1 (en) Data service communication method, device, and system
CN112543386B (en) Address acquisition method and related equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant