WO2022057516A1 - 网络切片的选择方法、装置、设备及存储介质 - Google Patents

网络切片的选择方法、装置、设备及存储介质 Download PDF

Info

Publication number
WO2022057516A1
WO2022057516A1 PCT/CN2021/111581 CN2021111581W WO2022057516A1 WO 2022057516 A1 WO2022057516 A1 WO 2022057516A1 CN 2021111581 W CN2021111581 W CN 2021111581W WO 2022057516 A1 WO2022057516 A1 WO 2022057516A1
Authority
WO
WIPO (PCT)
Prior art keywords
apn
identification information
slice
input string
network
Prior art date
Application number
PCT/CN2021/111581
Other languages
English (en)
French (fr)
Inventor
陈智颖
Original Assignee
Oppo广东移动通信有限公司
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 Oppo广东移动通信有限公司 filed Critical Oppo广东移动通信有限公司
Publication of WO2022057516A1 publication Critical patent/WO2022057516A1/zh

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W48/00Access restriction; Network selection; Access point selection
    • H04W48/08Access restriction or access information delivery, e.g. discovery data delivery
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0893Assignment of logical groups to network elements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W48/00Access restriction; Network selection; Access point selection
    • H04W48/18Selecting a network or a communication service
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W60/00Affiliation to network, e.g. registration; Terminating affiliation with the network, e.g. de-registration

Definitions

  • the present application relates to the field of communication technologies, and in particular, to a method, apparatus, device, and storage medium for selecting a network slice.
  • a network slice is a network that supports logical isolation of specific network capabilities and network characteristics. It can include the entire network end-to-end (E2E), or some network functions can be included in multiple network slices. Sharing is the key technology to meet the needs of network differentiation in 5G mobile communication technology.
  • the embodiments of the present application provide a method, device, device, and storage medium for selecting a network slice.
  • the wireless interface layer in the terminal acquires an input string specified by a user and transmits the slice identification information in the input string.
  • the modem sends a registration request, because the registration request can request the network device to allocate the target network slice corresponding to the slice identification information, thus satisfying the user's requirement for autonomously selecting network slices.
  • the technical solution is as follows:
  • a method for selecting a network slice, suitable for use in a terminal includes:
  • the input string is a string related to the setting of the APN, and the slice identification information is used to specify a target network slice;
  • the registration request is sent, where the registration request is used to request the network device to allocate the target network slice.
  • an apparatus for selecting a network slice comprising: a radio interface layer module and a modem module;
  • the wireless interface layer module is configured to obtain slice identification information from an input string, where the input string is a string related to the setting of the APN, and the slice identification information is used to specify a target network slice;
  • the wireless interface layer module configured to transmit the slice identification information to the modem module
  • the modem module configured to generate a registration request according to the slice identification information
  • the modem module is configured to send the registration request, where the registration request is used to request the network device to allocate the target network slice.
  • a terminal comprising: a processor; a transceiver connected to the processor; a memory for storing executable instructions of the processor; wherein the processing The processor is configured to load and execute the executable instructions to implement the method for selecting a network slice as described in the above aspects.
  • a computer-readable storage medium stores at least one instruction, at least one segment of a program, a code set or an instruction set, the at least one instruction, the at least one segment of The program, the code set or the instruction set is loaded and executed by the processor to implement the method of selecting a network slice as described above.
  • a computer program product comprising computer instructions stored in a computer-readable storage medium.
  • the processor of the computer device reads the computer instruction from the computer-readable storage medium, and the processor executes the computer instruction, so that the computer device executes the method for selecting a network slice provided in the foregoing optional implementation manner.
  • FIG. 1 is a schematic diagram of an Android architecture provided by an exemplary embodiment of the present application.
  • FIG. 2 is a schematic diagram of a communication system provided by an exemplary embodiment of the present application.
  • FIG. 3 is a flowchart of a method for selecting a network slice provided by an exemplary embodiment of the present application
  • FIG. 4 is a flowchart of a method for selecting a network slice provided by an exemplary embodiment of the present application
  • FIG. 5 is a schematic diagram of a terminal sending a registration request provided by an exemplary embodiment of the present application
  • FIG. 6 is a flowchart of a method for selecting a network slice provided by an exemplary embodiment of the present application.
  • FIG. 7 is a schematic diagram of an APN setting interface provided by an exemplary embodiment of the present application.
  • FIG. 8 is a schematic diagram of an APN setting interface provided by an exemplary embodiment of the present application.
  • FIG. 9 is a schematic diagram of a registration process of a terminal provided by an exemplary embodiment of the present application.
  • FIG. 10 is a structural block diagram of an apparatus for selecting a network slice provided by an exemplary embodiment of the present application.
  • FIG. 11 is a structural block diagram of a terminal provided by an exemplary embodiment of the present application.
  • Access Point Name refers to a network access technology, which is a parameter that must be configured when a user accesses the Internet through a terminal (such as a mobile phone).
  • An APN is used to identify a data network (Data Network, DN). Different APNs correspond to different DNs, which can be defined by operators. The APN determines which access method the terminal uses to access the network, and different APNs can access the network range and access methods differently.
  • the user can set the APN.
  • the user inputs the APN
  • the application layer in the terminal transmits the APN to the wireless interface layer
  • the wireless interface layer transmits the APN to the modem
  • the modem sends the APN to the core network to request access to the external data network corresponding to the APN.
  • Radio Interface Layer The middle layer responsible for communication functions in Android.
  • RIL consists of two parts: RILJ and RILD.
  • RILJ responsible for sending the communication request of the upper-layer application to the hardware abstraction layer (Hardware Abstract Layer, HAL);
  • RIL C++ The system daemon process is responsible for sending the RILJ request command to the Communication Processor (CP), which can be regarded as the HAL layer corresponding to the CP.
  • CP Communication Processor
  • FIG. 1 shows a schematic diagram of an Android architecture provided by an exemplary embodiment of the present application, including: an application layer (Application), an application framework layer (Application Framework), a system runtime layer (Libraries), a Linux Kernel and modem (Modem).
  • an application layer Application
  • An application framework layer Application Framework
  • Libraries system runtime layer
  • Modem Linux Kernel and modem
  • the top layer is the application layer, which includes various applications, such as call (Call), SMS (Message) and SIM card management (SIM TOOL KIT, STK), which is mainly responsible for sending user instructions to RILJ.
  • applications such as call (Call), SMS (Message) and SIM card management (SIM TOOL KIT, STK), which is mainly responsible for sending user instructions to RILJ.
  • the second layer is the application framework layer. Developers can use the application framework layer to access device hardware, obtain location information, and so on.
  • RILJ in the application framework layer provides a common application programming interface (Application Programming Interface, API) for the upper layer, such as TelephonyManager (TelephonyManager), including call, network status; Subscription Manager (SubscriptionManager), including card status; and Sms Manager (SmsManager) and so on.
  • TelephonyManager TelephonyManager
  • SubscriptionManager Subscription Manager
  • SmsManager Sms Manager
  • RILJ is also responsible for maintaining communication with RILD and sending upper-layer requests to RILD.
  • the third layer is the system runtime layer.
  • RILD in the system runtime layer is the daemon process of the system, which is essential for mobile platforms that support the calling function.
  • the main function of RILD is to continue to pass the request sent by RILJ to CP, and at the same time, it will send the status change of CP to RILJ in time.
  • the fourth layer is the core layer that provides core system services based on the Linux kernel.
  • the Linux kernel receives the data packet (Data Packet)
  • the data packet is sent to the CP, and finally sent to the network by the CP.
  • the network After the network returns the result, the CP sends the result back to the RILD.
  • the modem is the bottom module in the terminal, and the modem includes the CP that communicates with the network side.
  • FIG. 2 shows a schematic diagram of a communication system provided by an embodiment of the present application.
  • the communication system includes: user equipment (the nomenclature of mobile terminals by 3GPP) (User Equipment, UE), (radio) access network ((R)AN), core network and data network (Data Network, DN).
  • user equipment the nomenclature of mobile terminals by 3GPP
  • UE User Equipment
  • RAN radio access network
  • DN data network
  • the core network may include: a user plane function (User Plane Function, UPF) and a control plane function.
  • Control plane functions may include: Access and Mobility Management Function (AMF), Session Management Function (SMF), Policy Control Function (PCF) and Unified Data Management (Unified Data) Manager, UDM), application function (Application Function, AF), network slice selection function (Network Slice Selection Function, NSSF), authentication service function (Authentication Server Function, AUSF).
  • AMF is a mobility management function in the core network
  • SMF is a session management function in the core network.
  • the AMF is also responsible for forwarding messages related to session management between the UE and the SMF.
  • the PCF is a policy management function in the core network, and is responsible for formulating policies related to the mobility management, session management, and charging of the UE.
  • UPF is a user plane function in the core network. It transmits data to external data networks through the N6 interface, and transmits data to the AN through the N3 interface.
  • the UE may include various handheld devices, vehicle-mounted devices, wearable devices, computing devices or other processing devices connected to wireless modems with wireless communication functions, as well as various forms of user equipment, mobile stations (Mobile Station, MS) , terminal device, etc.
  • mobile stations Mobile Station, MS
  • terminal device etc.
  • the UE connects with the AN through the Uu air interface for Access Stratum (AS), exchanges AS messages and performs wireless data transmission, and the UE communicates with the AMF through the N1 interface for Non Access Stratum (NAS). ) to connect and exchange NAS messages.
  • AS Access Stratum
  • NAS Non Access Stratum
  • FIG. 2 is only an architecture diagram of an exemplary communication system, and the technical solutions of the embodiments of the present application can be applied to various communication systems, such as: Global System of Mobile Communication (GSM) system, code Division Multiple Access (Code Division Multiple Access, CDMA) system, Wideband Code Division Multiple Access (Wideband Code Division Multiple Access, WCDMA) system, General Packet Radio Service (General Packet Radio Service, GPRS), Long Term Evolution (Long Term Evolution, LTE) ) system, LTE Frequency Division Duplex (FDD) system, LTE Time Division Duplex (TDD) system, Advanced Long Term Evolution (LTE-A) system, New Radio (New Radio, NR) system, evolution system of NR system, LTE-based access to Unlicensed spectrum (LTE-U) system on unlicensed frequency band, NR-U system, Universal Mobile Telecommunication System (UMTS) , Worldwide Interoperability for Microwave Access (WiMAX) communication system, Wireless Local Area Networks (WLAN), Wireless Fidel, Code Division Multiple
  • D2D Device to Device
  • M2M Machine to Machine
  • MTC Machine Type Communication
  • V2V Vehicle to Vehicle
  • V2X Vehicle to Everything
  • FIG. 3 shows a flowchart of a method for selecting a network slice provided by an exemplary embodiment of the present application, and the method can be applied to a terminal (ie, UE) in the communication system shown in FIG. 2 .
  • the method may include the following steps:
  • Step 310 Obtain slice identification information from an input string, where the input string is a string related to the setting of the APN.
  • the slice identification information is used to specify the target network slice.
  • Network slicing is a technology that divides the network into multiple types of virtual networks by using network virtualization technology. Network slicing increases flexibility by configuring separate logical networks for each service or subscriber. With network slicing, the required resources can be allocated from a virtualized network resource pool based on the type of service.
  • the slice identification information may specify one or more network slices, that is, the number of target network slices may be one or more.
  • the following embodiments are only exemplified by the fact that the target network slice is a network slice.
  • the APN is used to indicate the external target data network accessed by the terminal. Different APNs correspond to different DNs, which can be defined by operators. The APN determines which access method the terminal uses to access the network, and different APNs can access the network range and access methods differently.
  • the input string is a string related to the setting of the APN.
  • the user can set the APN of the terminal.
  • the input string may include various pieces of information including slice identification information and APN.
  • the input string can be specified by the user and obtained by the terminal. That is to say, the user can independently select the network slice and data network that the terminal accesses.
  • the wireless interface layer in the terminal is configured to obtain slice identification information from the input string.
  • the wireless interface layer is the middle layer responsible for the communication function in Android.
  • the radio interface layer can include two parts: RILJ and RILD, and the RILJ in the radio interface layer obtains the input string from the upper layer.
  • the wireless interface layer passes the slice identification information in the input string to the modem.
  • the modem is the low-level module of the terminal.
  • the radio interface layer may consist of two parts: RILJ and RILD.
  • the RILJ obtains the input string from the upper layer, extracts the slice identification information in the input string, transmits the slice identification information to the RILD, and then the RILD transmits the slice identification information to the modem.
  • the RILJ obtains the input string from the upper layer, transfers the input string to the RILD, and the RILD extracts the slice identification information in the input string, and transmits the slice identification information to the modem.
  • Step 320 Generate a registration request according to the slice identification information.
  • the terminal After obtaining the slice identification information from the input string, the terminal generates a registration request according to the obtained slice identification information.
  • the registration request is used to request the network device to allocate the target network slice.
  • the registration request is part of the registration process.
  • the registration process can attach the terminal to the core network containing one or more network slices.
  • the modem in the terminal is configured to generate a registration request according to the slice identification information.
  • Step 330 sending a registration request.
  • the terminal sends a registration request (registration request) to the network device, requesting the network device to allocate the target network slice, hoping to obtain the service corresponding to the target network slice.
  • registration request registration request
  • a modem in the terminal may initiate communication with the network device, and the modem is used to send a registration request, where the registration request includes slice identification information.
  • slice identification information is added to the input string related to the setting of the APN, the terminal obtains the slice identification information specified by the user from the input string, and sends the generated slice identification information according to the Since the registration request can request the network device to allocate the target network slice corresponding to the slice identification information, the user's requirement of autonomously selecting network slices is satisfied.
  • slice identification information is added to the input string of setting APN, and the application processor in the terminal can obtain the slice identification information, and it is not necessary to significantly modify the application in the terminal.
  • the code of the processor reduces the implementation difficulty for users to select network slices.
  • obtain slice identification information from the input string including:
  • split the input string to determine the APN and slice identification information including:
  • the input string is segmented according to the segmentation character, and the APN and slice identification information are determined.
  • the method further includes:
  • An APN setting request is initiated to the core network, the APN setting request includes the APN, and the APN setting request is used to request access to the target data network corresponding to the APN.
  • the sending the registration request includes:
  • the slice identification information includes: network slice auxiliary selection information NSSAI.
  • the method further includes:
  • APN setting interface which is a user interface for setting the APN.
  • the input string is determined according to the APN setting interface, including:
  • the input string is determined.
  • the input string is determined according to the APN setting interface, including:
  • the APN setting interface is displayed, and the APN setting interface includes the candidate options corresponding to the slice identification information;
  • an input string corresponding to the target option is determined.
  • FIG. 4 shows a flowchart of a method for selecting a network slice provided by an exemplary embodiment of the present application, and the method can be applied to the terminal in the communication system shown in FIG. 2 .
  • the method may include the following steps:
  • Step 410 Obtain slice identification information from an input string, where the input string is a string related to the setting of the APN.
  • the slice identification information is used to specify the target network slice.
  • the APN is used to indicate the external target data network accessed by the terminal.
  • the input string is a string related to the setting of the APN.
  • the input string contains various information including slice identification information and APN.
  • the input string can be specified by the user and obtained by the terminal. That is to say, the user can independently select both the network slice and the data network that the terminal accesses.
  • the wireless interface layer in the terminal is configured to obtain slice identification information from the input string.
  • Step 420 segment the input string to determine the APN and slice identification information.
  • the terminal needs to segment the input string to determine the APN and slice identification information in the input string.
  • the input string corresponds to a preset format
  • the terminal divides the input string according to the preset format to determine the APN and slice identification information.
  • the preset format can be: there are split characters in the input string; or, the character length of each information in the input string is fixed.
  • the embodiment of the present application does not limit the specific expression form of the preset format.
  • the terminal determines the split character corresponding to the input string; the input string is split according to the split character, and the APN and slice identification information are determined.
  • the dividing characters include at least one of letters, numbers, words and symbols.
  • the split character is known to the terminal, and after receiving the input string, the terminal can use the split character to split the input string.
  • Different terminals may correspond to the same segmentation character, or may correspond to different segmentation characters, which are not limited in this embodiment of the present application.
  • the input string includes: ctnet[nssai1:2].
  • the split character is: [].
  • the terminal splits the input string, and determines that the APN is: ctnet, and the slice identification information is: nssai1:2.
  • the input string includes: ctnet/nssai1:1.
  • the split character is: /.
  • the terminal splits the input string, and determines that the APN is: ctnet, and the slice identification information is: nssai1:1.
  • the wireless interface layer in the terminal is used to segment the input string to determine the APN and slice identification information. After the wireless interface layer in the terminal divides the slice identification information and the APN in the input string, the wireless interface layer transmits the obtained slice identification information and APN to the modem.
  • the wireless interface layer determines API interface parameters between the wireless interface layer and the modem; the wireless interface layer transmits the APN and slice identification information to the modem according to the API interface parameters.
  • Step 430 Generate a registration request according to the slice identification information.
  • the modem in the terminal is configured to generate a registration request according to the slice identification information.
  • Step 440 sending a registration request.
  • the terminal After determining the slice identification information and the APN, the terminal sends a registration request to the network device, where the registration request includes the slice identification information, and requests the network device to allocate the target network slice.
  • the modem in the terminal is configured to send a registration request, where the registration request includes slice identification information.
  • Step 450 Send an APN setting request, where the APN setting request includes the APN.
  • the APN setting request is used to request access to the target data network corresponding to the APN.
  • the terminal after the terminal successfully requests the network device to allocate the target network slice by sending a registration request, the terminal sends an APN setting request to the core network (such as an AMF network element) according to the acquired APN, where the APN setting request includes the APN.
  • the core network such as an AMF network element
  • the terminal After the terminal establishes a connection with the target data network corresponding to the APN through the core network, the terminal successfully accesses the target data network.
  • the modem in the terminal is used to send an APN setting request, and the APN setting request includes the APN.
  • slice identification information is added to the input string related to the setting of the APN, the terminal obtains the slice identification information specified by the user from the input string, and sends the generated slice identification information according to the Since the registration request can request the network device to allocate the target network slice corresponding to the slice identification information, the user's requirement of autonomously selecting network slices is satisfied.
  • slice identification information is added to the input string of setting APN, and the application processor in the terminal can obtain the slice identification information, and it is not necessary to significantly modify the application in the terminal.
  • the code of the processor reduces the implementation difficulty for users to select network slices.
  • the terminal can obtain the APN and slice identification information by dividing the input string by dividing the characters, which is convenient and efficient.
  • the registration request includes: a first registration request and a second registration request.
  • the destination of the first registration request is the base station, and the destination of the second registration request is the core network.
  • FIG. 5 shows a schematic diagram of a terminal sending a registration request according to an exemplary embodiment of the present application.
  • FIG. 5 includes: a terminal 501 , a base station 502 and a core network 503 .
  • a modem may be included in the terminal 501, and the modem may be used to send the registration request.
  • the base station 502 is a device deployed in the access network to provide the terminal 501 with a wireless communication function.
  • the base station may include various forms of macro base station, micro base station, relay station and so on.
  • the names of devices with base station functions may be different.
  • eNodeBs or eNBs In LTE systems, they are called eNodeBs or eNBs; in 5G NR-U systems, they are called gNodeBs or gNBs. .
  • the description of "base station” may change.
  • the embodiments of the present application do not limit the specific implementation form of the base station.
  • the core network 503 may be more specifically a functional network element AMF in the core network 503 .
  • the terminal 501 sends a first registration request to the base station 502 through Radio Resource Control (RRC) signaling, and the first registration request includes slice identification information; the terminal 501 sends a second registration request to the core network 503 through NAS signaling , the second registration request includes slice identification information.
  • RRC Radio Resource Control
  • the NAS layer exists in the wireless communication protocol stack of the Universal Mobile Telecommunications System (UMTS) as a functional layer between the core network and the terminal.
  • the NAS signaling is the signaling transmitted at the NAS layer, and data transmission between the terminal 501 and the core network 503 is implemented through the NAS signaling.
  • UMTS Universal Mobile Telecommunications System
  • the RRC layer is the functional layer responsible for handling control plane procedures related to the radio access network.
  • the RRC signaling is the signaling transmitted at the RRC layer, and data transmission between the terminal 501 and the base station 502 is implemented through the RRC signaling.
  • the base station 502 may receive RRC signaling and NAS signaling, and the base station 502 parses the RRC signaling whose destination is the base station, but does not parse the NAS signaling whose destination is the core network.
  • the base station 502 selects an AMF for the terminal 501 according to the slice identification information obtained by parsing the RRC signaling, and then the base station 502 forwards the NAS signaling to the selected AMF.
  • the slice identification information includes: Network Slice Selection Assistance Information (NSSAI).
  • NSSAI Network Slice Selection Assistance Information
  • the NSSAI may include two parts, a slice service type (Slice Service Type, SST) and a slice differentiator (SliceDifferentiator, SD).
  • SST can include standardized and operator-defined types
  • SD is optional information supplementing SST to distinguish multiple network slices of the same SST.
  • the target network slice is network slice 1; when the NSSAI is 1:2, the target network slice is network slice 2; when the NSSAI is 2:1, the target network slice is network slice 3.
  • the terminal in addition to the wireless interface layer and the modem, also includes: an application layer. As shown in Figure 1, the application layer is the upper layer of the wireless interface layer.
  • FIG. 6 shows a flowchart of a method for selecting a network slice provided by an exemplary embodiment of the present application, and the method can be applied to a terminal (ie, UE) in the communication system shown in FIG. 2 .
  • the method may include the following steps:
  • Step 610 Determine the input character string according to the APN setting interface.
  • the APN setting interface is a user interface displayed on the terminal for setting the APN.
  • the input string is specified by the user.
  • the input string is a string related to the setting of the APN.
  • step 610 includes: displaying an APN setting interface; and determining an input character string in response to receiving an input operation on the APN setting interface.
  • the APN setting interface includes an input area, and the user can perform input operations in the input area, and the input operations include but are not limited to: text input, voice input, picture input, and the like.
  • the terminal After receiving the input operation, the terminal can determine the input string corresponding to the input operation.
  • the APN setting interface 701 displays a plurality of optional candidate options, and each candidate option corresponds to a candidate input string.
  • the candidate input string corresponding to the candidate option “internet_no_NSSAI” is “internet”
  • the candidate input string corresponding to the candidate option “internet2_vEPG_no_NSSAI” is “internet2”
  • the candidate input string corresponding to the candidate option “internet2_vEPG_Slice_2” is "internet2[nssai1 :2]”.
  • the candidate input strings corresponding to the first two candidate options only include APNs and do not include slice identification information
  • the candidate input strings corresponding to the last candidate options include APNs and slice identification information. If users do not want to choose network slices, they can choose from the first two candidate options and only set the APN.
  • an add control 702 is also displayed.
  • the user can trigger the add control to display the APN setting interface 703 .
  • the user can perform an input operation in the input area 704 of the APN setting interface 703, for example, input: internet[nssai1:3].
  • the application layer determines that the input string is "internet[nssai1:3]".
  • step 610 includes: displaying an APN setting interface, where the APN setting interface includes candidate options corresponding to the slice identification information; in response to receiving a selection operation on the target option in the candidate options on the APN setting interface, Determines the input string corresponding to the target option.
  • the APN setting interface displays at least one candidate option, and each candidate option corresponds to a candidate input string.
  • the user selects among the candidate options, and the candidate option selected by the user becomes the target option.
  • the candidate options within the user's selection range are the candidate options corresponding to the slice identification information, such as: the candidate option "internet_Slice_1", if the candidate option does not correspond to the slice identification information, but only corresponds to the APN, it is not in the user Within the selection range, the candidate option "internet_no_NSSAI" in Figure 7.
  • the selection operation may be at least one of clicking, double-clicking, dragging, sliding, pressing, scanning, copying, pasting, and searching.
  • the embodiment of the present application does not limit the specific type of the selection operation.
  • the APN setting interface 801 displays a plurality of optional candidate options, and each candidate option corresponds to a candidate input string.
  • the candidate input string corresponding to the candidate option “internet_Slice_1” is “internet[nssai1:1]”
  • the candidate input string corresponding to the candidate option “internet2_vEPG_Slice_2” is “internet2[nssai1:2]”
  • the candidate option "internet2_vEPG_Slice_3” corresponds to
  • the candidate input string is "internet2[nssai1:3]”.
  • the user selects the candidate option "internet_Slice_1" as the target option.
  • the input string is "internet[nssai1:1]”
  • the terminal determines that the input string is "internet[nssai1:1]”.
  • the application layer in the terminal is used to determine the input string. After the application layer determines the input string, the input string is passed to the wireless interface layer.
  • the wireless interface layer is the middle layer responsible for the communication function in Android.
  • the radio interface layer may consist of two parts: RILJ and RILD. The RILJ in the radio interface layer gets the input string from the application layer.
  • Step 620 Obtain slice identification information from an input string, where the input string is a string related to the setting of the APN.
  • the slice identification information is used to specify the target network slice.
  • the wireless interface layer in the terminal is configured to obtain slice identification information from the input string, and transmit the slice identification information to the modem.
  • Step 630 Generate a registration request according to the slice identification information.
  • the modem in the terminal is configured to generate a registration request according to the slice identification information.
  • Step 640 sending a registration request.
  • the registration request is used to request the network device to allocate the target network slice.
  • a modem in the terminal is used to send the registration request.
  • slice identification information is added to the input string related to the setting of the APN, the terminal obtains the slice identification information specified by the user from the input string, and sends the generated slice identification information according to the Since the registration request can request the network device to allocate the target network slice corresponding to the slice identification information, the user's requirement of autonomously selecting network slices is satisfied.
  • slice identification information is added to the input string of setting APN, and the application processor in the terminal can obtain the slice identification information, and it is not necessary to significantly modify the application in the terminal.
  • the code of the processor reduces the implementation difficulty for users to select network slices.
  • the terminal determines the input string from the user.
  • the user can select a target option through a selection operation, the terminal obtains the input string corresponding to the target option, and the user can also input operation, the terminal obtains the input string input by the user, which improves the flexibility of the selection method of the network slice.
  • FIG. 9 shows a schematic diagram of a registration process provided by an exemplary embodiment of the present application.
  • step 903 the terminal sends a registration request (ie, the first registration request) to the base station through RRC signaling.
  • the base station performs AMF selection.
  • step 905 the terminal sends a registration request (ie, a second registration request) to the AMF in the core network through NAS signaling.
  • the above-mentioned first registration request and second registration request may carry slice identification information of the terminal, such as NSSAI.
  • AMF, AUSF, and UDM will authenticate the terminal. After the authentication is passed, the terminal successfully registers with the core network. Referring to step 938, through NAS signaling, the terminal feeds back a registration complete message to the AMF.
  • the core network can allocate the target network slice to the terminal according to the slice identification information.
  • the terminal can then establish a connection with the target network slice allocated by the core network and use the services provided by the target network slice.
  • the user is the staff of the mobile phone manufacturer, and the user is showing the function of network slicing.
  • the user knows the slice identification information (such as NSSAI) corresponding to the network slice, and the characteristics of the services that the network slice can provide, such as: the delay corresponding to the network slice 1 is small, and the speed corresponding to the network slice 2 is fast.
  • slice identification information such as NSSAI
  • the user can enter the slice identification information corresponding to network slice 1 on the APN setting interface, and establish a connection between the terminal and network slice 1.
  • the user can demonstrate the characteristics of network slice 1, such as: the video delay is very low; Enter the slice identification information corresponding to network slice 2 in the setting interface, and establish a connection between the terminal and network slice 2.
  • the user demonstrates the characteristics of network slice 2, such as: the speed of real-time games is very fast.
  • FIG. 10 is a structural block diagram of an apparatus for selecting a network slice provided by an exemplary embodiment of the present application.
  • the apparatus may be implemented as a terminal, or may be implemented as a part of a terminal.
  • the apparatus includes: a wireless interface layer module 1001 and a modem module 1002 ;
  • the wireless interface layer module 1001 is used to obtain slice identification information from an input string, the input string is a string related to the setting of the APN, and the slice identification information is used to specify the target network slice;
  • the wireless interface layer module 1001 is used to transmit slice identification information to the modem module 1002;
  • a modem module 1002 configured to generate a registration request according to the slice identification information
  • the modem module 1002 is configured to send a registration request, where the registration request is used to request a network device to allocate a target network slice.
  • the wireless interface layer module 1001 is configured to segment the input string to determine the APN and slice identification information.
  • the wireless interface layer module 1001 is configured to determine the split character corresponding to the input string; the wireless interface layer module 1001 is configured to split the input string according to the split character, and determine the APN and slice identification information .
  • the wireless interface layer module 1001 is used to determine the API interface parameters between the wireless interface layer module 1001 and the modem module 1002; the wireless interface layer module 1001 is used to convert the APN and the modem module 1001 according to the API interface parameters.
  • the slice identification information is passed to the modem module 1002.
  • the modem module 1002 is configured to initiate an APN setting request to the core network, the APN setting request includes an APN, and the APN setting request is used to request access to a target data network corresponding to the APN.
  • the modem module 1002 is configured to send a first registration request to the base station through RRC signaling, where the first registration request includes slice identification information; the modem module 1002 is configured to send to the core network through NAS signaling The second registration request includes slice identification information.
  • the slice identification information includes: NSSAI.
  • the apparatus further includes: an application layer module 1003; the application layer module 1003 is used to determine the input string according to the APN setting interface, the APN setting interface is a user interface for setting the APN; the application layer module 1003 , for passing the input string into the wireless interface layer module 1001 .
  • the application layer module 1003 is configured to display an APN setting interface; the application layer module 1003 is configured to determine an input string in response to receiving an input operation on the APN setting interface.
  • the application layer module 1003 is configured to display an APN setting interface, and the APN setting interface includes candidate options corresponding to the slice identification information; the application layer module 1003 is configured to respond to receiving a pair of candidate options on the APN setting interface The selection operation of the target option in the options determines the input string corresponding to the target option.
  • the apparatus for selecting network slices provided in the above-mentioned embodiments is only illustrated by the division of the above-mentioned functional modules.
  • the internal structure is divided into different functional modules to complete all or part of the functions described above.
  • the apparatus and method embodiments provided in the above embodiments belong to the same concept, and the specific implementation process thereof is detailed in the method embodiments, which will not be repeated here.
  • FIG. 11 shows a schematic structural diagram of a terminal 1100 provided by an embodiment of the present application.
  • the terminal 1100 may include: a processor 1101 , a receiver 1102 , a transmitter 1103 , a memory 1104 , and a bus 1105 .
  • the processor 1101 includes one or more processing cores, and the processor 1101 executes various functional applications and information processing by running software programs and modules.
  • the receiver 1102 and the transmitter 1103 may be implemented as a communication component, which may be a communication chip.
  • the memory 1104 is connected to the processor 1101 through the bus 1105 .
  • the memory 1104 can be used to store a computer program, and the processor 1101 is used to execute the computer program, so as to implement various steps performed by the terminal in the above method embodiments.
  • memory 1104 may be implemented by any type or combination of volatile or non-volatile storage devices including, but not limited to, magnetic or optical disks, electrically erasable and programmable Read-Only Memory (Electrically Erasable Programmable Read-Only Memory, EEPROM), Erasable Programmable Read-Only Memory (EPROM), Static Random Access Memory (SRAM), Read-Only Memory (Read-Only Memory, ROM), magnetic memory, flash memory, programmable read-only memory (Programmable Read Only Memory, PROM).
  • volatile or non-volatile storage devices including, but not limited to, magnetic or optical disks, electrically erasable and programmable Read-Only Memory (Electrically Erasable Programmable Read-Only Memory, EEPROM), Erasable Programmable Read-Only Memory (EPROM), Static Random Access Memory (SRAM), Read-Only Memory (Read-Only Memory, ROM), magnetic memory, flash memory, programmable read-only memory (Programmable Read Only Memory, PROM).
  • the present application also provides a computer-readable storage medium, where at least one instruction, at least one piece of program, code set or instruction set is stored in the computer-readable storage medium, the at least one instruction, the at least one piece of program, all the The code set or instruction set is loaded and executed by the processor to implement the method for selecting network slices provided by any of the foregoing exemplary embodiments.
  • Embodiments of the present application provide a computer program product, where the computer program product includes computer instructions, and the computer instructions are stored in a computer-readable storage medium.
  • the processor of the computer device reads the computer instruction from the computer-readable storage medium, and the processor executes the computer instruction, so that the computer device executes the method for selecting a network slice provided in the foregoing optional implementation manner.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

本申请公开了一种网络切片的选择方法、装置、设备及存储介质,涉及通信技术领域。该方法应用于终端中,所述方法包括:从输入字符串获取切片标识信息,所述输入字符串是与APN的设置有关的字符串,所述切片标识信息用于指定目标网络切片;根据所述切片标识信息生成注册请求;发送所述注册请求,所述注册请求用于请求网络设备分配所述目标网络切片。本申请提供的技术方案,可以满足用户自主选择网络切片的需求。

Description

网络切片的选择方法、装置、设备及存储介质
本申请要求于2020年09月17日提交的申请号为202010977687.X、发明名称为“网络切片的选择方法、装置、设备及存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请涉及通信技术领域,特别涉及一种网络切片的选择方法、装置、设备及存储介质。
背景技术
网络切片(network slice)是一个用于支持特定网络能力与网络特性的逻辑隔离的网络,可以端到端(End to End,E2E)的包括整个网络,也可以部分网络功能在多个网络切片中共享,是满足5G移动通信技术中的网络差异化需求的关键技术。
相关技术中,用户无法自主对网络切片进行选择。
发明内容
本申请实施例提供了一种网络切片的选择方法、装置、设备及存储介质,终端中的无线接口层通过获取用户指定的输入字符串,并将输入字符串中的切片标识信息进行传递,传递给调制解调器,由调制解调器发送注册请求,由于注册请求可以请求网络设备分配与切片标识信息对应的目标网络切片,从而满足了用户自主选择网络切片的需求。所述技术方案如下:
根据本申请的一个方面,提供了一种网络切片的选择方法,适用于终端中,所述方法包括:
从输入字符串获取切片标识信息,所述输入字符串是与APN的设置有关的字符串,所述切片标识信息用于指定目标网络切片;
根据所述切片标识信息生成注册请求;
发送所述注册请求,所述注册请求用于请求网络设备分配所述目标网络切片。
根据本申请的一个方面,提供了一种网络切片的选择装置,所述装置包括:无线接口层模块和调制解调器模块;
所述无线接口层模块,用于从输入字符串获取切片标识信息,所述输入字符串是与APN的设置有关的字符串,所述切片标识信息用于指定目标网络切片;
所述无线接口层模块,用于将所述切片标识信息传入所述调制解调器模块;
所述调制解调器模块,用于根据所述切片标识信息生成注册请求;
所述调制解调器模块,用于发送所述注册请求,所述注册请求用于请求网 络设备分配所述目标网络切片。
根据本申请的一个方面,提供了一种终端,所述终端包括:处理器;与所述处理器相连的收发器;用于存储所述处理器的可执行指令的存储器;其中,所述处理器被配置为加载并执行所述可执行指令以实现如上述方面所述的网络切片的选择方法。
根据本申请的另一方面,提供了一种计算机可读存储介质,所述计算机存储介质中存储有至少一条指令、至少一段程序、代码集或指令集,所述至少一条指令、所述至少一段程序、所述代码集或指令集由处理器加载并执行以实现如上方面所述的网络切片的选择方法。
根据本申请的另一方面,提供了一种计算机程序产品,该计算机程序产品包括计算机指令,该计算机指令存储在计算机可读存储介质中。计算机设备的处理器从计算机可读存储介质读取该计算机指令,处理器执行该计算机指令,使得该计算机设备执行上述可选实现方式中提供的网络切片的选择方法。
附图说明
为了更清楚地说明本申请实施例中的技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1是本申请一个示例性实施例提供的Android架构的示意图;
图2是本申请一个示例性实施例提供的通信系统的示意图;
图3是本申请一个示例性实施例提供的网络切片的选择方法的流程图;
图4是本申请一个示例性实施例提供的网络切片的选择方法的流程图;
图5是本申请一个示例性实施例提供的终端发送注册请求的示意图;
图6是本申请一个示例性实施例提供的网络切片的选择方法的流程图;
图7是本申请一个示例性实施例提供的APN设置界面的示意图;
图8是本申请一个示例性实施例提供的APN设置界面的示意图;
图9是本申请一个示例性实施例提供的终端的注册流程的示意图;
图10是本申请一个示例性实施例提供的网络切片的选择装置的结构框图;
图11是本申请一个示例性实施例提供的终端的结构框图。
具体实施方式
为使本申请的目的、技术方案和优点更加清楚,下面将结合附图对本申请实施方式作进一步地详细描述。
首先,对本申请实施例中涉及的名词进行简单介绍:
接入点名称(Access Point Name,APN):指一种网络接入技术,是用户通过终端(如手机)上网时必须配置的一个参数。
APN用来标识数据网络(Data Network,DN),不同的APN对应不同的DN,这些可通过运营商来定义。APN决定了终端通过何种接入方式来访问网络,而不同的APN所能访问的网络范围以及接入的方式不同。
相关技术中,用户可以对APN进行设置。示例性的,用户输入APN,终端中的应用层将APN进行传递,传递至无线接口层,无线接口层再将APN传递至调制解调器,由调制解调器发送至核心网,请求接入APN对应的外部数据网络。
无线接口层(Radio Interface Layer,RIL):Android中负责通信功能的中间层。RIL包括两个部分:RILJ和RILD。
1)RIL Java(RILJ):负责将上层应用的通信请求发送给硬件抽象层(Hardware Abstract Layer,HAL);
2)RIL C++(RILD):系统守护进程,负责将RILJ的请求命令发送给通讯处理器(Communication Processor,CP),可以视为CP对应的HAL层。
结合参考图1,图1示出了本申请一个示例性实施例提供的Android架构的示意图,包括:应用层(Application)、应用框架层(Application Framework)、系统运行库层(Libraries)、Linux Kernel和调制解调器(Modem)。
最上层的是应用层,应用层中包括了各种应用程序,如通话(Call),短信(Message)以及SIM卡管理(SIM TOOL KIT,STK),主要负责将用户的指令发送到RILJ。
第二层是应用框架层,开发者可以使用应用框架层访问设备硬件、获取位置信息等。应用框架层中的RILJ为上层提供了通用的应用程序接口(Application Programming Interface,API),如通话管理器(TelephonyManager),包括通话,网络状态;订阅管理器(SubscriptionManager),包括卡状态;以及Sms管理器(SmsManager)等。同时,RILJ还负责维持与RILD的通信,并将上层的请求发送给RILD。
第三层是系统运行库层。系统运行库层中的RILD是系统的守护进程,对于支持通话功能的移动平台是必不可少的。RILD的功能主要功能是将RILJ发送过来的请求继续传递给CP,同时会及时将CP的状态变化发送给RILJ。
第四层是基于Linux kernel提供核心系统服务的核心层。Linux kernel在接收到数据包(Data Packet)时,将数据包传给CP,最后由CP发送给网络端,等网络端返回结果后,CP将结果传回给RILD。
调制解调器是终端中的底层模块,调制解调器中包括与网络端进行通信的CP。
图2示出了本申请一个实施例提供的通信系统的示意图。该通信系统包括:用户设备(3GPP对移动终端的命名)(User Equipment,UE)、(无线)接入网络((R)AN)、核心网和数据网络(Data Network,DN)。
其中,核心网可以包括:用户平面功能(User Plane Function,UPF)和控制平面功能。控制平面功能可以包括:接入和移动管理功能(Access and Mobility  Management Function,AMF)、会话管理功能(Session Management Function,SMF)、控制策略功能(Policy Control Function,PCF)和统一数据管理(Unified Data Manager,UDM)、应用功能(Application Function,AF)、网络切片选择功能(Network Slice Selection Function,NSSF)、认证服务功能(Authentication Server Function,AUSF)。AMF是核心网中的移动性管理功能,SMF是核心网中的会话管理功能,AMF在对UE进行移动性管理之外,还负责将从会话管理相关消息在UE和SMF之间的转发。PCF是核心网中的策略管理功能,负责制定对UE的移动性管理、会话管理、计费等相关的策略。UPF是核心网中的用户面功能,通过N6接口与外部的数据网络进行数据传输,通过N3接口与AN进行数据传输。
其中,UE可以包括各种具有无线通信功能的手持设备、车载设备、可穿戴设备、计算设备或连接到无线调制解调器的其他处理设备,以及各种形式的用户设备,移动台(Mobile Station,MS),终端(terminal device)等等。
如图2所示,UE通过Uu空口与AN进行接入层(Access Stratum,AS)连接,交互AS消息及进行无线数据传输,UE通过N1接口与AMF进行非接入层(Non Access Stratum,NAS)连接,交互NAS消息。
可以理解的是,图2仅为示例性的通信系统的架构图,本申请实施例的技术方案可以应用于各种通信系统,例如:全球移动通讯(Global System of Mobile Communication,GSM)系统、码分多址(Code Division Multiple Access,CDMA)系统、宽带码分多址(Wideband Code Division Multiple Access,WCDMA)系统、通用分组无线业务(General Packet Radio Service,GPRS)、长期演进(Long Term Evolution,LTE)系统、LTE频分双工(Frequency Division Duplex,FDD)系统、LTE时分双工(Time Division Duplex,TDD)系统、先进的长期演进(Advanced Long Term Evolution,LTE-A)系统、新无线(New Radio,NR)系统、NR系统的演进系统、非授权频段上的LTE(LTE-based access to Unlicensed spectrum,LTE-U)系统、NR-U系统、通用移动通信系统(Universal Mobile Telecommunication System,UMTS)、全球互联微波接入(Worldwide Interoperability for Microwave Access,WiMAX)通信系统、无线局域网(Wireless Local Area Networks,WLAN)、无线保真(Wireless Fidelity,WiFi)、下一代通信系统或其他通信系统等。
通常来说,传统的通信系统支持的连接数有限,也易于实现,然而,随着通信技术的发展,移动通信系统将不仅支持传统的通信,还将支持例如,设备到设备(Device to Device,D2D)通信,机器到机器(Machine to Machine,M2M)通信,机器类型通信(Machine Type Communication,MTC),车辆间(Vehicle to Vehicle,V2V)通信以及车联网(Vehicle to Everything,V2X)系统等。本申请实施例也可以应用于这些通信系统。
下面,将结合几个示例性实施例,对本申请技术方案进行介绍说明。
图3示出了本申请一个示例性实施例提供的网络切片的选择方法的流程图,该方法可以应用于如图2所示的通信系统中的终端(即UE)中。该方法可以包括如下步骤:
步骤310,从输入字符串获取切片标识信息,输入字符串是与APN的设置有关的字符串。
其中,切片标识信息用于指定目标网络切片。网络切片是是通过使用网络虚拟化技术将网络划分为多种类型的虚拟网络,网络切片通过为每个服务或订户配置单独的逻辑网络来提高灵活性的技术。利用网络切片,可以根据服务类型从虚拟化网络资源池分配所需资源。
切片标识信息可以指定一个或多个网络切片,即目标网络切片的数量可以是一个或多个。下面的实施例仅以目标网络切片是一个网络切片进行示例性的说明。
其中,APN用于指示终端接入的外部的目标数据网络。不同的APN对应不同的DN,这些可通过运营商来定义。APN决定了终端通过何种接入方式来访问网络,而不同的APN所能访问的网络范围以及接入的方式不同。
输入字符串是与APN的设置有关的字符串。用户可以对终端的APN进行设置。在本申请实施例中,输入字符串可以包含切片标识信息和APN在内的多种信息。输入字符串可以由用户指定,再由终端获取。也就是说,用户可以对终端所接入的网络切片和数据网络进行自主选择。
示例性的,终端中的无线接口层用于从输入字符串获取切片标识信息。无线接口层是Android中负责通信功能的中间层。无线接口层可以包括两个部分:RILJ和RILD,无线接口层中的RILJ从上层获取输入字符串。
示例性的,无线接口层将输入字符串中的切片标识信息传入调制解调器。调制解调器是终端的底层模块。
无线接口层可以包括两个部分:RILJ和RILD。在一种可能的实现方式中,由RILJ从上层获取输入字符串,提取出输入字符串中的切片标识信息,将切片标识信息传入RILD,再由RILD将切片标识信息传入调制解调器。在另一种可能的实现方式中,由RILJ从上层获取输入字符串,将输入字符串传入RILD,由RILD提取出输入字符串中的切片标识信息,并将切片标识信息传入调制解调器。
步骤320,根据切片标识信息生成注册请求。
终端在从输入字符串中获取切片标识信息后,根据获取到的切片标识信息,生成注册请求。
其中,注册请求用于请求网络设备分配目标网络切片。
示例性的,注册请求是注册过程中的一部分。注册过程可以将终端附着到包含一个或多个网络切片的核心网中。
示例性的,终端中的调制解调器用于根据切片标识信息,生成注册请求。
步骤330,发送注册请求。
终端向网络设备发送注册请求(registration request),请求网络设备分配目标网络切片,以希望获得目标网络切片所对应的服务。
示例性的,终端中的调制解调器可以发起与网络设备的通信,调制解调器用于发送注册请求,注册请求包括切片标识信息。
综上所述,本实施例提供的方法,在与APN的设置有关的输入字符串中加入切片标识信息,终端通过从输入字符串中获取用户指定的切片标识信息,并发送根据切片标识信息生成的注册请求,由于注册请求可以请求网络设备分配与切片标识信息对应的目标网络切片,从而满足了用户自主选择网络切片的需求。
同时,本实施例提供的方法,通过利用设置APN的机制,在设置APN的输入字符串中加入切片标识信息,终端中的应用处理器即可获取切片标识信息,无需大幅度修改终端中的应用处理器的代码,减少了用户选择网络切片的实现难度。
可选的,从输入字符串获取切片标识信息,包括:
对输入字符串进行分割,确定APN和切片标识信息。
可选的,对输入字符串进行分割,确定APN和切片标识信息,包括:
确定输入字符串对应的分割字符;
根据分割字符对输入字符串进行分割,确定APN和切片标识信息。
可选的,所述方法还包括:
向核心网发起APN设置请求,APN设置请求包括APN,APN设置请求用于请求接入APN对应的目标数据网络。
可选的,所述发送所述注册请求,包括:
通过无线资源控制RRC信令向基站发送第一注册请求,第一注册请求包括切片标识信息;
通过非接入层NAS信令向核心网发送第二注册请求,第二注册请求包括切片标识信息。
可选的,切片标识信息包括:网络切片辅助选择信息NSSAI。
可选的,所述方法还包括:
根据APN设置界面,确定输入字符串,APN设置界面是用于设置APN的用户界面。
可选的,所述根据APN设置界面,确定输入字符串,包括:
显示APN设置界面;
响应于在APN设置界面接收到输入操作,确定输入字符串。
可选的,所述根据APN设置界面,确定输入字符串,包括:
显示APN设置界面,APN设置界面包括切片标识信息对应的候选选项;
响应于在APN设置界面接收到对候选选项中的目标选项的选择操作,确定与目标选项对应的输入字符串。
在基于图3的可选实施例中,图4示出了本申请一个示例性实施例提供的网络切片的选择方法的流程图,该方法可以应用于如图2所示的通信系统中的终端(即UE)中。该方法可以包括如下步骤:
步骤410,从输入字符串获取切片标识信息,输入字符串是与APN的设置有关的字符串。
其中,切片标识信息用于指定目标网络切片。APN用于指示终端接入的外部的目标数据网络。
输入字符串是与APN的设置有关的字符串。输入字符串包含切片标识信息和APN在内的多种信息。输入字符串可以由用户指定,再由终端获取。也就是说,用户可以对终端所接入的网络切片和数据网络均进行自主选择。
示例性的,终端中的无线接口层用于从输入字符串获取切片标识信息。
步骤420,对输入字符串进行分割,确定APN和切片标识信息。
由于输入字符串包括切片标识信息和APN,则终端需要对输入字符串进行分割,从而确定出输入字符串中的APN和切片标识信息。
可选的,输入字符串对应有预设格式,终端根据预设格式对输入字符串进行分割,确定APN和切片标识信息。预设格式可以是:输入字符串中存在分割字符;或,输入字符串中每个信息的字符长度是固定好的。本申请实施例对预设格式的具体表现形式不进行限定。
在示意性实施例中,终端确定输入字符串对应的分割字符;根据分割字符对输入字符串进行分割,确定APN和切片标识信息。
其中,分割字符包括字母、数字、字和符号中的至少一种。分割字符对于终端来说是已知的,终端在接收到输入字符串后,即可使用分割字符对输入字符串进行分割。不同的终端可以对应于相同的分割字符,也可以对应于不同的分割字符,本申请实施例对此不进行限制。
示例性的,输入字符串包括:ctnet[nssai1:2]。其中,分割字符为:[]。则,终端对输入字符串进行分割,确定APN为:ctnet,切片标识信息为:nssai1:2。
示例性的,输入字符串包括:ctnet/nssai1:1。其中,分割字符为:/。则,终端对输入字符串进行分割,确定APN为:ctnet,切片标识信息为:nssai1:1。
示例性的,终端中的无线接口层用于对输入字符串进行分割,确定APN和切片标识信息。终端中的无线接口层在对输入字符串中的切片标识信息和APN进行分割后,无线接口层将得到的切片标识信息和APN传入调制解调器。
在示意性实施例中,无线接口层确定无线接口层和调制解调器之间的API接口参数;无线接口层根据API接口参数,将APN和切片标识信息传入调制解调器。
步骤430,根据切片标识信息生成注册请求。
示例性的,终端中的调制解调器用于根据切片标识信息,生成注册请求。
步骤440,发送注册请求。
终端在确定切片标识信息和APN后,即向网络设备发送注册请求,注册请求包括切片标识信息,请求网络设备分配目标网络切片。
示例性的,终端中的调制解调器用于发送注册请求,注册请求包括切片标识信息。
步骤450,发送APN设置请求,APN设置请求包括APN。
其中,APN设置请求用于请求接入APN对应的目标数据网络。
示例性的,在终端通过发送注册请求,成功请求网络设备分配目标网络切片后,终端根据获取到的APN,向核心网(如AMF网元)发送APN设置请求,APN设置请求包括APN。
示例性的,在终端通过核心网与APN对应的目标数据网络建立连接之后,终端成功接入目标数据网络。
示例性的,终端中的调制解调器用于发送APN设置请求,APN设置请求包括APN。
综上所述,本实施例提供的方法,在与APN的设置有关的输入字符串中加入切片标识信息,终端通过从输入字符串中获取用户指定的切片标识信息,并发送根据切片标识信息生成的注册请求,由于注册请求可以请求网络设备分配与切片标识信息对应的目标网络切片,从而满足了用户自主选择网络切片的需求。
同时,本实施例提供的方法,通过利用设置APN的机制,在设置APN的输入字符串中加入切片标识信息,终端中的应用处理器即可获取切片标识信息,无需大幅度修改终端中的应用处理器的代码,减少了用户选择网络切片的实现难度。
同时,本实施例提供的方法,终端通过分割字符对输入字符串进行分割,即可得到APN和切片标识信息,方便高效。
在基于图3的可选实施例中,注册请求包括:第一注册请求和第二注册请求。其中,第一注册请求的目的端是基站,第二注册请求的目的端是核心网。
图5示出了本申请一个示例性实施例提供的终端发送注册请求的示意图。图5中包括:终端501、基站502和核心网503。
终端501中可以包括调制解调器,调制解调器可以用于发送注册请求。
基站502是一种部署在接入网中用以为终端501提供无线通信功能的装置。基站可以包括各种形式的宏基站,微基站,中继站等等。在采用不同的无线接入技术的系统中,具备基站功能的设备的名称可能会有所不同,例如在LTE系统中,称为eNodeB或者eNB;在5G NR-U系统中,称为gNodeB或者gNB。随着通信技术的演进,“基站”这一描述可能会变化。本申请实施例对基站的具体实现形式不进行限制。
核心网503可以更加具体为核心网503中的功能网元AMF。
其中,终端501通过无线资源控制(Radio Resource Control,RRC)信令向基站502发送第一注册请求,第一注册请求包括切片标识信息;终端501通过NAS信令向核心网503发送第二注册请求,第二注册请求包括切片标识信息。
NAS层存在于通用移动通信系统(Universal Mobile Telecommunications System,UMTS)的无线通信协议栈中,作为核心网与终端之间的功能层。NAS信令就是在NAS层传输的信令,通过NAS信令实现终端501与核心网503之间的数据传输。
RRC层是负责处理与无线接入网相关的控制面过程的功能层。RRC信令就是在RRC层传输的信令,通过RRC信令实现终端501与基站502之间的数据传输。
示例性的,基站502可以接收到RRC信令和NAS信令,基站502对目的端是基站的RRC信令进行解析,而不会对目的端是核心网的NAS信令进行解析。基站502根据解析RRC信令所得到的切片标识信息为终端501选择AMF,之后,基站502将NAS信令转发至选择的AMF。
在基于图3的可选实施例中,切片标识信息包括:网络切片辅助选择信息(NetworkSliceSelectionAssistanceInformation,NSSAI)。
其中,NSSAI可以包括切片服务类型(Slice Service Type,SST)和切片区分器(SliceDifferentiator,SD)两个部分。其中,SST可以包括标准化和运营商自定义的类型,SD是补充SST的可选信息,以区分相同SST的多个网络切片。
示例性的,结合参考表一,其示出了标准化的SST值。
表一
Figure PCTCN2021111581-appb-000001
示例性的,NSSAI为1:1时,目标网络切片为网络切片1;NSSAI为1:2时,目标网络切片为网络切片2;NSSAI为2:1时,目标网络切片为网络切片3。
在基于图3的可选实施例中,除了无线接口层和调制解调器之外,终端还包括:应用层。如图1所示,应用层是无线接口层的上层。
图6示出了本申请一个示例性实施例提供的网络切片的选择方法的流程图,该方法可以应用于如图2所示的通信系统中的终端(即UE)中。该方法可以包括如下步骤:
步骤610,根据APN设置界面,确定输入字符串。
其中,APN设置界面是在终端上显示的用于对APN进行设置的用户界面。输入字符串由用户指定。输入字符串是与APN的设置有关的字符串。
在一种可能的实现方式中,步骤610包括:显示APN设置界面;响应于在APN设置界面接收到输入操作,确定输入字符串。
示例性的,APN设置界面上包括输入区域,用户可以在输入区域执行输入操作,输入操作包括但不限于:文字输入、语音输入、图片输入等等。终端在接收到输入操作后,即可确定出于输入操作对应的输入字符串。
结合参考图7,APN设置界面701显示有多个可选的候选选项,每个候选选项对应一个候选输入字符串。如:候选选项“internet_no_NSSAI”对应的候选输入字符串是“internet”;候选选项“internet2_vEPG_no_NSSAI”对应的候选输入字符串是“internet2”;候选选项“internet2_vEPG_Slice_2”对应的候选输入字符串是“internet2[nssai1:2]”。可以理解的是,前两个候选选项对应的候选输入字符串中只包括APN,不包括切片标识信息,最后一个候选选项对应的候选输入字符串中包括APN和切片标识信息。用户若不想选择网络切片,可以在前两个候选选项中进行选择,只设置APN。
在APN设置界面701中,还显示添加控件702。在用户不想在提供的候选选项中进行选择时,用户可以触发添加控件,显示APN设置界面703。用户可在APN设置界面703中的输入区域704执行输入操作,如输入:internet[nssai1:3]。应用层确定输入字符串为“internet[nssai1:3]”。
在另一种可能的实现方式中,步骤610包括:显示APN设置界面,APN设置界面包括切片标识信息对应的候选选项;响应于在APN设置界面接收到对候选选项中的目标选项的选择操作,确定与目标选项对应的输入字符串。
APN设置界面显示有至少一个候选选项,每个候选选项对应一个候选输入字符串。用户在候选选项中进行选择,用户选择的候选选项将作为目标选项。可以理解的是,在用户的选择范围内的候选选项是对应于切片标识信息的候选选项,如:候选选项“internet_Slice_1”,如果候选选项不对应于切片标识信息,只对应于APN,则不在用户的选择范围内,如图7中的候选选项“internet_no_NSSAI”。
其中,选择操作可以是点击、双击、拖动、滑动、按压、扫描、复制、粘贴、搜索中的至少一种。本申请实施例对选择操作的具体类型不进行限制。
结合参考图8,APN设置界面801显示有多个可选的候选选项,每个候选选项对应一个候选输入字符串。如:候选选项“internet_Slice_1”对应的候选输入字符串是“internet[nssai1:1]”;候选选项“internet2_vEPG_Slice_2”对应的候选输入字符串是“internet2[nssai1:2]”;候选选项“internet2_vEPG_Slice_3”对应的候选输入字符串是“internet2[nssai1:3]”。
用户选择候选选项“internet_Slice_1”作为目标选项,相应的,输入字符串是“internet[nssai1:1]”,终端确定输入字符串为“internet[nssai1:1]”。
示例性的,终端中的应用层用于确定输入字符串。应用层在确定输入字符串之后,将输入字符串传入无线接口层。无线接口层是Android中负责通信功能的中间层。无线接口层可以包括两个部分:RILJ和RILD。无线接口层中的RILJ从应用层获取输入字符串。
步骤620,从输入字符串获取切片标识信息,输入字符串是与APN的设置有关的字符串。
其中,切片标识信息用于指定目标网络切片。
示例性的,终端中的无线接口层用于从输入字符串获取切片标识信息,并将切片标识信息传入调制解调器。
步骤630,根据切片标识信息生成注册请求。
示例性的,终端中的调制解调器用于根据切片标识信息,生成注册请求。
步骤640,发送注册请求。
其中,注册请求用于请求网络设备分配目标网络切片。
示例性的,终端中的调制解调器用于发送注册请求。
综上所述,本实施例提供的方法,在与APN的设置有关的输入字符串中加入切片标识信息,终端通过从输入字符串中获取用户指定的切片标识信息,并发送根据切片标识信息生成的注册请求,由于注册请求可以请求网络设备分配与切片标识信息对应的目标网络切片,从而满足了用户自主选择网络切片的需求。
同时,本实施例提供的方法,通过利用设置APN的机制,在设置APN的输入字符串中加入切片标识信息,终端中的应用处理器即可获取切片标识信息,无需大幅度修改终端中的应用处理器的代码,减少了用户选择网络切片的实现难度。
同时,本实施例提供的方法,由终端从用户处确定输入字符串,在APN设置界面,用户可以通过选择操作选择一个目标选项,终端获取该目标选项对应的输入字符串,用户也可以进行输入操作,终端获取用户自行输入的输入字符串,提升了网络切片的选择方法的灵活性。
调制解调器发送的注册请求是终端与网络设备之间进行的注册流程的一部分。结合参考图9,图9示出了本申请一个示例性实施例提供的注册流程的示意图。
如图9所示,在步骤903中,终端通过RRC信令向基站发送注册请求(即第一注册请求)。在步骤904中,基站进行AMF选择。在步骤905中,终端通过NAS信令向核心网中的AMF发送注册请求(即第二注册请求)。上述第一注册请求和第二注册请求中可以携带终端的切片标识信息,如:NSSAI。
在后续步骤中,AMF和AUSF、UDM将对终端进行鉴权。鉴权通过后,终端成功注册到核心网中。参考步骤938,通过NAS信令,终端向AMF反馈注册完成消息。
终端成功注册到核心网后,核心网可以根据切片标识信息,为终端分配目标网络切片。终端即可与核心网分配的目标网络切片建立连接,使用目标网络切片提供的服务。
下面,通过如下的应用场景,对本申请实施例进行示例性的说明:
在通信领域的展示会上,用户是手机厂商的工作人员,用户正在进行网络切片的功能展示。用户知晓网络切片所对应的切片标识信息(如NSSAI),以及 网络切片所能提供的服务的特性,如:网络切片1对应的时延小,网络切片2对应的速率快。
用户可以在APN设置界面输入网络切片1对应的切片标识信息,将终端与网络切片1建立连接,用户对网络切片1的特性进行演示,如:视频时的时延很低;用户也可以在APN设置界面输入网络切片2对应的切片标识信息,将终端与网络切片2建立连接,用户对网络切片2的特性进行演示,如:实时游戏的速率很快。
需要说明的是,上述方法实施例可以分别单独实施,也可以组合实施,本申请对此不进行限制。
图10是本申请一个示例性实施例提供的网络切片的选择装置的结构框图,该装置可以实现成为终端,或者,实现成为终端中的一部分,该装置包括:无线接口层模块1001和调制解调器模块1002;
无线接口层模块1001,用于从输入字符串获取切片标识信息,输入字符串是与APN的设置有关的字符串,切片标识信息用于指定目标网络切片;
无线接口层模块1001,用于将切片标识信息传入调制解调器模块1002;
调制解调器模块1002,用于根据切片标识信息生成注册请求;
调制解调器模块1002,用于发送注册请求,注册请求用于请求网络设备分配目标网络切片。
在一个可选的实施例中,无线接口层模块1001,用于对输入字符串进行分割,确定APN和切片标识信息。
在一个可选的实施例中,无线接口层模块1001,用于确定输入字符串对应的分割字符;无线接口层模块1001,用于根据分割字符对输入字符串进行分割,确定APN和切片标识信息。
在一个可选的实施例中,无线接口层模块1001,用于确定无线接口层模块1001和调制解调器模块1002之间的API接口参数;无线接口层模块1001,用于根据API接口参数,将APN和切片标识信息传入调制解调器模块1002。
在一个可选的实施例中,调制解调器模块1002,用于向核心网发起APN设置请求,APN设置请求包括APN,APN设置请求用于请求接入APN对应的目标数据网络。
在一个可选的实施例中,调制解调器模块1002,用于通过RRC信令向基站发送第一注册请求,第一注册请求包括切片标识信息;调制解调器模块1002,用于通过NAS信令向核心网发送第二注册请求,第二注册请求包括切片标识信息。
在一个可选的实施例中,切片标识信息包括:NSSAI。
在一个可选的实施例中,装置还包括:应用层模块1003;应用层模块1003,用于根据APN设置界面,确定输入字符串,APN设置界面是用于设置APN的用户界面;应用层模块1003,用于将输入字符串传入无线接口层模块1001。
在一个可选的实施例中,应用层模块1003,用于显示APN设置界面;应用层模块1003,用于响应于在APN设置界面接收到输入操作,确定输入字符串。
在一个可选的实施例中,应用层模块1003,用于显示APN设置界面,APN设置界面包括切片标识信息对应的候选选项;应用层模块1003,用于响应于在APN设置界面接收到对候选选项中的目标选项的选择操作,确定与目标选项对应的输入字符串。
需要说明的是:上述实施例提供的网络切片的选择装置,仅以上述各功能模块的划分进行举例说明,实际应用中,可以根据需要而将上述功能分配由不同的功能模块完成,即将设备的内部结构划分成不同的功能模块,以完成以上描述的全部或者部分功能。另外,上述实施例提供的装置与方法实施例属于同一构思,其具体实现过程详见方法实施例,这里不再赘述。
请参考图11,其示出了本申请一个实施例提供的终端1100的结构示意图,该终端1100可以包括:处理器1101、接收器1102、发射器1103、存储器1104和总线1105。
处理器1101包括一个或者一个以上处理核心,处理器1101通过运行软件程序以及模块,从而执行各种功能应用以及信息处理。
接收器1102和发射器1103可以实现为一个通信组件,该通信组件可以是一块通信芯片。
存储器1104通过总线1105与处理器1101相连。
存储器1104可用于存储计算机程序,处理器1101用于执行该计算机程序,以实现上述方法实施例中的终端执行的各个步骤。
此外,存储器1104可以由任何类型的易失性或非易失性存储设备或者它们的组合实现,易失性或非易失性存储设备包括但不限于:磁盘或光盘,电可擦除可编程只读存储器(Electrically Erasable Programmable Read-Only Memory,EEPROM),可擦除可编程只读存储器(Erasable Programmable Read-Only Memory,EPROM),静态随时存取存储器(Static Random Access Memory,SRAM),只读存储器(Read-Only Memory,ROM),磁存储器,快闪存储器,可编程只读存储器(Programmable Read Only Memory,PROM)。
本申请还提供了一种计算机可读存储介质,所述计算机可读存储介质中存储有至少一条指令、至少一段程序、代码集或指令集,所述至少一条指令、所述至少一段程序、所述代码集或指令集由处理器加载并执行以实现上述任意示例性实施例所提供的网络切片的选择方法。
本申请实施例提供了一种计算机程序产品,该计算机程序产品包括计算机指令,该计算机指令存储在计算机可读存储介质中。计算机设备的处理器从计算机可读存储介质读取该计算机指令,处理器执行该计算机指令,使得该计算机设备执行上述可选实现方式中提供的网络切片的选择方法。
本领域普通技术人员可以理解实现上述实施例的全部或部分步骤可以通过硬件来完成,也可以通过程序来指令相关的硬件完成,所述的程序可以存储于一种计算机可读存储介质中,上述提到的存储介质可以是只读存储器,磁盘或光盘等。
以上所述仅为本申请的可选实施例,并不用以限制本申请,凡在本申请的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本申请的保护范围之内。

Claims (21)

  1. 一种网络切片的选择方法,适用于终端,所述方法包括:
    从输入字符串获取切片标识信息,所述输入字符串是与接入点名称APN的设置有关的字符串,所述切片标识信息用于指定目标网络切片;
    根据所述切片标识信息生成注册请求;
    发送所述注册请求,所述注册请求用于请求网络设备分配所述目标网络切片。
  2. 根据权利要求1所述的方法,其中,所述从输入字符串获取切片标识信息,包括:
    对所述输入字符串进行分割,确定所述APN和所述切片标识信息。
  3. 根据权利要求2所述的方法,其中,所述对所述输入字符串进行分割,确定所述APN和所述切片标识信息,包括:
    确定所述输入字符串对应的分割字符;
    根据所述分割字符对所述输入字符串进行分割,确定所述APN和所述切片标识信息。
  4. 根据权利要求2所述的方法,其中,所述方法还包括:
    向核心网发起APN设置请求,所述APN设置请求包括所述APN,所述APN设置请求用于请求接入所述APN对应的目标数据网络。
  5. 根据权利要求1所述的方法,其中,所述发送所述注册请求,包括:
    通过无线资源控制RRC信令向基站发送第一注册请求,所述第一注册请求包括所述切片标识信息;
    通过非接入层NAS信令向核心网发送第二注册请求,所述第二注册请求包括所述切片标识信息。
  6. 根据权利要求1至5任一所述的方法,其中,
    所述切片标识信息包括:网络切片辅助选择信息NSSAI。
  7. 根据权利要求1至5任一所述的方法,其中,所述方法还包括:
    根据APN设置界面,确定所述输入字符串,所述APN设置界面是用于设置所述APN的用户界面。
  8. 根据权利要求7所述的方法,其中,所述根据APN设置界面,确定所述输入字符串,包括:
    显示所述APN设置界面;
    响应于在所述APN设置界面接收到输入操作,确定所述输入字符串。
  9. 根据权利要求7所述的方法,其中,所述根据APN设置界面,确定所述输入字符串,包括:
    显示所述APN设置界面,所述APN设置界面包括所述切片标识信息对应的候选选项;
    响应于在所述APN设置界面接收到对所述候选选项中的目标选项的选择操作,确定与所述目标选项对应的所述输入字符串。
  10. 一种网络切片的选择装置,所述装置包括:无线接口层模块和调制解调器模块;
    所述无线接口层模块,用于从输入字符串获取切片标识信息,所述输入字符串是与接入点名称APN的设置有关的字符串,所述切片标识信息用于指定目标网络切片;
    所述无线接口层模块,用于将所述切片标识信息传入所述调制解调器模块;
    所述调制解调器模块,用于根据所述切片标识信息生成注册请求;
    所述调制解调器模块,用于发送所述注册请求,所述注册请求用于请求网络设备分配所述目标网络切片。
  11. 根据权利要求10所述的装置,其中,
    所述无线接口层模块,用于对所述输入字符串进行分割,确定所述APN和所述切片标识信息。
  12. 根据权利要求11所述的装置,其中,
    所述无线接口层模块,用于确定所述输入字符串对应的分割字符;
    所述无线接口层模块,用于根据所述分割字符对所述输入字符串进行分割,确定所述APN和所述切片标识信息。
  13. 根据权利要求11所述的装置,其中,
    所述无线接口层模块,用于确定所述无线接口层模块和所述调制解调器模块之间的应用程序编程接口API接口参数;
    所述无线接口层模块,用于根据所述API接口参数,将所述APN和所述切片标识信息传入所述调制解调器模块。
  14. 根据权利要求13所述的装置,其中,
    所述调制解调器模块,用于向核心网发起APN设置请求,所述APN设置请求包括所述APN,所述APN设置请求用于请求接入所述APN对应的目标数据网络。
  15. 根据权利要求10所述的装置,其中,
    所述调制解调器模块,用于通过无线资源控制RRC信令向基站发送第一注册请求,所述第一注册请求包括所述切片标识信息;
    所述调制解调器模块,用于通过非接入层NAS信令向核心网发送第二注册请求,所述第二注册请求包括所述切片标识信息。
  16. 根据权利要求10至15任一所述的装置,其中,
    所述切片标识信息包括:网络切片辅助选择信息NSSAI。
  17. 根据权利要求10至15任一所述的装置,其中,所述装置还包括:应用层模块;
    所述应用层模块,用于根据APN设置界面,确定所述输入字符串,所述APN设置界面是用于设置所述APN的用户界面;
    所述应用层模块,用于将所述输入字符串传入所述无线接口层模块。
  18. 根据权利要求17所述的装置,其中,
    所述应用层模块,用于显示所述APN设置界面;
    所述应用层模块,用于响应于在所述APN设置界面接收到输入操作,确定所述输入字符串。
  19. 根据权利要求17所述的装置,其中,
    所述应用层模块,用于显示所述APN设置界面,所述APN设置界面包括所述切片标识信息对应的候选选项;
    所述应用层模块,用于响应于在所述APN设置界面接收到对所述候选选项中的目标选项的选择操作,确定与所述目标选项对应的所述输入字符串。
  20. 一种终端,所述终端包括:
    处理器;
    与所述处理器相连的收发器;
    用于存储所述处理器的可执行指令的存储器;
    其中,所述处理器被配置为加载并执行所述可执行指令以实现如权利要求1至9任一所述的网络切片的选择方法。
  21. 一种计算机可读存储介质,所述计算机可读存储介质中存储有至少一条指令、至少一段程序、代码集或指令集,所述至少一条指令、至少一段程序、代码集或指令集由处理器加载并执行以实现如权利要求1至9任一所述的网络切片的选择方法。
PCT/CN2021/111581 2020-09-17 2021-08-09 网络切片的选择方法、装置、设备及存储介质 WO2022057516A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010977687.XA CN112040532B (zh) 2020-09-17 2020-09-17 网络切片的选择方法、装置、设备及存储介质
CN202010977687.X 2020-09-17

Publications (1)

Publication Number Publication Date
WO2022057516A1 true WO2022057516A1 (zh) 2022-03-24

Family

ID=73589599

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/111581 WO2022057516A1 (zh) 2020-09-17 2021-08-09 网络切片的选择方法、装置、设备及存储介质

Country Status (2)

Country Link
CN (1) CN112040532B (zh)
WO (1) WO2022057516A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114679752A (zh) * 2022-03-29 2022-06-28 青岛海信移动通信技术股份有限公司 双系统共享无线通信能力的方法及终端设备

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112040532B (zh) * 2020-09-17 2022-12-20 Oppo广东移动通信有限公司 网络切片的选择方法、装置、设备及存储介质
CN112788362B (zh) * 2020-12-25 2023-09-12 北京小米移动软件有限公司 一种视频播放方法、视频播放装置及存储介质
CN112770407A (zh) * 2020-12-31 2021-05-07 宇龙计算机通信科技(深圳)有限公司 一种建立数据承载的方法、装置、存储介质及电子设备
WO2023087263A1 (en) * 2021-11-19 2023-05-25 Lenovo (Beijing) Limited Method and apparatus for network performance improvement

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109314917A (zh) * 2017-05-09 2019-02-05 华为技术有限公司 网络切片选择策略更新方法、及装置
CN109964509A (zh) * 2016-11-18 2019-07-02 Lg 电子株式会社 在无线通信系统中选择网络节点的方法及其设备
US20200053531A1 (en) * 2016-10-11 2020-02-13 Telefonaktiebolaget Lm Ericsson (Publ) Network slicing-aware access network
US20200137675A1 (en) * 2017-06-17 2020-04-30 Lg Electronics Inc. Method for registering terminal in wireless communication system and apparatus therefor
CN112040532A (zh) * 2020-09-17 2020-12-04 Oppo广东移动通信有限公司 网络切片的选择方法、装置、设备及存储介质

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106572517B (zh) * 2015-10-09 2018-12-18 中国移动通信集团公司 网络切片的处理方法、接入网络的选择方法及装置
CN109391648B (zh) * 2017-08-04 2020-12-22 华为技术有限公司 一种应用与网络切片的关联方法、装置和通信系统
CN109729582B (zh) * 2018-12-27 2021-12-10 维沃移动通信有限公司 信息交互方法、装置及计算机可读存储介质

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200053531A1 (en) * 2016-10-11 2020-02-13 Telefonaktiebolaget Lm Ericsson (Publ) Network slicing-aware access network
CN109964509A (zh) * 2016-11-18 2019-07-02 Lg 电子株式会社 在无线通信系统中选择网络节点的方法及其设备
CN109314917A (zh) * 2017-05-09 2019-02-05 华为技术有限公司 网络切片选择策略更新方法、及装置
US20200137675A1 (en) * 2017-06-17 2020-04-30 Lg Electronics Inc. Method for registering terminal in wireless communication system and apparatus therefor
CN112040532A (zh) * 2020-09-17 2020-12-04 Oppo广东移动通信有限公司 网络切片的选择方法、装置、设备及存储介质

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
ZTE: "Clarification for UE Registration Procedures for Network Slice instance selection in case of multi-access", 3GPP DRAFT; S2-183644 CLARIFICATION FOR MULTIACCESS NETWORK SLICE INSTANCE SELECTION, 3RD GENERATION PARTNERSHIP PROJECT (3GPP), MOBILE COMPETENCE CENTRE ; 650, ROUTE DES LUCIOLES ; F-06921 SOPHIA-ANTIPOLIS CEDEX ; FRANCE, vol. SA WG2, no. Sanya, China; 20180416 - 20180420, 10 April 2018 (2018-04-10), Mobile Competence Centre ; 650, route des Lucioles ; F-06921 Sophia-Antipolis Cedex ; France , XP051437945 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114679752A (zh) * 2022-03-29 2022-06-28 青岛海信移动通信技术股份有限公司 双系统共享无线通信能力的方法及终端设备
CN114679752B (zh) * 2022-03-29 2024-04-19 青岛海信移动通信技术有限公司 双系统共享无线通信能力的方法及终端设备

Also Published As

Publication number Publication date
CN112040532B (zh) 2022-12-20
CN112040532A (zh) 2020-12-04

Similar Documents

Publication Publication Date Title
WO2022057516A1 (zh) 网络切片的选择方法、装置、设备及存储介质
EP3363222B1 (en) Apparatus and method for attaching user equipment to a mobile communications network
US20230069252A1 (en) Communication Method and Communication Apparatus
WO2020103523A1 (zh) 一种网络切片的选择方法、网络设备及终端
CN109314917A (zh) 网络切片选择策略更新方法、及装置
WO2022105897A1 (zh) 业务路径建立方法、通信装置及存储介质
WO2021227599A1 (zh) 一种通信的方法及装置
EP4195718A1 (en) Method for communication between user terminal and network, and terminal, network device and apparatus
US11943286B2 (en) Application instance switching method and apparatus
US20230156833A1 (en) Packet Forwarding Method, Apparatus, and System
US20220272577A1 (en) Communication method and communication apparatus
US20240276200A1 (en) Network capability exposure method, apparatus, and system
WO2022022322A1 (zh) 访问本地网络的方法和装置
US11310650B2 (en) Terminal policy sending method, apparatus, and terminal policy sending system
WO2021227600A1 (zh) 一种网络切片控制方法及通信装置
WO2023057081A1 (en) Configuring protocol data unit sessions
CN112770407A (zh) 一种建立数据承载的方法、装置、存储介质及电子设备
CN114514764B (zh) 设备、方法和计算机程序
WO2023087965A1 (zh) 一种通信方法及装置
US20220330010A1 (en) Online Signup Method and Apparatus
EP4210396A1 (en) Method and apparatus to assign a network slice for a session related to a legacy system
WO2022170798A1 (zh) 确定策略的方法和通信装置
EP4213576A1 (en) Method, apparatus, and system for allowing application to access network
KR20240060670A (ko) 통신 방법 및 장치
US11805085B2 (en) Enhancements to rich communication group messaging based on operating system

Legal Events

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

Ref document number: 21868344

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21868344

Country of ref document: EP

Kind code of ref document: A1