CN114205239A - Network slicing service determination method, device, equipment and computer storage medium - Google Patents

Network slicing service determination method, device, equipment and computer storage medium Download PDF

Info

Publication number
CN114205239A
CN114205239A CN202010869613.4A CN202010869613A CN114205239A CN 114205239 A CN114205239 A CN 114205239A CN 202010869613 A CN202010869613 A CN 202010869613A CN 114205239 A CN114205239 A CN 114205239A
Authority
CN
China
Prior art keywords
service
application program
information
network slicing
determining
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.)
Pending
Application number
CN202010869613.4A
Other languages
Chinese (zh)
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
China Mobile Communications Ltd Research Institute
Original Assignee
China Mobile Communications Group Co Ltd
China Mobile Communications Ltd Research Institute
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, China Mobile Communications Ltd Research Institute filed Critical China Mobile Communications Group Co Ltd
Priority to CN202010869613.4A priority Critical patent/CN114205239A/en
Publication of CN114205239A publication Critical patent/CN114205239A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0876Network architectures or network communication protocols for network security for authentication of entities based on the identity of the terminal or configuration, e.g. MAC address, hardware or software configuration or device fingerprint

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Power Engineering (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The embodiment of the invention provides a method, a device and equipment for determining a network slicing service and a computer storage medium. The network slicing service determination method comprises the following steps: receiving a network slicing service request sent by an application program; the network slice service request carries identity information of an application program; matching the identity information with subscription information stored in a database, and determining service description information corresponding to the application program in the target subscription information; and sending the service description information to the modem so that the modem determines the network slice service corresponding to the application program according to a preset user equipment routing strategy and the service description information. According to the network slicing service determination method, the network slicing service determination device, the electronic equipment and the computer storage medium, the modification amount and the maintenance cost of the application program can be reduced.

Description

Network slicing service determination method, device, equipment and computer storage medium
Technical Field
The invention belongs to the technical field of network slicing service determination, and particularly relates to a network slicing service determination method and device, electronic equipment and a computer storage medium.
Background
Network slicing is one of the important features of 5G, and unlike traditional traffic, network slicing services require the establishment of slice-specific data bearers based on the initiation of slice-subscribed applications. In the slice establishing process, the operating system needs to transmit the service description (TD) information of the application program to the Modem (Modem), and the Modem matches the slice corresponding to the TD information according to the UE Routing Selection Policy (URSP). However, the existing application program does not carry the TD information, and the operating system does not obtain the source of the TD information. At present, a 5G terminal does not have a unified scheme for obtaining application TD information, and the scheme discussed in the industry is that when an application program manufacturer orders a slice, an operator allocates TD information to an application, the application manufacturer presets the TD information in a program by modifying an application program related interface and developing an extension field, and when the slice establishment is initiated, the application program transmits the TD information to an operating system.
However, the existing scheme for presetting the TD information in the application program has the main disadvantages that: the application program does not support TD information carrying, the workload of development of the application program is large, and the investment cost is high.
Therefore, how to reduce the modification amount and maintenance cost of the application program is a technical problem to be solved urgently by those skilled in the art.
Disclosure of Invention
The embodiment of the invention provides a method and a device for determining a network slicing service, electronic equipment and a computer storage medium, which can reduce the modification amount and the maintenance cost of an application program.
In a first aspect, an embodiment of the present invention provides a method for determining a network slicing service, including:
receiving a network slicing service request sent by an application program; the network slice service request carries identity information of an application program;
matching the identity information with subscription information stored in a database, and determining service description information corresponding to the application program in the target subscription information;
and sending the service description information to the modem so that the modem determines the network slice service corresponding to the application program according to a preset user equipment routing strategy and the service description information.
Optionally, before matching the identity information with the subscription information stored in the database and determining the service description information corresponding to the application program in the target subscription information, the method further includes:
sending a signing information acquisition request to a server;
and receiving the subscription information sent by the server in response to the subscription information acquisition request.
Optionally, the sending the service description information to the modem includes:
establishing a data routing channel by calling an operating system interface;
and sending the service description information to the modem through the data routing channel.
Optionally, matching the identity information with subscription information stored in the database, and determining service description information corresponding to the application program in the target subscription information, includes:
and matching the package name, the signature and the signing information of the application program, and determining the service description information corresponding to the application program.
In a second aspect, an embodiment of the present invention provides a device for determining a network slicing service, including:
the first receiving module is used for receiving a network slicing service request sent by an application program; the network slice service request carries identity information of an application program;
the matching module is used for matching the identity information with the subscription information stored in the database and determining the service description information corresponding to the application program in the target subscription information;
and the first sending module is used for sending the service description information to the modem so that the modem determines the network slice service corresponding to the application program according to a preset user equipment routing strategy and the service description information.
Optionally, the apparatus further comprises:
the second sending module is used for sending a subscription information acquisition request to the server;
and the second receiving module is used for receiving the subscription information sent by the server responding to the subscription information acquisition request.
Optionally, the first sending module includes:
the establishing unit is used for establishing a data routing channel by calling an operating system interface;
and the sending unit is used for sending the service description information to the modem through the data routing channel.
Optionally, the matching module includes:
and the matching unit is used for matching the package name, the signature and the signing information of the application program and determining the service description information corresponding to the application program.
In a third aspect, an embodiment of the present invention provides an electronic device, where the device includes:
a processor and a memory storing computer program instructions;
the processor, when executing the computer program instructions, implements the network slicing service determination method of the first aspect or any of the alternative implementations of the first aspect.
In a fourth aspect, an embodiment of the present invention provides a computer storage medium, where computer program instructions are stored on the computer storage medium, and when the computer program instructions are executed by a processor, the method for determining a network slicing service in the first aspect or any optional implementation manner of the first aspect is implemented.
The network slicing service determination method, the network slicing service determination device, the electronic equipment and the computer storage medium can reduce the modification amount and the maintenance cost of the application program. The network slicing service determining method receives a network slicing service request sent by an application program; the network slice service request carries identity information of an application program; matching the identity information with subscription information stored in a database, and determining service description information corresponding to the application program in the target subscription information; and sending the service description information to the modem so that the modem determines the network slice service corresponding to the application program according to a preset user equipment routing strategy and the service description information. Therefore, the method can acquire and match the slice service description (TD) information at the terminal side, and can greatly reduce the modification amount and the maintenance cost of the application program.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required to be used in the embodiments of the present invention will be briefly described below, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic flowchart of a method for determining a network slicing service according to an embodiment of the present invention;
fig. 2 is a schematic architecture diagram of a network slicing service determination system according to an embodiment of the present invention;
fig. 3 is a flowchart illustrating another method for determining a network slicing service according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a network slicing service determination apparatus according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
Features and exemplary embodiments of various aspects of the present invention will be described in detail below, and in order to make objects, technical solutions and advantages of the present invention more apparent, the present invention will be further described in detail below with reference to the accompanying drawings and specific embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not to be construed as limiting the invention. It will be apparent to one skilled in the art that the present invention may be practiced without some of these specific details. The following description of the embodiments is merely intended to provide a better understanding of the present invention by illustrating examples of the present invention.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
As can be seen from the background section, the existing solution for presetting TD information in an application program has the main disadvantages: the application program does not support TD information carrying, the workload of development of the application program is large, and the investment cost is high.
In order to solve the problem of the prior art, embodiments of the present invention provide a method and an apparatus for determining a network slicing service, an electronic device, and a computer storage medium. First, a method for determining a network slicing service according to an embodiment of the present invention is described below.
Fig. 1 is a flowchart illustrating a method for determining a network slicing service according to an embodiment of the present invention. As shown in fig. 1, the network slicing service determining method may include the steps of:
s101, receiving a network slicing service request sent by an application program; the network slice service request carries identity information of an application program;
s102, matching the identity information with subscription information stored in a database, and determining service description information corresponding to an application program in target subscription information;
in one embodiment, before matching the identity information with the subscription information stored in the database and determining the service description information corresponding to the application program in the target subscription information, the method further includes:
sending a signing information acquisition request to a server;
and receiving the subscription information sent by the server in response to the subscription information acquisition request.
In one embodiment, matching the identity information with subscription information stored in a database, and determining service description information corresponding to an application program in target subscription information includes:
and matching the package name, the signature and the signing information of the application program, and determining the service description information corresponding to the application program.
S103, sending the service description information to the modem, so that the modem determines the network slice service corresponding to the application program according to the preset user equipment routing strategy and the service description information.
In one embodiment, sending the service description information to the modem comprises:
establishing a data routing channel by calling an operating system interface;
and sending the service description information to the modem through the data routing channel.
The network slicing service determining method receives a network slicing service request sent by an application program; the network slice service request carries identity information of an application program; matching the identity information with subscription information stored in a database, and determining service description information corresponding to the application program in the target subscription information; and sending the service description information to the modem so that the modem determines the network slice service corresponding to the application program according to a preset user equipment routing strategy and the service description information. Therefore, the method can acquire and match the slice service description (TD) information at the terminal side, and can greatly reduce the modification amount and the maintenance cost of the application program.
The following describes the above with a specific scenario embodiment.
In the embodiment, the terminal acquires and matches the slice service description (TD) information by presetting the network slice request management module in the terminal and combining the intelligent terminal capability configuration platform, so that the modification amount and the maintenance cost of the application program can be greatly reduced. The slice request management module and the terminal capability configuration platform are both provided and controlled by an operator, so that the authenticity of TD information can be guaranteed to a certain extent, and the risk of falsely using slice resources is reduced.
In the embodiment, a network slicing request management module is added at a terminal side and is matched with an intelligent terminal capability configuration platform, so that when an application program initiates a slicing service request, the terminal acquires and matches slicing service description (TD) information. The system architecture is shown in fig. 2, wherein the introduced main modules include a network slice request management module and an intelligent terminal capability configuration platform.
A network slice request management module: the module is preset in the terminal and is developed by a terminal manufacturer, provided by a network operator or developed by a third party. The main functions are as follows: (1) storing and updating service description (TD) information of an application subscribed to a network slicing service; (2) matching TD information corresponding to the application program when the terminal requests to establish the slice; (3) and initiating the establishment of a slice dedicated data channel and transmitting the TD information to the Modem.
The intelligent terminal capability configuration platform comprises: the platform is governed by the operator. The main function of the system is to input the signing information (package name, signature and service description information TD of application) of all application programs of the network slicing service, and transmit the signing information to the network slicing request management module of the terminal.
As shown in fig. 2, the flow of the network slicing service determining method mainly includes (i) to (ii).
Firstly, recording the contract signing information of the APP slicing service. And inputting the APP section service subscription information in the APP section subscription information database into an intelligent terminal capacity configuration platform.
And step two, configuring subscription information. And the intelligent terminal capability configuration platform configures the subscription information to the network slicing request management module.
Initiating a slicing service request by the APP and calling the slicing service management module.
And matching the TD information corresponding to the request slice APP.
Initiating the establishment of special data bearer of the slice, and transmitting TD information to the Modem.
Sixthly, matching the TD information transmitted by the APP with the TD in the URSP rule, and selecting a corresponding slice identifier to send to the network.
As shown in fig. 3, step 1: and an APP section signing database is input into a terminal capability configuration platform. The application programs subscribe the slicing service of the operator, and the operator inputs the subscription information (the package name, the signature and the service description information TD) of the application into the intelligent terminal capability configuration platform. The intelligent terminal capability configuration platform maintains a slicing service subscription database of all application manufacturers, and the database needs to be updated in real time along with the change of the slicing subscription condition of the application program (the application using the slices is added or deleted, and the subscription information is changed).
Step 2 a: and requesting subscription information data.
And step 2 b: and the capability configuration platform issues the subscription information data.
A network slice request management module preset in the terminal initiates a request for acquiring slice subscription information data (triggering time comprises starting up, inserting an SIM card, receiving a push message informing slice subscription information change by the terminal, overtime of a timer and the like), and the capability configuration platform sends the slice subscription information data to the network slice request management module of the terminal.
And step 3: the APP calls a network slice request management module. The application program initiates a slicing service request and calls a network slicing request management module. The application program interface does not need to carry TD information in the step.
And 4, step 4: and matching the TD information corresponding to the request slice APP. And the network slicing request management module matches the package name and the signature of the application program with the subscription information stored in the database, and retrieves the service description information TD corresponding to the application program. The TD information is remotely configured by an intelligent terminal capability configuration platform of an operator, so that the TD information can be prevented from being falsely used by illegal application to a certain extent.
Step 5 a: and transmitting TD information corresponding to the APP.
And step 5 b: TD information is transferred.
The network slice request management module initiates special data bearer establishment for the application program of the signed slice by calling the operating system interface, establishes a slice-specific data routing channel so as to route the application program data to the slice-specific channel and transmits the TD information to Modom.
Step 6: and (5) carrying out URSP regulation matching. The Modem receives the service description information TD transmitted by the operating system, matches with TD information in a URSP rule configured for the terminal by a core network, triggers PDU Session establishment, and maps the application onto a corresponding slice.
At present, an application program does not carry service description information TD, and if an application manufacturer modifies an application program interface to increase TD information, the development cost and the maintenance cost which need to be invested are higher. In the embodiment, the acquisition and matching of the TD information are realized by the slice request management module preset in the terminal, and the modification amount of an application manufacturer is greatly reduced.
The intelligent terminal capability configuration platform uniformly configures the TD information of the application program for the terminal, so that illegal application can be prevented from falsely using the TD information of legal application to a certain extent, and higher slicing service safety guarantee is provided.
As shown in fig. 4, an embodiment of the present application further provides a network slicing service determining apparatus, including:
a first receiving module 401, configured to receive a network slicing service request sent by an application; the network slice service request carries identity information of an application program;
a matching module 402, configured to match the identity information with subscription information stored in the database, and determine service description information corresponding to the application program in the target subscription information;
a first sending module 403, configured to send the service description information to the modem, so that the modem determines a network slice service corresponding to the application according to a preset ue routing policy and the service description information.
Optionally, the apparatus further comprises:
the second sending module is used for sending a subscription information acquisition request to the server;
and the second receiving module is used for receiving the subscription information sent by the server responding to the subscription information acquisition request.
Optionally, the first sending module 403 includes:
the establishing unit is used for establishing a data routing channel by calling an operating system interface;
and the sending unit is used for sending the service description information to the modem through the data routing channel.
Optionally, the matching module 402 includes:
and the matching unit is used for matching the package name, the signature and the signing information of the application program and determining the service description information corresponding to the application program.
Each module/unit in the apparatus shown in fig. 4 has a function of implementing each step in fig. 1, and can achieve the corresponding technical effect, and for brevity, the description is not repeated here.
Fig. 5 shows a schematic structural diagram of an electronic device according to an embodiment of the present invention.
The electronic device may comprise a processor 501 and a memory 502 in which computer program instructions are stored.
Specifically, the processor 501 may include a Central Processing Unit (CPU), an Application Specific Integrated Circuit (ASIC), or one or more Integrated circuits configured to implement the embodiments of the present invention.
Memory 502 may include mass storage for data or instructions. By way of example, and not limitation, memory 502 may include a Hard Disk Drive (HDD), a floppy Disk Drive, flash memory, an optical Disk, a magneto-optical Disk, tape, or a Universal Serial Bus (USB) Drive or a combination of two or more of these. In one example, memory 502 can include removable or non-removable (or fixed) media, or memory 502 is non-volatile solid-state memory. The memory 502 may be internal or external to the electronic device.
In one example, the Memory 502 may be a Read Only Memory (ROM). In one example, the ROM may be mask programmed ROM, programmable ROM (prom), erasable prom (eprom), electrically erasable prom (eeprom), electrically rewritable ROM (earom), or flash memory, or a combination of two or more of these.
The processor 501 reads and executes the computer program instructions stored in the memory 502 to implement the method in the embodiment shown in fig. 1, and achieves the corresponding technical effect achieved by the embodiment shown in fig. 1 executing the method/step thereof, which is not described herein again for brevity.
In one example, the electronic device can also include a communication interface 503 and a bus 510. As shown in fig. 5, the processor 501, the memory 502, and the communication interface 503 are connected via a bus 510 to complete communication therebetween.
The communication interface 503 is mainly used for implementing communication between modules, apparatuses, units and/or devices in the embodiments of the present invention.
Bus 510 includes hardware, software, or both to couple the components of the electronic device to each other. By way of example, and not limitation, a Bus may include an Accelerated Graphics Port (AGP) or other Graphics Bus, an Enhanced Industry Standard Architecture (EISA) Bus, a Front-Side Bus (Front Side Bus, FSB), a Hyper Transport (HT) interconnect, an Industry Standard Architecture (ISA) Bus, an infiniband interconnect, a Low Pin Count (LPC) Bus, a memory Bus, a Micro Channel Architecture (MCA) Bus, a Peripheral Component Interconnect (PCI) Bus, a PCI-Express (PCI-X) Bus, a Serial Advanced Technology Attachment (SATA) Bus, a video electronics standards association local (VLB) Bus, or other suitable Bus or a combination of two or more of these. Bus 510 may include one or more buses, where appropriate. Although specific buses have been described and shown in the embodiments of the invention, any suitable buses or interconnects are contemplated by the invention.
In addition, embodiments of the present invention may be implemented by providing a computer storage medium. The computer storage medium having computer program instructions stored thereon; the computer program instructions, when executed by a processor, implement any of the network slicing service determination methods in the above embodiments.
It is to be understood that the invention is not limited to the specific arrangements and instrumentality described above and shown in the drawings. A detailed description of known methods is omitted herein for the sake of brevity. In the above embodiments, several specific steps are described and shown as examples. However, the method processes of the present invention are not limited to the specific steps described and illustrated, and those skilled in the art can make various changes, modifications and additions or change the order between the steps after comprehending the spirit of the present invention.
The functional blocks shown in the above-described structural block diagrams may be implemented as hardware, software, firmware, or a combination thereof. When implemented in hardware, it may be, for example, an electronic Circuit, an Application Specific Integrated Circuit (ASIC), suitable firmware, plug-in, function card, or the like. When implemented in software, the elements of the invention are the programs or code segments used to perform the required tasks. The program or code segments may be stored in a machine-readable medium or transmitted by a data signal carried in a carrier wave over a transmission medium or a communication link. A "machine-readable medium" may include any medium that can store or transfer information. Examples of a machine-readable medium include electronic circuits, semiconductor memory devices, ROM, flash memory, Erasable ROM (EROM), floppy disks, CD-ROMs, optical disks, hard disks, fiber optic media, Radio Frequency (RF) links, and so forth. The code segments may be downloaded via computer networks such as the internet, intranet, etc.
It should also be noted that the exemplary embodiments mentioned in this patent describe some methods or systems based on a series of steps or devices. However, the present invention is not limited to the order of the above-described steps, that is, the steps may be performed in the order mentioned in the embodiments, may be performed in an order different from the order in the embodiments, or may be performed simultaneously.
As described above, only the specific embodiments of the present invention are provided, and it can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working processes of the system, the module and the unit described above may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again. It should be understood that the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive various equivalent modifications or substitutions within the technical scope of the present invention, and these modifications or substitutions should be covered within the scope of the present invention.

Claims (10)

1. A method for determining a network slicing service, comprising:
receiving a network slicing service request sent by an application program; wherein, the network slice service request carries the identity information of the application program;
matching the identity information with subscription information stored in a database, and determining service description information corresponding to the application program in target subscription information;
and sending the service description information to a modem, so that the modem determines the network slice service corresponding to the application program according to a preset user equipment routing strategy and the service description information.
2. The method according to claim 1, wherein before the matching the identity information with the subscription information stored in the database and determining the service description information corresponding to the application program in the target subscription information, the method further comprises:
sending a signing information acquisition request to a server;
and receiving the subscription information sent by the server in response to the subscription information acquisition request.
3. The method of claim 1, wherein the sending the traffic description information to a modem comprises:
establishing a data routing channel by calling an operating system interface;
and sending the service description information to the modem through the data routing channel.
4. The method for determining a network slicing service according to claim 1, wherein the matching the identity information with subscription information stored in a database to determine service description information corresponding to the application program in target subscription information comprises:
and matching the package name, the signature and the signing information of the application program, and determining the service description information corresponding to the application program.
5. A network slicing service determining apparatus, comprising:
the first receiving module is used for receiving a network slicing service request sent by an application program; wherein, the network slice service request carries the identity information of the application program;
the matching module is used for matching the identity information with the subscription information stored in the database and determining the service description information corresponding to the application program in the target subscription information;
a first sending module, configured to send the service description information to a modem, so that the modem determines, according to a preset user equipment routing policy and the service description information, a network slice service corresponding to the application program.
6. The network slicing service determining apparatus as claimed in claim 5, wherein said apparatus further comprises:
the second sending module is used for sending a subscription information acquisition request to the server;
and the second receiving module is used for receiving the subscription information sent by the server in response to the subscription information acquisition request.
7. The network slicing service determining apparatus of claim 5, wherein the first sending module comprises:
the establishing unit is used for establishing a data routing channel by calling an operating system interface;
and the sending unit is used for sending the service description information to the modem through the data routing channel.
8. The network slicing service determining apparatus of claim 5, wherein the matching module comprises:
and the matching unit is used for matching the package name, the signature and the signing information of the application program and determining the service description information corresponding to the application program.
9. An electronic device, characterized in that the electronic device comprises: a processor, and a memory storing computer program instructions;
the processor reads and executes the computer program instructions to implement the network slicing service determination method of any of claims 1-4.
10. A computer storage medium having computer program instructions stored thereon which, when executed by a processor, implement the network slicing service determination method of any one of claims 1-4.
CN202010869613.4A 2020-08-26 2020-08-26 Network slicing service determination method, device, equipment and computer storage medium Pending CN114205239A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010869613.4A CN114205239A (en) 2020-08-26 2020-08-26 Network slicing service determination method, device, equipment and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010869613.4A CN114205239A (en) 2020-08-26 2020-08-26 Network slicing service determination method, device, equipment and computer storage medium

Publications (1)

Publication Number Publication Date
CN114205239A true CN114205239A (en) 2022-03-18

Family

ID=80644109

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010869613.4A Pending CN114205239A (en) 2020-08-26 2020-08-26 Network slicing service determination method, device, equipment and computer storage medium

Country Status (1)

Country Link
CN (1) CN114205239A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107889169A (en) * 2016-09-29 2018-04-06 华为技术有限公司 The method for building up and device of network section
WO2018099311A1 (en) * 2016-12-02 2018-06-07 中兴通讯股份有限公司 Resource allocation method, apparatus, system and computer storage medium
CN109429277A (en) * 2017-07-05 2019-03-05 中兴通讯股份有限公司 The selection method of network slice, apparatus and system
US20190140904A1 (en) * 2016-07-25 2019-05-09 Huawei Technologies Co., Ltd. Network slicing method and system
US10602422B1 (en) * 2018-12-10 2020-03-24 Verizon Patent And Licensing Inc. Application-based user equipment route selection policy mapping
CN111416745A (en) * 2020-03-26 2020-07-14 腾讯科技(深圳)有限公司 Network slice determining method and related device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190140904A1 (en) * 2016-07-25 2019-05-09 Huawei Technologies Co., Ltd. Network slicing method and system
CN107889169A (en) * 2016-09-29 2018-04-06 华为技术有限公司 The method for building up and device of network section
WO2018099311A1 (en) * 2016-12-02 2018-06-07 中兴通讯股份有限公司 Resource allocation method, apparatus, system and computer storage medium
CN109429277A (en) * 2017-07-05 2019-03-05 中兴通讯股份有限公司 The selection method of network slice, apparatus and system
US10602422B1 (en) * 2018-12-10 2020-03-24 Verizon Patent And Licensing Inc. Application-based user equipment route selection policy mapping
CN111416745A (en) * 2020-03-26 2020-07-14 腾讯科技(深圳)有限公司 Network slice determining method and related device

Similar Documents

Publication Publication Date Title
EP3824594B1 (en) Apparatus and method for ssp device and server to negotiate digital certificates
CN113453194B (en) Mobile edge service updating method, device, system, equipment and medium
US11832348B2 (en) Data downloading method, data management method, and terminal
KR20230026982A (en) Session creation method and related device
CN111385180A (en) Communication tunnel construction method, device, equipment and medium
JP5613350B2 (en) Method for updating maintenance element contained in terminal on communication network and corresponding update server
CN114385386A (en) Method, device, equipment and storage medium for calling micro-service
CN111385256A (en) Method, device, equipment and medium for migrating batch applications
CN112637221A (en) Equipment control method and device
CN114205239A (en) Network slicing service determination method, device, equipment and computer storage medium
CN109462589B (en) Method, device and equipment for controlling network access of application program
CN109348472B (en) OTA (over the air) upgrading method and system based on single-point pushing
CN109068343B (en) Base station opening method and device, computer storage medium and equipment
CN113490211B (en) Auxiliary security domain establishing method, SM-SR and system
CN106331038B (en) Control method, equipment and the system of base station and car networking application server communication
CN113795008B (en) V2X signature verification method and device, electronic equipment and readable storage medium
CN115883369A (en) Network slice deployment method, system, device, equipment and readable storage medium
CN115150162A (en) Root certificate updating method and device
CN111401672B (en) Block chain-based validity verification method, device and system
CN109995540B (en) Charging method, system, equipment and medium for event value-added service
CN114697375B (en) Voice packet switching method and device, storage medium and electronic device
CN114205237B (en) Authentication method and device for application program, electronic equipment and computer storage medium
CN103873240A (en) CRL transmission method, device and system
CN118175464B (en) FTTR gateway upgrading method, gateway equipment, system and computer readable storage medium
US20220247577A1 (en) Provisioning system and method

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