WO2020258986A1 - Procédé et dispositif d'obtention d'informations de capacité radio, support de stockage et dispositif électronique - Google Patents

Procédé et dispositif d'obtention d'informations de capacité radio, support de stockage et dispositif électronique Download PDF

Info

Publication number
WO2020258986A1
WO2020258986A1 PCT/CN2020/084016 CN2020084016W WO2020258986A1 WO 2020258986 A1 WO2020258986 A1 WO 2020258986A1 CN 2020084016 W CN2020084016 W CN 2020084016W WO 2020258986 A1 WO2020258986 A1 WO 2020258986A1
Authority
WO
WIPO (PCT)
Prior art keywords
capability information
wireless capability
information
index information
wireless
Prior art date
Application number
PCT/CN2020/084016
Other languages
English (en)
Chinese (zh)
Inventor
付昂
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2020258986A1 publication Critical patent/WO2020258986A1/fr

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W8/00Network data management
    • H04W8/22Processing or transfer of terminal data, e.g. status or physical capabilities
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9014Indexing; Data structures therefor; Storage structures hash tables
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W8/00Network data management
    • H04W8/22Processing or transfer of terminal data, e.g. status or physical capabilities
    • H04W8/24Transfer of terminal data

Definitions

  • the present invention relates to the field of computers, and in particular to a method and device for acquiring wireless capability information, a storage medium, and an electronic device.
  • UE User Equipment
  • 3GPP 3rd Generation Partnership Project
  • UE User Equipment
  • the UE When the UE accesses the network for the first time, it sends the UE radio capability information encoded by Abstract Syntax Notation One (ASN.1) to the base station through a radio access control (Radio Resource Control, RRC) message.
  • the wireless capability of the UE includes various radio access technology (Radio Access Technology, referred to as RAT) related information (for example, power level, frequency band, etc.) that it supports. Therefore, the UE wireless capability information may be large (for example, more than 1000 bytes).
  • RAT Radio Access Technology
  • the UE wireless capability ASN.1 code stream received by the evolved Node B (evolved Node B, referred to as eNB) of a base station can reach a maximum of 8188 bytes.
  • the base station stores the wireless capability information of the UE in the UE instance while maintaining the connection with the UE. When the UE is released, the base station clears this information along with the UE instance. In order to avoid the need to send the wireless capability to the base station every time the UE accesses the network and cause wireless overload, the base station can send the received UE wireless capability information to the core network for temporary storage. When the subsequent UE accesses the network, the core The network sends the buffered UE radio capability to the base station. The core network clears the UE radio capability information along with the UE instance when the UE goes to register.
  • the base station equipment is a network element that adopts 3GPP technical standards, such as an evolved Node B (evolved Node B, referred to as eNB), and a new radio node B (New Radio Node B, referred to as gNB).
  • the core network equipment is a network element that adopts 3GPP technical standards, such as a mobility management entity (Mobility Management Element, referred to as MME), and access and mobility management function (Access and Mobility Management Function, referred to as AMF).
  • MME mobility management entity
  • AMF Access and Mobility Management Function
  • the wireless capability information of the UE is related to its software and hardware version. On the one hand, for an individual UE, its wireless capability information is stable, that is, each time it accesses the network, the UE's wireless capability information is the same. On the other hand, for multiple UEs listed in the same batch of a certain brand, their wireless capability information is usually the same.
  • both the base station and the core network equipment need to store and maintain UE wireless capability information for each UE served by them, which may consume a large amount of memory resources.
  • the base station needs to store the ASN.1 code stream of 4000 bytes in addition to the 1000 byte ASN.1 code stream in the UE instance.
  • the maximum number of connected UEs supported by it may reach hundreds of thousands or even millions, and more memory resources may be required to store UE wireless capability information.
  • the base station needs to perform ASN.1 decoding on its UE wireless capability every time it accesses the network, especially when the UE’s wireless capability ASN.1 code stream is long (for example, more than 1000 bytes) , ASN.1 decoding operation may become the performance bottleneck of the base station.
  • the hardware cost of the base station and core network equipment is increased under the premise of the predetermined number of users.
  • it introduces a performance bottleneck for the software processing of the base station and increases the UE access delay, reducing the user's network experience.
  • the embodiment of the present invention provides a method and device, storage medium, and electronic device for acquiring wireless capability information.
  • a method for acquiring wireless capability information which includes: receiving first wireless capability information sent by a user equipment UE, wherein the first wireless capability information is used to instruct the UE to access Wireless network capability; in the wireless capability information table stored according to the index information as the primary key, look up whether there is first index information, where the first index information is generated based on the first wireless capability information; In the case where the first index information exists in the wireless capability information table, acquiring the wireless capability information corresponding to the first index information in the wireless capability information table.
  • an apparatus for acquiring wireless capability information including: a receiving module configured to receive first wireless capability information sent by a user equipment UE, wherein the first wireless capability information is used for Indicate the UE’s ability to access the wireless network; the search module is used to search for the presence of first index information in the wireless capability information table stored according to the index information as the primary key, where the first index information is based on The first wireless capability information is generated; an obtaining module is configured to obtain information corresponding to the first index information in the wireless capability information table when the first index information exists in the wireless capability information table Wireless capability information.
  • a storage medium in which a computer program is stored, wherein the computer program is configured to execute the steps in any one of the foregoing method embodiments when running.
  • an electronic device including a memory and a processor, the memory stores a computer program, and the processor is configured to run the computer program to execute any of the above Steps in the method embodiment.
  • FIG. 1 is a block diagram of the hardware structure of a mobile terminal of a method for acquiring wireless capability information according to an embodiment of the present invention
  • Figure 2 is a flowchart of a method for acquiring wireless capability information according to an embodiment of the present invention
  • Figure 3 is a signaling sequence diagram for the long-term evolution network to acquire UE wireless capabilities
  • Figure 4 is a signaling sequence diagram for the source eNB to transmit the UE radio capability to the target eNB during the X2 handover preparation process in the LTE network;
  • Fig. 5 is a block diagram of a UE wireless capability information management device
  • Figure 6 is a schematic diagram of the data structure design of the UE wireless capability information hash storage module
  • Figure 7 is a working flow chart of an eNB equipment UE wireless capability information management device
  • FIG. 8 is a flowchart of storing UE wireless capability information by a hash storage module of eNB equipment UE wireless capability information;
  • FIG. 9 is a flow chart of the eNB equipment UE wireless capability information hash storage module updating the UE wireless capability information state
  • Figure 10 is a working flow chart of the eNB equipment UE wireless capability information monitoring module
  • Figure 11 is a working flow chart of the AMF equipment UE wireless capability information management device
  • FIG. 12 is a flowchart of storing UE wireless capability information by the hash storage module of UE wireless capability information of the AMF device;
  • Fig. 13 is a structural block diagram of an apparatus for acquiring wireless capability information according to an embodiment of the present invention.
  • FIG. 1 is a hardware structural block diagram of a mobile terminal in a method for acquiring wireless capability information according to an embodiment of the present invention.
  • the mobile terminal 10 may include one or more (only one is shown in FIG. 1) processor 102 (the processor 102 may include, but is not limited to, a processing device such as a microprocessor MCU or a programmable logic device FPGA. ) And a memory 104 for storing data.
  • the above mobile terminal may also include a transmission device 106 and an input/output device 108 for communication functions.
  • FIG. 1 is only for illustration, and does not limit the structure of the above-mentioned mobile terminal.
  • the mobile terminal 10 may also include more or fewer components than those shown in FIG. 1, or have a different configuration from that shown in FIG.
  • the memory 104 may be used to store computer programs, for example, software programs and modules of application software, such as the computer programs corresponding to the method for acquiring wireless capability information in the embodiment of the present invention.
  • the processor 102 runs the computer programs stored in the memory 104, Thereby, various functional applications and data processing are executed, that is, the above-mentioned method is realized.
  • the memory 104 may include a high-speed random access memory, and may also include a non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory.
  • the memory 104 may further include a memory remotely provided with respect to the processor 102, and these remote memories may be connected to the mobile terminal 10 via a network. Examples of the aforementioned networks include, but are not limited to, the Internet, corporate intranets, local area networks, mobile communication networks, and combinations thereof.
  • the transmission device 106 is used to receive or send data via a network.
  • the above-mentioned specific example of the network may include a wireless network provided by the communication provider of the mobile terminal 10.
  • the transmission device 106 includes a network adapter (Network Interface Controller, NIC for short), which can be connected to other network devices through a base station to communicate with the Internet.
  • the transmission device 106 may be a radio frequency (Radio Frequency, referred to as RF) module, which is used to communicate with the Internet in a wireless manner.
  • RF Radio Frequency
  • FIG. 2 is a flowchart of a method for acquiring wireless capability information according to an embodiment of the present invention. As shown in FIG. 2, the process includes the following steps:
  • Step S202 Receive first wireless capability information sent by user equipment UE, where the first wireless capability information is used to indicate the ability of the UE to access a wireless network;
  • Step S204 in the wireless capability information table stored according to the index information as the primary key, search for whether there is first index information, where the first index information is generated according to the first wireless capability information;
  • Step S206 in the case where the first index information exists in the wireless capability information table, obtain the wireless capability information corresponding to the first index information in the wireless capability information table.
  • the first wireless capability information is used to indicate the ability of the UE to access the wireless network; in the wireless capability information table stored according to the index information as the primary key, Find whether there is first index information, where the first index information is generated according to the first wireless capability information; in the case where the first index information exists in the wireless capability information table, obtain the wireless capability information table corresponding to the first index information Wireless capability information.
  • the search for the first wireless capability information based on the first index information can be implemented, and the storage of the wireless capability information on the network side can be reduced. Therefore, the problem of repetitive decoding of the UE's wireless capability information, memory occupation, and low wireless capability efficiency can be solved, and the effect of reducing memory can be achieved.
  • the execution subject of the foregoing steps may be the network side, for example, a base station or a core network, but is not limited thereto.
  • the index information may be the hash value of the wireless capability information
  • the hash value of the wireless capability information may be determined by: determining the address of the wireless capability information and the code stream length of the first wireless capability information; The address of the capability information, the code stream length of the wireless capability information, and the random number are input into the preset hash algorithm model; the hash value of the wireless capability information output by the preset hash algorithm model is received.
  • the wireless capability information includes the first wireless capability information, the second wireless capability information, and the third wireless capability information in this embodiment.
  • the random numbers used for each wireless capability information are different.
  • the first hash value of the second wireless capability information; the first hash value is determined as the second index information.
  • the second hash value of the wireless capability information; the second hash value is determined as the third index information.
  • the third index information is used to verify the UE; the third index information is stored in the wireless capability information table.
  • the first random data is different from the second random number, and the third index information is used to verify the value of the UE.
  • the third index information is used to verify the value of the UE.
  • the eNB considers that the wireless capability information of these UEs are the same, and the system only needs to store one copy of the UE wireless capability information.
  • the wireless capability information may be received in the following manner, as shown in FIG. 3, which is a signaling sequence diagram for the eNB in the Long Term Evolution (LTE) network to obtain the UE wireless capability.
  • the eNB sends a UE CAPABILITY ENQUIRY message to query the UE for radio capability information, and the UE sends the ASN.1 encoded radio capability information to the eNB through the UE CAPABILITY INFORMATION message.
  • the eNB saves the received UE radio capability information in the UE instance, and sends it to the MME for storage through the UE CAPABILITY INFO INDICATION message.
  • FIG. 4 it is a signaling sequence diagram for the source eNB to transmit the UE radio capability to the target eNB during the X2 handover preparation process in the LTE network.
  • the source eNB carries the UE wireless capability ASN.1 code stream in the HANDOVER REQUEST message and sends it to the target eNB, and the target eNB saves the received UE wireless capability information in the UE instance.
  • the first wireless capability information when the first index information exists in the wireless capability information table, after obtaining the wireless capability information corresponding to the first index information in the wireless capability information table, the first wireless capability information is decoded to obtain The decoded first wireless capability information; the decoded first wireless capability information is stored in the wireless capability information table corresponding to the first index information.
  • the stored UE wireless capability information also includes information after decoding the wireless capability information ASN.1 code stream, which can prevent the eNB from performing ASN.1 decoding every time the UE accesses, thereby reducing the system load.
  • the second index information is deleted Corresponding wireless capability information table. For example, the eNB automatically clears the stored UE wireless capability information that has not been used by any UE instance for 12 consecutive hours.
  • the problem of increasing the cost of equipment by storing UE’s wireless capability information in the memory resources of the mobile communication network provides a method and device for base stations and core network element equipment in a mobile communication network to process UE’s wireless capability information.
  • the embodiment of the present application provides a method for a base station and a core network to manage UE wireless capability information, including the following steps:
  • UE wireless capability ASN.1 code stream For each received UE wireless capability ASN.1 code stream, use a non-encrypted hash algorithm to generate a fixed-length hash value (or called a digital fingerprint), and use the hash value as the primary key to store UE wireless capability information (Including ASN.1 code stream and decoded information). For a newly accessed UE, if the generated hash value already exists in the system, the UE wireless capability information stored in the system is directly used; otherwise, the generated hash value is used as the primary key to store the UE wireless capability information.
  • a non-encrypted hash algorithm For a newly accessed UE, if the generated hash value already exists in the system, the UE wireless capability information stored in the system is directly used; otherwise, the generated hash value is used as the primary key to store the UE wireless capability information.
  • the system automatically clears the stored UE wireless capability information that reaches the inactivity threshold and reclaims related memory resources.
  • the inactivity threshold is set by the user, for example, no UE instance has used the stored UE radio capability information for 12 consecutive hours.
  • the embodiment of the present application also provides an apparatus for managing UE wireless capability information, as shown in FIG. 5, including the following modules:
  • the UE wireless capability information hash management module is used to store and search UE wireless capability information (including ASN.1 code stream and decoded information) using hash value as the primary key;
  • the UE wireless capability information monitoring module is used to monitor the usage of the UE wireless capability information stored by the system by the UE instance, and automatically clear the UE wireless capability information that reaches the inactivity threshold to recover system memory resources.
  • the eNB uses the non-encrypted hash algorithm MurmurHash3 (32bit) to generate a fixed length of 32bit for the UE wireless capability ASN.1 code stream of variable length.
  • the hash value hash1 (the first hash value) is used as the storage primary key.
  • the second re-hashing method is used to generate another fixed-length 32-bit hash value hash2 (second hash value) as the check code for the UE wireless capability ASN.1 code stream.
  • the function of the check code is to further distinguish the different UE wireless capability ASN.1 code stream in the case of hash1 collision.
  • the eNB For different UEs, if their UE wireless capability ASN.1 code stream generates the same hash1 and the same hash2, the eNB considers the wireless capability information of these UEs to be the same, and the system only needs to store a copy of the UE wireless capability information. .
  • the stored UE wireless capability information also includes the information after decoding the wireless capability ASN.1 code stream, which can prevent the eNB from performing the ASN.1 decoding operation every time the UE accesses, thereby reducing the system load.
  • the eNB automatically clears the stored UE radio capability information that has not been used by any UE instance for 12 consecutive hours.
  • the eNB adopts a data structure method combining an array and a linked list to store and manage UE wireless capability information, where the array size m is set by the user, for example, 10000.
  • the array item with the subscript hash1%m stores the wireless capability information address of the UE whose primary key is hash1, and the conflict of the subscript hash1%m is resolved in a linked list.
  • the workflow of the UE radio capability information management apparatus of the eNB includes the following steps S701 to S704.
  • Step S701 the UE wireless capability information storage module performs an initialization operation, including creating an array hashTable of size m, and generating 2 random numbers rand1, rand2 in the range of [0, 2 ⁇ 32] based on the current system timestamp.
  • step S702 the UE wireless capability information monitoring module starts a period monitoring timer Tmonitor, and the timer duration is set by the user, for example, 1 hour.
  • Step S703 If the hash storage module receives the UE wireless capability storage request, it executes the UE wireless capability storage process.
  • Step S704 if the hash storage module receives the UE release instruction, it executes the UE radio capability status update process.
  • the UE wireless capability storage process includes the following steps S801 to S805.
  • Step S801 the UE wireless capability storage module receives the UE wireless capability ASN.1 code stream
  • step S802 the UE wireless capability storage module uses rand1 and rand2 as parameters, and calls MurmurHash3 (32bit) algorithm to generate two hash values hash1 and hash2 for the UE wireless capability ASN.1 code stream.
  • MurmurHash3 32bit
  • Step S805 as a result of the storage process, output the memory address of the linked list item E.
  • the UE radio capability information status update process includes the following steps S901 to S902.
  • Step S901 The UE radio capability information storage module receives the memory address of the linked list item E used by the UE released by the eNB.
  • the working process of the UE wireless capability information monitoring module includes the following steps S1001 to S1002:
  • ThreshInactive represents the inactive time threshold set by the user, such as 12 hours.
  • Step S1003 start the monitoring timer.
  • This embodiment describes an implementation manner of the UE wireless capability information management apparatus in the AMF device.
  • the AMF uses the non-encrypted hash algorithm CityHash128 to generate a fixed-length 128-bit hash value hash as the storage primary key for the UE wireless capability ASN.1 code stream of variable length.
  • the collision probability of the 128-bit hash value has reached the system design requirement, so the hash check code is not added.
  • the AMF considers that the wireless capability information of these UEs is the same, and the system only needs to store a copy of the UE wireless capability information.
  • AMF automatically clears stored UE wireless capability information that has not been used by any UE instance for 24 consecutive hours.
  • the AMF uses a data structure method combining an array and a linked list to store and manage UE wireless capability information, where the array size m is set by the user, such as 65535.
  • the array item with the subscript hash%m stores the wireless capability information address of the UE whose primary key is hash, and the conflict of the subscript hash%m is resolved in a linked list.
  • the working process of the AMF UE wireless capability information management me device includes the following steps S1101 to S1104.
  • Step S1101 The UE wireless capability information storage module performs an initialization operation, including establishing an array hashTable of size m, and generating a random number rand in the range of [0, 2 ⁇ 32] based on the current system timestamp.
  • step S1102 the UE wireless capability information monitoring module starts a periodic monitoring timer Tmonitor, and the timer duration is set by the user, for example, 1 hour.
  • Step S1103 if the hash storage module receives the UE wireless capability storage request, it executes the UE wireless capability storage process.
  • Step S1104 if the hash storage module receives the UE release instruction, it executes the UE radio capability status update process.
  • the UE wireless capability storage process includes the following steps S1201 to S1205.
  • Step S1201 the UE wireless capability storage module receives the UE wireless capability ASN.1 code stream
  • step S1202 the UE wireless capability storage module uses rand as a parameter to call the CityHash128 algorithm to generate a hash value hash for the UE wireless capability ASN.1 code stream.
  • Step S1205 as a result of the storage process, output the memory address of the linked list item E.
  • the UE radio capability information status update process in this embodiment is shown in FIG. 9 and will not be repeated.
  • the UE radio capability information monitoring process in this embodiment is shown in FIG. 10 and will not be repeated.
  • the threshold ThreshInactive set by the user is 24 hours.
  • the method according to the above embodiment can be implemented by means of software plus the necessary general hardware platform, of course, it can also be implemented by hardware, but in many cases the former is Better implementation.
  • the technical solution of the present invention essentially or the part that contributes to the existing technology can be embodied in the form of a software product, and the computer software product is stored in a storage medium (such as ROM/RAM, magnetic disk, The optical disc) includes a number of instructions to enable a terminal device (which may be a mobile phone, a computer, a server, or a network device, etc.) to execute the method described in each embodiment of the present invention.
  • the embodiment of the present application also provides a device for acquiring wireless capability information, which is used to implement the above-mentioned embodiments and preferred implementation manners, and those that have been described will not be repeated.
  • the term "module” can implement a combination of software and/or hardware with predetermined functions.
  • the devices described in the following embodiments are preferably implemented by software, hardware or a combination of software and hardware is also possible and conceived.
  • FIG. 13 is a structural block diagram of a device for acquiring wireless capability information according to an embodiment of the present invention. As shown in FIG. 13, the device includes: a receiving module 1302, a searching module 1304, and an acquiring module 1306. The device will be described below:
  • the receiving module 1302 is configured to receive first wireless capability information sent by a user equipment UE, where the first wireless capability information is used to indicate the ability of the UE to access a wireless network;
  • the searching module 1304 is configured to find whether there is first index information in the wireless capability information table stored according to the index information as the primary key, wherein the first index information is generated according to the first wireless capability information;
  • the acquiring module 1306 is configured to acquire the wireless capability information corresponding to the first index information in the wireless capability information table when the first index information exists in the wireless capability information table.
  • the first wireless capability information is used to indicate the ability of the UE to access the wireless network; in the wireless capability information table stored according to the index information as the primary key, Find whether there is first index information, where the first index information is generated according to the first wireless capability information; in the case where the first index information exists in the wireless capability information table, obtain the wireless capability information table corresponding to the first index information Wireless capability information.
  • the search for the first wireless capability information based on the first index information can be implemented, and the storage of the wireless capability information on the network side can be reduced. Therefore, the problem of repetitive decoding of the UE's wireless capability information, memory occupation, and low wireless capability efficiency can be solved, and the effect of reducing memory can be achieved.
  • the index information may be the hash value of the wireless capability information
  • the hash value of the wireless capability information may be determined by: determining the address of the wireless capability information and the code stream length of the first wireless capability information; The address of the capability information, the code stream length of the wireless capability information, and the random number are input into the preset hash algorithm model; the hash value of the wireless capability information output by the preset hash algorithm model is received.
  • the wireless capability information includes the first wireless capability information, the second wireless capability information, and the third wireless capability information in this embodiment.
  • the random numbers used for each wireless capability information are different.
  • the first hash value of the second wireless capability information; the first hash value is determined as the second index information.
  • the second hash value of the wireless capability information; the second hash value is determined as the third index information.
  • the third index information is used to verify the UE; the third index information is stored in the wireless capability information table.
  • the first random data is different from the second random number, and the third index information is used to verify the value of the UE.
  • the third index information is used to verify the value of the UE.
  • the eNB considers that the wireless capability information of these UEs are the same, and the system only needs to store one copy of the UE wireless capability information.
  • the radio capability information can be received in the following manner.
  • FIG. 3 it is a signaling sequence diagram for the eNB in a Long Term Evolution (LTE) network to acquire the UE radio capability, including the following steps:
  • the eNB sends a UE CAPABILITY ENQUIRY message to query the UE for radio capability information;
  • S302 The UE sends the ASN.1 encoded radio capability information to the eNB through the UE CAPABILITY INFORMATION message;
  • the eNB saves the received UE radio capability information in the UE instance, and sends it to the MME for storage through the UE CAPABILITY INFO INDICATION message.
  • FIG. 4 it is a signaling sequence diagram of the source-side eNB transmitting the UE radio capability to the target-side eNB in the X2 handover preparation process in the LTE network, including the following steps:
  • the source eNB carries the UE wireless capability ASN.1 code stream in the HANDOVER REQUEST message and sends it to the target eNB;
  • the target-side eNB saves the received UE radio capability information in the UE instance.
  • the apparatus further includes: a processing module, configured to receive the second index information sent by the UE before searching whether the first index information exists in the wireless capability information table stored according to the index information as the primary key Wireless capability information, and generate second index information according to the second wireless capability information; the storage module is used to store the second wireless capability information using the second index information as the primary key, wherein the wireless capability information table includes: Capability information, second index information.
  • the first wireless capability information when the first index information exists in the wireless capability information table, after obtaining the wireless capability information corresponding to the first index information in the wireless capability information table, the first wireless capability information is decoded to obtain The decoded first wireless capability information; the decoded first wireless capability information is stored in the wireless capability information table corresponding to the first index information.
  • the stored UE wireless capability information also includes information after decoding the wireless capability information ASN.1 code stream, which can prevent the eNB from performing ASN.1 decoding every time the UE accesses, thereby reducing the system load.
  • the second index information is deleted Corresponding wireless capability information table. For example, the eNB automatically clears the stored UE wireless capability information that has not been used by any UE instance for 12 consecutive hours.
  • each of the above modules can be implemented by software or hardware.
  • it can be implemented in the following manner, but not limited to this: the above modules are all located in the same processor; or, the above modules are combined in any combination The forms are located in different processors.
  • the embodiment of the present application also provides a storage medium in which a computer program is stored, wherein the computer program is configured to execute the steps in any of the foregoing method embodiments when running.
  • the foregoing storage medium may be configured to store a computer program for executing the foregoing steps.
  • the foregoing storage medium may include, but is not limited to: U disk, Read-Only Memory (Read-Only Memory, ROM for short), Random Access Memory (Random Access Memory, RAM for short), Various media that can store computer programs, such as mobile hard disks, magnetic disks, or optical disks.
  • the embodiment of the present application also provides an electronic device, including a memory and a processor, the memory is stored with a computer program, and the processor is configured to run the computer program to execute the steps in any of the foregoing method embodiments.
  • the aforementioned electronic device may further include a transmission device and an input-output device, wherein the transmission device is connected to the aforementioned processor, and the input-output device is connected to the aforementioned processor.
  • the foregoing processor may be configured to execute the foregoing steps through a computer program.
  • modules or steps of the present invention can be implemented by a general computing device. They can be concentrated on a single computing device or distributed in a network composed of multiple computing devices. Above, alternatively, they can be implemented with program codes executable by the computing device, so that they can be stored in the storage device for execution by the computing device, and in some cases, can be executed in a different order than here. Perform the steps shown or described, or fabricate them into individual integrated circuit modules, or fabricate multiple modules or steps of them into a single integrated circuit module to achieve. In this way, the present invention is not limited to any specific combination of hardware and software.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

La présente invention concerne un procédé et un dispositif d'obtention d'informations de capacité radio, un support de stockage et un dispositif électronique. Le procédé consiste à : recevoir des premières informations de capacité radio envoyées par un équipement utilisateur (UE), les premières informations de capacité radio étant utilisées pour indiquer la capacité de l'UE à accéder à un réseau radio ; chercher s'il existe des premières informations d'index dans une table d'informations de capacité radio stockée selon des informations d'index en tant que mot-clé primaire, les premières informations d'index étant générées selon les premières informations de capacité radio ; et si les premières informations d'index existent dans la table d'informations de capacité radio, obtenir des informations de capacité radio correspondant aux premières informations d'index à partir de la table d'informations de capacité radio.
PCT/CN2020/084016 2019-06-24 2020-04-09 Procédé et dispositif d'obtention d'informations de capacité radio, support de stockage et dispositif électronique WO2020258986A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910550758.5A CN112135289A (zh) 2019-06-24 2019-06-24 无线能力信息的获取方法及装置、存储介质、电子装置
CN201910550758.5 2019-06-24

Publications (1)

Publication Number Publication Date
WO2020258986A1 true WO2020258986A1 (fr) 2020-12-30

Family

ID=73849842

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/084016 WO2020258986A1 (fr) 2019-06-24 2020-04-09 Procédé et dispositif d'obtention d'informations de capacité radio, support de stockage et dispositif électronique

Country Status (2)

Country Link
CN (1) CN112135289A (fr)
WO (1) WO2020258986A1 (fr)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102244891A (zh) * 2010-05-10 2011-11-16 中兴通讯股份有限公司 多载波测量能力的上报方法及装置、获取方法及装置
CN108282773A (zh) * 2017-01-06 2018-07-13 中兴通讯股份有限公司 信息发送、资源配置方法及装置、控制节点、网元
CN108810876A (zh) * 2017-05-05 2018-11-13 华为技术有限公司 通信方法及相关设备
WO2019052691A1 (fr) * 2017-09-13 2019-03-21 Telefonaktiebolaget Lm Ericsson (Publ) Configuration d'une connexion
CN110267251A (zh) * 2019-05-27 2019-09-20 华为技术有限公司 无线接入能力信息处理方法及相关设备

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100440838C (zh) * 2005-11-10 2008-12-03 中兴通讯股份有限公司 一种终端无线接入方法及其系统
CN101640879B (zh) * 2008-08-01 2012-05-23 华为技术有限公司 系统间切换能力信息获取和系统接入的方法、装置及系统
CN102932765B (zh) * 2011-08-12 2015-06-03 华为技术有限公司 能力信息获取的方法及设备
US10588130B2 (en) * 2017-02-03 2020-03-10 Qualcomm Incorporated Methods and apparatus for user equipment capability exchange

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102244891A (zh) * 2010-05-10 2011-11-16 中兴通讯股份有限公司 多载波测量能力的上报方法及装置、获取方法及装置
CN108282773A (zh) * 2017-01-06 2018-07-13 中兴通讯股份有限公司 信息发送、资源配置方法及装置、控制节点、网元
CN108810876A (zh) * 2017-05-05 2018-11-13 华为技术有限公司 通信方法及相关设备
WO2019052691A1 (fr) * 2017-09-13 2019-03-21 Telefonaktiebolaget Lm Ericsson (Publ) Configuration d'une connexion
CN110267251A (zh) * 2019-05-27 2019-09-20 华为技术有限公司 无线接入能力信息处理方法及相关设备

Also Published As

Publication number Publication date
CN112135289A (zh) 2020-12-25

Similar Documents

Publication Publication Date Title
WO2018054195A1 (fr) Procédé de distribution de ressources et station de base
KR102711784B1 (ko) 홈 plmn 구성 변경으로 인한 ue에서의 vplmn 구성 업데이트 관리
US10462646B2 (en) Methods and apparatus for optimization of SIM card initialization
JP2021510997A (ja) Ueのためにポリシーを構成するための方法、装置、及びシステム
WO2022171051A1 (fr) Procédé et dispositif de communication
US20200275258A1 (en) Communications method and apparatus
CN113596816B (zh) 一种受限ue能力的控制方法及装置、计算机存储介质
JP2019521592A (ja) モノのインターネットにおけるsms処理方法、モビリティ管理ネットワークエレメント及び端末デバイス
CN110859012A (zh) 一种速率控制的方法、装置和系统
CN104320347B (zh) 一种主动更新lldp的方法及设备
EP3745774A1 (fr) Procédé, dispositif et système de commande de règles
WO2019095379A1 (fr) Procédé, dispositif, et support de stockage informatique pour l'activation et la désactivation d'un service
WO2022148431A1 (fr) Procédé et appareil de commutation de configuration de réception discontinue (drx), terminal
EP4312413A2 (fr) Procédés et appareils de commande de politique
WO2020258986A1 (fr) Procédé et dispositif d'obtention d'informations de capacité radio, support de stockage et dispositif électronique
WO2017101042A1 (fr) Appareil et procédé de mise à jour de paramètres de contrôle d'accès, et système de communication
TW201929571A (zh) 網路重定向方法及終端、存取網設備、移動管理設備
WO2020147717A1 (fr) Procédé de configuration d'événement de surveillance, dispositif de communication et système de communication
CN114691734A (zh) 缓存管控方法、装置、计算机可读介质及电子设备
WO2018058675A1 (fr) Procédé de gestion d'emplacement, nœud de plan de commande et équipement utilisateur
CN112153647B (zh) 通信方法和相关设备
CN103718610B (zh) 一种系统消息更新的方法及网络设备
WO2017113282A1 (fr) Appareil et procédé de notification de message de réseau, et système de communication
US11477750B2 (en) Data transmission method and device, and computer storage medium
JP2024528950A (ja) セッション復元のための方法及び装置

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: 20833683

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS (EPO FORM 1205A DATED 30.05.2022)

122 Ep: pct application non-entry in european phase

Ref document number: 20833683

Country of ref document: EP

Kind code of ref document: A1