CN109962883B - Information indication method, network equipment and user equipment - Google Patents

Information indication method, network equipment and user equipment Download PDF

Info

Publication number
CN109962883B
CN109962883B CN201711404428.2A CN201711404428A CN109962883B CN 109962883 B CN109962883 B CN 109962883B CN 201711404428 A CN201711404428 A CN 201711404428A CN 109962883 B CN109962883 B CN 109962883B
Authority
CN
China
Prior art keywords
indication information
data model
information
operation type
data
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.)
Active
Application number
CN201711404428.2A
Other languages
Chinese (zh)
Other versions
CN109962883A (en
Inventor
李安纪
朱志国
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Huawei Digital Technologies Co Ltd
Original Assignee
Beijing Huawei Digital Technologies Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Huawei Digital Technologies Co Ltd filed Critical Beijing Huawei Digital Technologies Co Ltd
Priority to CN201711404428.2A priority Critical patent/CN109962883B/en
Publication of CN109962883A publication Critical patent/CN109962883A/en
Application granted granted Critical
Publication of CN109962883B publication Critical patent/CN109962883B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/133Protocols for remote procedure calls [RPC]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/54Presence management, e.g. monitoring or registration for receipt of user log-on information, or the connection status of the users

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The application provides a method for indicating information, which comprises the following steps: generating first indication information and second indication information according to a reference file, wherein the reference file is configured with relevant information of a first data model set and relevant information of a first operation type set, the first indication information is used for a user device to determine whether to update a second data model set stored locally, and the second indication information is used for the user device to determine whether to update the second operation type set stored locally; and sending the first indication information and the second indication information to the user equipment. The first indication information and the second indication information are respectively generated according to the reference file saved on the network equipment, so that the user equipment can clearly determine which one of the data model set and the operation type set needs to be updated, and only part of information in the example data of the data model set is analyzed under the condition that only one of the data model set and the operation type set needs to be updated, thereby reducing unnecessary system overhead.

Description

Information indication method, network equipment and user equipment
Technical Field
The present application relates to the field of network technologies, and in particular, to a method for indicating information, a network device, and a user equipment.
Background
A Network Configuration Protocol (Netconf) is a Network device management Protocol that defines mechanisms for creating, querying, modifying, and deleting data on a Network device through a Remote Procedure Call (RPC) method.
The Yang modeling language defines a brand-new modeling language, and a data model described by using the Yang modeling language is called a Yang data model.
When the user equipment manages the network equipment by using Netconf, it is necessary to determine which data models are configured on the network equipment, and it is necessary to determine the operation types supported by the network equipment defined in each data model, so that the user equipment determines which operation type can be accessed to the network equipment.
As a prior art, a user device queries a network device for a data model set identifier, and determines whether a data model set and an operation type set stored in the user device need to be updated according to the data model set identifier.
However, the user equipment can only determine that at least one of the stored data model set and the operation type set needs to be updated according to the data model set, and cannot determine whether the data model set needs to be updated or the operation type set needs to be updated.
The user equipment needs to acquire the instance data of the data model set from the network equipment under the condition that whether the data model set needs to be updated or the operation type set needs to be updated cannot be determined, whether all data model files included in the instance data of the data model set are stored locally is determined by analyzing the instance data of the data model set, whether the operation types supported by the locally-stored network equipment are consistent with the operation types determined through the instance data is determined, and finally the locally-stored data model set and/or the operation type set are determined to be updated.
Disclosure of Invention
The application provides an information indication method, network equipment and user equipment, which can reduce unnecessary system overhead.
In a first aspect, a method for indicating information is provided, which is performed by a network device configured with a first set of data models, where the first set of data models includes at least one data model, and each data model defines at least part of a first set of operation types supported by the network device, and includes: generating first indication information and second indication information according to a reference file, wherein the reference file is configured with relevant information of the first data model set and relevant information of the first operation type set, the first indication information is used for a user device to determine whether to update a second locally stored data model set, the second data model set is the same as at least part of data models included in the first data model set, and the second indication information is used for the user device to determine whether to update a second locally stored operation type set, the second operation type set is the same as at least part of operation types included in the first operation type set; and sending the first indication information and the second indication information to the user equipment.
The first indication information and the second indication information are respectively generated according to a reference file saved on the network device, the first indication information is used for the user device to determine whether the locally stored data model set needs to be updated, and the second indication information is used for the user device to determine whether the locally stored operation type set needs to be updated, so that the user device can clearly determine which one of the data model set and the operation type set needs to be updated, and therefore, under the condition that only one of the data model set needs to be updated, the user device only analyzes partial information in example data of the data model set, and unnecessary system overhead is reduced.
With reference to the first aspect, in a possible implementation manner of the first aspect, the generating the first indication information and the second indication information according to the reference file includes: determining relevant information of the first data model set from the reference file, and generating the first indication information according to the relevant information of the first data model set; and determining the related information of the first operation type set from the reference file, and generating the second indication information according to the related information of the first operation type set.
The method comprises the steps that first indication information is generated according to relevant information of a first data model set configured in a reference file stored on network equipment, and second indication information is generated according to relevant information of a first operation type set configured in the reference file, wherein the first indication information is used for user equipment to determine whether the locally stored data model set needs to be updated, and the second indication information is used for the user equipment to determine whether the locally stored operation type set needs to be updated, so that the user equipment can clearly determine which one of the data model set and the operation type set needs to be updated, and therefore the user equipment only analyzes partial information in example data of the data model set under the condition that only one of the data model set needs to be updated, and unnecessary system overhead is reduced.
With reference to the first aspect, in a possible implementation manner of the first aspect, the related information of the first data model set includes at least one of the following information: a name of each data model in the first set of data models, a name of a sub-model of each data model, a namespace of each data model, and a version of each data model.
By determining information, included in the instance data of the first data model set, associated with the data models in the first data model set as related information of the first data model set, first indication information generated by the network device according to the related information of the first data model set can be used for determining whether to update the locally stored second data model set, so that the user device does not analyze the information, related to the data models, in the instance data of the data model set without updating the locally stored second data model set, and unnecessary system overhead is reduced.
With reference to the first aspect, in a possible implementation manner of the first aspect, the related information of the first operation type set at least includes at least one of the following information: a type of operation defined in each data model in the first set of data models, a type of operation defined in a sub-model of the each data model, a type of correspondence of a deviation of the each data model with the each data model.
By determining the information, which is included in the instance data of the first data model set and is associated with the operation type in the first operation type set, as the related information of the first operation type set, the second indication information, which is generated by the network device according to the related information of the first operation type set, can be used for determining whether to update the locally stored second operation type set, so that the user device does not analyze the information, which is associated with the operation type, in the instance data of the data model set without updating the locally stored second operation type set, thereby reducing unnecessary system overhead.
With reference to the first aspect, in a possible implementation manner of the first aspect, the first indication information and the second indication information are generated by a secure hash algorithm.
The first indication information and the second indication information are generated by the secure hash algorithm, and it can be ensured that the first indication information or the second indication information generated by the secure hash algorithm is the same for the same input, that is, for different network devices, if the first indication information generated by the secure hash algorithm is the same, it indicates that the first data model sets of the two are the same, and if the second indication information generated by the secure hash algorithm is the same, it indicates that the first operation type sets of the two are the same.
Therefore, for two network devices with the same first data model set, the user equipment may store only the data model set configured on any one of the two network devices, and only the operation type set supported by any one of the two network devices, thereby improving storage efficiency and saving memory space of the user equipment.
With reference to the first aspect, in a possible implementation manner of the first aspect, the first indication information and the second indication information are carried in a character string including N characters, N is greater than or equal to 2, and N is a positive integer.
With reference to the first aspect, in a possible implementation manner of the first aspect, the first indication information is carried in first M consecutive characters of the N characters, the second indication information is carried in N-M consecutive characters after the M characters of the N characters, M < N, and M is a positive integer.
With reference to the first aspect, in a possible implementation manner of the first aspect, the method further includes: and receiving a query message sent by the user equipment, wherein the query message is used for requesting the network equipment to send the first indication information and the second indication information to the user equipment.
In a second aspect, a method for indicating information is provided, and is applied in a scenario of managing a network device, where the network device is configured with a first set of data models, where the first set of data models includes at least one data model, and each data model defines at least part of a first set of operation types supported by the network device, and the method is performed by a user equipment that manages the network device, and includes: receiving first indication information and second indication information sent by the network device, wherein the first indication information is determined by the network device according to relevant information of a first data model set, the relevant information of the first data model set is associated with the first data model set, the second indication information is determined by the network device according to relevant information of a first operation type set, and the relevant information of the first operation type set is associated with the first operation type set; determining whether to update a second locally stored data model set according to the first indication information, wherein the second data model set is the same as the type of at least part of data models included in the first data model set; and determining whether to update a second operation type set stored locally according to the second indication information, wherein the second operation type set is the same as at least part of operation types included in the first operation type set.
The first indication information and the second indication information are respectively generated according to a reference file saved on the network device, the first indication information is used for the user device to determine whether the locally stored data model set needs to be updated, and the second indication information is used for the user device to determine whether the locally stored operation type set needs to be updated, so that the user device can clearly determine which one of the data model set and the operation type set needs to be updated, and therefore, under the condition that only one of the data model set needs to be updated, the user device only analyzes partial information in example data of the data model set, and unnecessary system overhead is reduced.
With reference to the second aspect, in a possible implementation manner of the second aspect, the first indication information is generated by the network device by determining relevant information of the first data model set from the reference file and according to the relevant information of the first data model set; the second indication information is generated by the network device by determining the relevant information of the first operation type set from the reference file and according to the relevant information of the first operation type set.
The method comprises the steps that first indication information is generated according to relevant information of a first data model set configured in a reference file stored on network equipment, and second indication information is generated according to relevant information of a first operation type set configured in the reference file, wherein the first indication information is used for user equipment to determine whether the locally stored data model set needs to be updated, and the second indication information is used for the user equipment to determine whether the locally stored operation type set needs to be updated, so that the user equipment can clearly determine which one of the data model set and the operation type set needs to be updated, and therefore the user equipment only analyzes partial information in example data of the data model set under the condition that only one of the data model set needs to be updated, and unnecessary system overhead is reduced.
With reference to the second aspect, in a possible implementation manner of the second aspect, the determining whether to update the locally stored second data model set according to the first indication information includes: determining not to update a second locally stored data model set in case the first indication information is identical in content to third indication information stored by the user equipment; or determining to update the second data model set stored locally in case the first indication information is different from the third indication information stored by the user equipment.
By enabling the user equipment to determine whether to update the locally stored second data model set according to the condition that the content of the first indication information is the same as that of the third indication information, the user equipment does not analyze the information related to the data model in the instance data of the data model set under the condition that the locally stored second data model set does not need to be updated, and therefore unnecessary system overhead is reduced.
With reference to the second aspect, in a possible implementation manner of the second aspect, the determining whether to update the second operation type set stored locally according to the second indication information includes: determining not to update a locally stored second set of operation types in the case that the second indication information is the same as the content of fourth indication information stored by the user equipment; or determining to update the locally stored second operation type set in case the second indication information is different from the content of the fourth indication information stored by the user equipment.
By enabling the user equipment to determine whether to update the locally stored second operation type set according to the fact that whether the second indication information is the same as the fourth indication information or not, the user equipment does not analyze the information related to the operation type in the instance data of the data model set under the condition that the locally stored second operation type set does not need to be updated, and therefore unnecessary system overhead is reduced.
With reference to the second aspect, in a possible implementation manner of the second aspect, the relevant information of the first data model set at least includes the following information: a name of each data model in the first set of data models, a name of a sub-model of each data model, a namespace of each data model, and a version of each data model.
By determining information, included in the instance data of the first data model set, associated with the data models in the first data model set as related information of the first data model set, first indication information generated by the network device according to the related information of the first data model set can be used for determining whether to update a second data model set stored locally, and therefore unnecessary system overhead is reduced.
With reference to the second aspect, in a possible implementation manner of the second aspect, the information related to the first operation type set at least includes the following information: a type of operation defined in each data model in the first set of data models, a type of operation defined in a sub-model of the each data model, a type of correspondence of a deviation of the each data model with the each data model.
By determining the information, included in the instance data of the first data model set, associated with the operation types in the first operation type set as the related information of the first operation type set, the second indication information generated by the network device according to the related information of the first operation type set can be used for determining whether to update the second operation type set stored locally, so that unnecessary system overhead is reduced.
With reference to the second aspect, in a possible implementation manner of the second aspect, the first indication information and the second indication information are generated by a secure hash algorithm.
The first indication information and the second indication information are generated by the secure hash algorithm, and it can be ensured that the first indication information or the second indication information generated by the secure hash algorithm is the same for the same input, that is, for different network devices, if the first indication information generated by the secure hash algorithm is the same, it indicates that the first data model sets of the two are the same, and if the second indication information generated by the secure hash algorithm is the same, it indicates that the first operation type sets of the two are the same.
Therefore, for two network devices with the same first data model set, the user equipment may store only the data model set configured on any one of the two network devices, and only the operation type set supported by any one of the two network devices, thereby improving storage efficiency and saving memory space of the user equipment.
With reference to the second aspect, in a possible implementation manner of the second aspect, the first indication information and the second indication information are carried in a character string including N characters, N is greater than or equal to 2, and N is a positive integer.
With reference to the second aspect, in a possible implementation manner of the second aspect, the first indication information is carried in first M consecutive characters of the N characters, the second indication information is carried in N-M consecutive characters after the M characters of the N characters, M < N, and M is a positive integer.
With reference to the second aspect, in a possible implementation manner of the second aspect, the method further includes: and receiving a query message sent by the user equipment, wherein the query message is used for requesting the network equipment to send the first indication information and the second indication information to the user equipment.
In a third aspect, a network device is provided, where the network device is configured to perform the method in the first aspect or any possible implementation manner of the first aspect. In particular, the network device may comprise means for performing the method of the first aspect or any possible implementation manner of the first aspect.
In a fourth aspect, a network device is provided, which comprises a memory for storing instructions and a processor for executing the instructions stored by the memory, and the execution of the instructions stored in the memory causes the processor to perform the first aspect or the method in any of the possible implementations of the first aspect.
In a fifth aspect, a computer-readable storage medium is provided, having stored therein instructions that, when executed on a computer, cause the computer to perform the method of the first aspect or any possible implementation manner of the first aspect.
A sixth aspect provides a user equipment configured to perform the method of the second aspect or any possible implementation manner of the second aspect. In particular, the second network device may comprise means for performing the method of the second aspect or any possible implementation manner of the second aspect.
In a seventh aspect, a user equipment is provided, which comprises a memory for storing instructions and a processor for executing the instructions stored in the memory, and the execution of the instructions stored in the memory causes the processor to execute the method of the second aspect or any possible implementation manner of the second aspect.
In an eighth aspect, there is provided a computer-readable storage medium having stored therein instructions which, when run on a computer, cause the computer to perform the method of the second aspect or any possible implementation of the second aspect.
Drawings
Fig. 1 is a schematic diagram of a network system according to an embodiment of the present application.
Fig. 2 is a schematic flow chart of a method for indicating information provided in an embodiment of the present application.
Fig. 3 is a schematic block diagram of a network device according to an embodiment of the present application.
Fig. 4 is another schematic block diagram of a network device according to an embodiment of the present application.
Fig. 5 is a schematic block diagram of a user equipment provided in an embodiment of the present application.
Fig. 6 is another schematic block diagram of a user equipment provided in an embodiment of the present application.
Detailed Description
The technical solution in the present application will be described below with reference to the accompanying drawings.
Fig. 1 illustrates a simple network system 100, where the network system 100 includes at least a user equipment and a network device, each network device is configured with a data model set, the data model set includes at least one data model, and each data model set defines at least a part of operation types in an operation type set supported by the network device.
By way of example and not limitation, the network system 100 includes a user device 101, a network device 102, and a network device 103, where the user device 101 communicates with the network device 101 and the network device 102, respectively, the user device 101 creates, queries, modifies, or deletes data on the network device (e.g., the network device 102) based on a network configuration protocol Netconf, and when operating on data on the network device 102, the user device 101 needs to determine a set of data models configured on the network device 102 and a set of operation types supported by the network device 102, and access the network device 102 to the operation types supported by the network device 102.
A method for determining a set of data models configured on a network device and a set of operation types supported by the network device by a user equipment in the prior art is described below with reference to the network system 100 shown in fig. 1.
When the user equipment 101 accesses the network system 100, the user equipment 101 acquires a data model set, an operation type set, and a data model set identifier configured on the network equipment 102 from the network equipment 102, and stores the acquired data model set, operation type set, and data model set identifier locally. When the network device 102 needs to be accessed, the user equipment 101 determines the operation type supported by the network device 102 according to the data model set and the operation type set, and initiates access to the operation type supported by the network device 102.
When the data model set and/or the operation type set configured on the network device 102 change, the network device 102 may actively send an instance data middle set identifier of the changed data model set to the user device 101, or the user device 101 may also periodically obtain a data model set identifier corresponding to the network device 102 from the network device 102, and the user device 101 compares the locally stored data model set identifier with the data model set identifier from the network device 102:
if the two are the same, the user equipment 101 determines that the data model set configured on the network equipment 102 does not change, and the operation type supported by the network equipment 102 defined in each data model does not change, so that the user equipment 101 does not update the locally stored data model set and operation characteristic set;
if the two are different, the user equipment 101 determines that the set of data models configured on the network equipment 102 and/or the types of operations supported by the network equipment 102 defined in each data model have changed.
At this time, the user equipment 101 needs to obtain instance data of the data model set from the network device 102, compare the locally stored data model set with the data model set determined according to the instance data, determine whether all data models configured on the network device 102 are included in the locally stored data model set, and in the case that all data models configured on the network device 102 are not included locally, the user equipment 101 needs to obtain the locally non-stored data model from a specified storage address, that is, update the locally stored data model set.
Moreover, the user equipment 101 needs to compare the locally stored operation type set with the operation type set determined according to the instance data, determine whether the operation type supported by the network device 102 has changed, delete the operation type that is not supported by the locally stored network device 102, that is, update the locally stored operation type set.
It can be seen that, in the prior art, since the user equipment cannot determine whether the locally stored data model set needs to be updated or the locally stored operation type set needs to be updated according to the data model set identifier from the network device, the user equipment must analyze the instance data of the data model set acquired from the network device to determine whether the locally stored data model set and the locally stored operation type set need to be updated, respectively.
However, there is a case where only the locally stored set of data models needs to be updated, i.e. the locally stored set of operation types does not need to be updated, for the user equipment; alternatively, only the set of locally stored operation types need to be updated, i.e., the set of locally stored data models need not be updated.
In the prior art, for the above situation, since the user equipment cannot determine whether to update the locally stored data model set or the locally stored operation type set according to the data model set identification from the network device, the user equipment needs to determine whether to update the locally stored data model set and determine whether to update the locally stored operation type set according to the instance data of the data model set, thereby causing unnecessary system overhead in the case that only one of the sets needs to be updated.
Therefore, an embodiment of the present application provides an information indicating method, where first indication information and second indication information are respectively generated according to a reference file saved on a network device, where the first indication information is used by a user device to determine whether a locally stored data model set needs to be updated, and the second indication information is used by the user device to determine whether a locally stored operation type set needs to be updated, so that the user device can clearly determine which of the data model set and the operation type set needs to be updated, and thus, in a case where only one of the data model set needs to be updated, the user device only analyzes part of information in instance data of the data model set, thereby reducing unnecessary system overhead.
Fig. 2 is a schematic flow chart of a method 200 for information indication provided by an embodiment of the present application. The user equipment depicted in fig. 2 may be the user equipment 101 in fig. 1; the network device may be network device 102 or network device 103 of fig. 1. Of course, in an actual network system, the number of network devices may not be limited to the examples of the embodiment or other embodiments, and will not be described below.
By way of example and not limitation, the method is performed by user device 101 and network device 102 or network device 103. A first set of data models is configured on a network device, the first set of data models including at least one data model, each data model having at least some of a first set of operation types supported by the network device defined therein, the method 200 including at least the following steps.
Generating first indication information and second indication information according to a reference file, wherein the reference file is configured with relevant information of the first data model set and relevant information of the first operation type set, the first indication information is used for a user equipment to determine whether to update a second locally stored data model set, the second data model set is the same as at least part of data models included in the first data model set, and the second indication information is used for the user equipment to determine whether to update a second locally stored operation type set, the second operation type set is the same as at least part of operation types included in the first operation type set.
Specifically, the network device generates first indication information and second indication information according to a reference file saved locally and according to the reference file, where relevant information of a data model set (e.g., of a first data model set) configured on the network device and relevant information of an operation type set (e.g., of the first operation type set) supported by the network device defined in the first data model set are configured in the reference file.
By way of example and not limitation, the generating of the first indication information and the second indication information according to the reference file includes: determining relevant information of the first data model set from the reference file, and generating the first indication information according to the relevant information of the first data model set; and determining the related information of the first operation type set from the reference file, and generating the second indication information according to the related information of the first operation type set.
Specifically, before the network device generates the first indication information and the second indication information, the network device first needs to determine, from the reference file, the relevant information of the first data model set and the relevant information of the first operation type set, generate the first indication information according to the relevant information of the first data model set, and generate the second indication information according to the relevant information of the first operation type set.
By way of example and not limitation, the reference is instance data of the first set of data models configured on the network device.
In particular, the related information of the first set of data models may be information associated with data models in the first set of data models included in the instance data of the first set of data models, and the related information of the first set of operation types may be information associated with operation types in the first set of operation types included in the instance data of the first set of data models.
That is, the network device determines relevant information for the first set of data models from information associated with data models in the first set of data models included in the instance data for the first set of data models, and determines relevant information for the first set of operation types from information associated with operation types in the first set of operation types included in the instance data for the first set of data models.
By way of example and not limitation, the instance data of the first set of data models may include at least the following information:
a name (name) of each data model in the first set of data models, a name (name) of a sub-model of each data model, a namespace (namespace) and version (version) of each data model, a type of operation defined in each data model in the first set of data models, a type of operation defined in a sub-model of each data model, a type of correspondence-type of correspondence (deviation) of each data model and a consistency of each data model.
For example, the network device determines the name of each data model in the first set of data models, the name of the sub-model of each data model, the name space of each data model, and the version of each data model as the related information of the first set of data models.
For another example, the network device determines, as the related information of the first operation type set, the operation type defined in each data model in the first data model set, the operation type defined in the sub-model of each data model, and the type of consistency between the deviation of each data model and each data model.
It should be noted that, the above description is given by taking as an example that only the related information of the first data model set and the related information of the first operation type set include the above contents, but the embodiment of the present application is not limited to this, and the related information of the first data model set and the related information of the first operation type set may also include other contents in the example data of the first data model set, and the embodiment of the present application is not particularly limited to this.
A method for generating the first indication information according to the related information of the first data model set and generating the second indication information according to the related information of the first operation type set by the network device is described below.
Specifically, after the network device determines the relevant information of the first data model set, the network device generates first indication information according to the relevant information of the first data model set, and the first indication information is used for the user device to determine whether to update the locally stored data model set (for example, the second data model set).
By way of example and not limitation, the first indication information is generated by a Secure Hash Algorithm (SHA) using information associated with the first set of data models as input.
Specifically, after the network device determines the relevant information of the first operation type set, the network device generates second indication information according to the relevant information of the first operation type set, and the second indication information is used for the user device to determine whether to update the locally stored operation type set (for example, the second operation type set).
By way of example and not limitation, the second indication information is generated by a Secure Hash Algorithm (SHA) with information about the first set of operation types as input.
The deviation (deviation) of each data model is used for explaining the operation types which are not supported by the network equipment in the operation types defined in the data model; the consistency-type (consistency-type) of each data model is used to illustrate the difference between the data model and the data model specified by the standard.
In the embodiments of the present application, only the first instruction information and the second instruction information are generated by the above-described method, but the embodiments of the present application are not limited to this. For example, the related information of the first data model set and the related information of the first operation type set may be used as input, and the first indication information and the second indication information are generated by other algorithms, for example, a Cyclic Redundancy Check (CRC) algorithm.
202, sending the first indication information and the second indication information to the user equipment.
It should be noted that, in this embodiment of the application, the network device may actively generate the first indication information and the second indication information and send the first indication information and the second indication information to the user equipment when the data model in the first data model set changes and/or when the operation type in the operation type set (for example, the first operation type set) supported by the network device defined in the first data model set changes.
For example, when the data models in the first data model set configured on the network device are changed, for example, the number of data models in the first data model set configured on the network device increases.
At this time, the network device generates first indication information and sends the first indication information to the user device, wherein the first indication information is used for the user device to determine whether to update the second data model set stored locally.
When the user equipment determines that the locally stored second data model set needs to be updated, the user equipment first needs to obtain instance data of the changed first data model set from the network equipment, compare the locally stored second data model set with the data model set determined according to the instance data, determine whether all data models in the changed first data model set are contained in the locally stored second data model set, and when all data models in the changed first data model set are not locally stored, the user equipment needs to obtain the locally non-stored data model from a specified storage address and additionally store the obtained locally non-stored data model to the local, that is, update the locally stored second data model set.
For another example, when the operation type in the first operation type set supported by the network device defined in the first data model set configured on the network device changes, for example, a part of the operation types in the first operation type set originally supported by the network device is defined as an operation type not supported by the network device.
At this time, the network device generates second indication information and sends the second indication information to the user device, where the second indication information is used for the user device to determine whether to update the locally stored second operation type set, so that the user device updates the locally stored second operation type set according to the second indication information.
When the user equipment determines that the locally stored second operation type set needs to be updated, the user equipment needs to compare the locally stored second operation type set with an operation type set determined according to the changed instance data of the first data model set from the network device, and delete an operation type that is not supported by the network device in the locally stored second operation type set of the user equipment, that is, update the locally stored operation type set.
In addition, the network device may further be configured to, in a case where an inquiry message is received from the user device, request the network device to send the first indication information and the second indication information to the user device, generate, according to the inquiry instruction, the first indication information and the second indication information, and send the first indication information and the second indication information to the user device, so that the user device determines whether to update the second locally stored data model set according to the first indication information, and determine whether to update the second locally stored operation type set according to the second indication information.
And 203, receiving the first indication information and the second indication information sent by the network equipment.
204, according to the first indication information, determining whether to update a second locally stored set of data models, the second set of data models being of the same type as at least a portion of the data models included in the first set of data models.
And 205, determining whether to update a second set of operation types stored locally according to the second indication information, wherein the second set of operation types is the same as at least part of operation types included in the first set of operation types.
Specifically, in steps 203 to 205, the user equipment receives first indication information sent by the network equipment, and determines whether to update the second locally stored data model set according to the first indication information; and/or
In steps 203 to 205, the ue receives second indication information sent by the network device, and determines whether to update the locally stored second operation type set according to the second indication information.
The first indication information and the second indication information are respectively generated according to a reference file saved on the network device, the first indication information is used for the user device to determine whether the locally stored data model set needs to be updated, and the second indication information is used for the user device to determine whether the locally stored operation type set needs to be updated, so that the user device can clearly determine which one of the data model set and the operation type set needs to be updated, and therefore, under the condition that only one of the data model set needs to be updated, the user device only analyzes partial information in example data of the data model set, and unnecessary system overhead is reduced.
Several cases in which the user equipment in the embodiment of the present application determines whether to update the second data model set and/or the second operation type set stored locally according to the first indication information and/or the second indication information are described below.
By way of example and not limitation, the user equipment locally stores third indication information, and in the case that the first indication information and the third indication information stored by the user equipment have the same content, the second data model set stored locally is determined not to be updated; or determining to update the second locally stored data model set in case the first indication information is different from the content of the third indication information stored by the user equipment.
By way of example and not limitation, the user equipment locally stores fourth indication information, and in the case that the second indication information is the same as the content of the fourth indication information stored by the user equipment, the second operation type set stored locally is determined not to be updated; or determining to update the locally stored second set of operation types in case the second indication information differs from the content of the fourth indication information stored by the user equipment.
Case 1
The first indication information is different from the third indication information stored by the user equipment in content, and the second indication information is the same as the fourth indication information stored by the user equipment in content.
Specifically, the user equipment receives first indication information sent by the network equipment, compares the first indication information with locally stored third indication information, determines that the content of the first indication information is different from that of the third indication information, receives second indication information sent by the network equipment, compares the second indication information with locally stored fourth indication information, and determines that the content of the second indication information is the same as that of the fourth indication information, and then the user equipment finally determines that the data model in the first data model set configured on the network equipment has changed, and determines that the operation type in the operation type set supported by the network equipment, which is defined in the changed first data model set configured on the network equipment, has not changed.
At this time, the user equipment acquires the instance data of the changed first data model set from the network equipment, determines the data model specifically included in the changed first data model set according to the instance data of the changed first data model set, updates the locally stored second data model set, and replaces the locally stored third indication information with the first indication information.
For example, the user equipment additionally stores the newly added data model in the changed first data model set into the second data model set.
At this time, the user equipment does not need to determine the operation types supported by the network equipment defined in the changed first data model set according to the instance data of the changed first data model set, that is, does not need to update the locally stored second operation type set.
Case 2
The first indication information and the third indication information stored by the user equipment have the same content, and the second indication information and the fourth indication information stored by the user equipment have different content.
Specifically, the user equipment receives first indication information sent by the network equipment, compares the first indication information with locally stored third indication information, determines that the content of the first indication information is the same as that of the third indication information, receives second indication information sent by the network equipment, compares the second indication information with locally stored fourth indication information, and determines that the content of the second indication information is different from that of the fourth indication information, and then the user equipment finally determines that the operation types in the first operation type set defined in the changed first data model set configured on the network equipment have changed, and determines that the data models in the changed first data model set have not changed.
At this time, the user equipment acquires the instance data of the changed first data model set from the network equipment, determines the operation types supported by the network equipment and defined in the changed first data model set according to the instance data of the changed first data model set, updates the locally stored second operation type set, and replaces the locally stored fourth indication information with the second indication information.
For example, the user equipment additionally stores the new operation type defined in the changed first data model set into the second operation type set, or the user equipment deletes the operation type defined in the changed first data model set as the operation type that is not supported by the network equipment from the second operation type set.
At this time, the user equipment does not need to determine the data model specifically included in the changed first data model set according to the instance data of the changed first data model set, that is, does not need to update the locally stored second data model set.
Case 3
The first indication information is different from the third indication information stored by the user equipment in content, and the second indication information is different from the fourth indication information stored by the user equipment in content.
Specifically, the user equipment receives first indication information sent by the network equipment, compares the first indication information with locally stored third indication information, determines that the content of the first indication information is different from that of the third indication information, receives second indication information sent by the network equipment, compares the second indication information with locally stored fourth indication information, and determines that the content of the second indication information is also different from that of the fourth indication information, and then the user equipment finally determines that the data model in the first data model set configured on the network equipment has changed, and determines that the operation type in the operation type set supported by the network equipment, which is defined in the changed first data model set configured on the network equipment, has also changed.
At this time, the user equipment obtains the instance data of the changed first data model set from the network equipment, and not only needs to determine the data model specifically included in the changed first data model set according to the instance data of the changed first data model set, but also needs to update the locally stored second data model set, and at the same time, replaces the locally stored third indication information with the first indication information.
For example, the new data model in the changed first data model set is additionally stored in the second data model set.
Moreover, it is further required to determine, according to the instance data of the changed first data model set, an operation type supported by the network device defined in the changed first data model set, update the locally stored second operation type set, and replace the locally stored fourth indication information with the second indication information.
For example, the user equipment additionally stores the new operation type defined in the changed first data model set into the second operation type set, or the user equipment deletes the operation type defined in the changed first data model set as the operation type that is not supported by the network equipment from the second operation type set.
By way of example and not limitation, the first indication information and the second indication information are carried in a character string comprising N characters, N ≧ 2, N is a positive integer.
By way of example and not limitation, the first indication information is carried in the first M consecutive characters of the N characters, the second indication information is carried in the N-M consecutive characters after the M characters of the N characters, M < N, M is a positive integer.
Specifically, for example, the information related to the first data model set is used as an input, information with a length of 160bits (bit) is generated by a secure hash algorithm, the network device represents the information with the length of 160bits in hexadecimal, that is, a character is generated for every 4 bits in the information with the length of 160bits, and finally, information including 40 characters is obtained, and the information is used as the first indication information.
The method comprises the steps that relevant information of a first operation type set is used as input, information with the length of 160bits (bits) is generated through a secure hash algorithm, the information with the length of 160bits is expressed in hexadecimal by network equipment, namely, every 4 bits in the information with the length of 160bits are generated into a character, and finally information comprising 40 characters is obtained and is used as second indication information.
And the network equipment sends a character string carrying the first indication information and the second indication information to the user equipment, wherein the character string comprises 80 characters.
By way of example and not limitation, the first 40 consecutive characters of the 80 characters are used to represent the first indication information and the second 40 consecutive characters of the 80 characters are used to indicate the second information character.
The user equipment receives the character string from the network equipment, compares the first 40 consecutive characters in the character string with the third character stored locally: if the two are the same, the second data model set stored locally is not updated; and if the two are different, determining to update the second data model set stored locally.
And comparing the last 40 consecutive characters in the string with locally stored fourth indication information: if the two are the same, not updating the second operation type set of the local storage; if the two are different, determining to update the second set of operation types stored locally.
The first indication information and the second indication information generated by the secure hash algorithm are generated by the secure hash algorithm, so that it can be ensured that the first indication information or the second indication information generated by the secure hash algorithm is the same for the same input, that is, for different network devices, if the first indication information generated by the secure hash algorithm is the same, it indicates that the first data model sets of the two are the same, and if the second indication information generated by the secure hash algorithm is the same, it indicates that the first operation type sets of the two are the same.
Therefore, for two network devices with the same first data model set, the user equipment may store only the data model set configured on any one of the two network devices, and only the operation type set supported by any one of the two network devices, thereby improving storage efficiency and saving memory space of the user equipment.
It should be further noted that, in the embodiment of the present application, the operation type defined in the data model may also be referred to as a feature (feature) defined in the data model, for example, the feature supported by the network device defined in the data model may be "allowing the user device to write data into a hard disk of the network device".
The method for indicating information provided by the embodiment of the present application is described above with reference to fig. 2, and the network device and the user equipment provided by the embodiment of the present application are described below with reference to fig. 3 to fig. 6.
Fig. 3 is a schematic block diagram of a network device 300 according to an embodiment of the present application. The network device 300 is configured with a first set of data models, which includes at least one data model, each data model having at least some of the first set of operation types supported by the network device 300 defined therein. The network device 300 includes at least the following modules.
A processing module 310, configured to generate first indication information and second indication information according to a reference file, where the reference file is configured with information related to the first data model set and information related to the first operation type set, the first indication information is used for a user equipment to determine whether to update a second locally stored data model set, the second data model set is of a same type as at least a part of data models included in the first data model set, and the second indication information is used for the user equipment to determine whether to update a second locally stored operation type set, the second operation type set is of a same type as at least a part of operations included in the first operation type set;
the transceiver module 320 is configured to send the first indication information and the second indication information to the ue.
Optionally, the processing module 310 is further configured to determine relevant information of the first data model set from the reference file, and generate the first indication information according to the relevant information of the first data model set;
the processing module 310 is further configured to determine relevant information of the first operation type set from the reference file, and generate the second indication information according to the relevant information of the first operation type set.
Optionally, the related information of the first data model set includes at least one of the following information: a name of each data model in the first set of data models, a name of a sub-model of each data model, a namespace of each data model, and a version of each data model.
Optionally, the related information of the first operation type set includes at least one of the following information: the operation type defined in each data model in the first data model set, the operation type defined in the submodel of each data model, and the type of consistency of the deviation of each data model with each data model.
Optionally, the first indication information and the second indication information are generated by a secure hash algorithm.
Optionally, the first indication information and the second indication information are carried in a character string including N characters, N ≧ 2, N is a positive integer.
Optionally, the first indication information is carried in the first M consecutive characters of the N characters, the second indication information is carried in the N-M consecutive characters following the M characters of the N characters, M < N, M being a positive integer.
Optionally, the transceiver module 320 is further configured to receive an inquiry message sent by the user equipment, where the inquiry message is used to request the network device to send the first indication information and the second indication information to the user equipment.
It should be understood that the processing module 310 in the embodiments of the present application may be implemented by a processor or a processor-related circuit component, and the transceiver module 320 may be implemented by a transceiver or a transceiver-related circuit component.
As shown in fig. 4, an embodiment of the present application further provides a network device 400, where the network device 400 includes a processor 410, a memory 420 and a transceiver 430, where the memory 420 stores instructions or programs, and the processor 440 is configured to execute the instructions or programs stored in the memory 420. When the instructions or programs stored in the memory 420 are executed, the processor 410 is configured to perform the operations performed by the processing module 310 in the above embodiments, and the transceiver 430 is configured to perform the operations performed by the transceiver module 320 in the above embodiments.
Fig. 5 is a schematic block diagram of a user equipment 500 provided in an embodiment of the present application. The user equipment 500 is configured to manage a network device in a network system, where the network device is configured with a first set of data models, where the first set of data models includes at least one data model, and each data model defines at least part of operation types in a first set of operation types supported by the network device, and the user equipment 500 includes at least the following modules.
A transceiver module 510, configured to receive first indication information and second indication information sent by the network device, where the first indication information and the second indication information are determined by the network device according to a reference file, and the reference file is configured with relevant information of the first data model set and relevant information of the first operation type set;
a processing module 520, configured to determine whether to update a second locally stored data model set according to the first indication information, where the second data model set is of the same type as at least a part of the data models included in the first data model set;
the processing module 520 is further configured to determine whether to update a second set of operation types stored locally according to the second indication information, where the second set of operation types is the same as at least a portion of operation types included in the first set of operation types.
Optionally, the first indication information is generated by the network device determining relevant information of the first data model set from the reference file, and according to the relevant information of the first data model set; the second indication information is generated by the network device by determining the relevant information of the first operation type set from the reference file and according to the relevant information of the first operation type set.
Optionally, the processing module 520 is further configured to determine not to update the second locally stored data model set in the case that the first indication information is the same as the content of the third indication information stored by the user equipment; or, in the case that the first indication information is different from the content of the third indication information stored by the user equipment, determining to update the second data model set stored locally.
Optionally, the processing module 520 is further configured to determine not to update the locally stored second operation type set in the case that the second indication information is the same as the content of the fourth indication information stored by the user equipment; or further for determining to update the locally stored set of second operation types in case the second indication information differs from the content of the fourth indication information stored by the user equipment.
Optionally, the related information of the first data model set includes at least one of the following information: a name of each data model in the first set of data models, a name of a sub-model of each data model, a namespace of each data model, and a version of each data model.
Optionally, the related information of the first operation type set includes at least one of the following information: the operation type defined in each data model in the first data model set, the operation type defined in the submodel of each data model, and the type of consistency of the deviation of each data model with each data model.
Optionally, the first indication information and the second indication information are generated by a secure hash algorithm.
Optionally, the first indication information and the second indication information are carried in a character string including N characters, N ≧ 2, N is a positive integer.
Optionally, the first indication information is carried in the first M consecutive characters of the N characters, the second indication information is carried in the N-M consecutive characters following the M characters of the N characters, M < N, M being a positive integer.
Optionally, the transceiver module 510 is further configured to send an inquiry message to the network device, where the inquiry message is used to request the network device to send the first indication information and the second indication information to the user equipment.
It should be understood that the processing module 520 in the embodiments of the present application may be implemented by a processor or a processor-related circuit component, and the transceiver module 510 may be implemented by a transceiver or a transceiver-related circuit component.
As shown in fig. 6, an embodiment of the present application further provides a user equipment 600, where the user equipment 600 includes a processor 610, a memory 620 and a transceiver 630, where the memory 620 stores instructions or programs, and the processor 660 is configured to execute the instructions or programs stored in the memory 620. When the instructions or programs stored in the memory 620 are executed, the processor 610 is configured to perform the operations performed by the processing module 520 in the above embodiments, and the transceiver 630 is configured to perform the operations performed by the transceiver module 510 in the above embodiments.
It should be understood that the Processor mentioned in the embodiments of the present invention may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, a discrete hardware component, and the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
It will also be appreciated that the memory referred to in this embodiment of the invention may be either volatile memory or nonvolatile memory, or may include both volatile and nonvolatile memory. The non-volatile Memory may be a Read-Only Memory (ROM), a Programmable ROM (PROM), an Erasable PROM (EPROM), an Electrically Erasable PROM (EEPROM), or a flash Memory. Volatile Memory can be Random Access Memory (RAM), which acts as external cache Memory. By way of example, but not limitation, many forms of RAM are available, such as Static random access memory (Static RAM, SRAM), Dynamic Random Access Memory (DRAM), Synchronous Dynamic random access memory (Synchronous DRAM, SDRAM), Double Data Rate Synchronous Dynamic random access memory (DDR SDRAM), Enhanced Synchronous SDRAM (ESDRAM), Synchronous link SDRAM (SLDRAM), and Direct Rambus RAM (DR RAM).
It should be noted that when the processor is a general-purpose processor, a DSP, an ASIC, an FPGA or other programmable logic device, a discrete gate or transistor logic device, or a discrete hardware component, the memory (memory module) is integrated in the processor.
It should be noted that the memory described herein is intended to comprise, without being limited to, these and any other suitable types of memory.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above description is only for the specific embodiments of the present application, but the scope of the present application is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present application, and shall be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (20)

1. A method for information indication, performed by a network device, configured with a first set of data models, the first set of data models including at least one data model, each data model having at least some operation types defined therein from a first set of operation types supported by the network device, the method comprising:
generating first indication information and second indication information according to a reference file, wherein the reference file is configured with relevant information of the first data model set and relevant information of the first operation type set, the first indication information is used for a user device to determine whether to update a second locally stored data model set, the second data model set is the same as at least part of data models included in the first data model set, and the second indication information is used for the user device to determine whether to update a second locally stored operation type set, the second operation type set is the same as at least part of operation types included in the first operation type set;
and sending the first indication information and the second indication information to the user equipment.
2. The method according to claim 1, wherein the generating the first indication information and the second indication information according to the reference file comprises:
determining relevant information of the first data model set from the reference file, and generating the first indication information according to the relevant information of the first data model set;
and determining the related information of the first operation type set from the reference file, and generating the second indication information according to the related information of the first operation type set.
3. The method according to claim 1 or 2, wherein the information related to the first set of data models comprises at least one of the following information:
a name of each data model in the first set of data models, a name of a sub-model of each data model, a namespace of each data model, and a version of each data model; or
The related information of the first operation type set comprises at least one of the following information:
the operation type defined in each data model in the first data model set, the operation type defined in the submodel of each data model, and the type of consistency of each data model and each data model, wherein the deviation of each data model is used for explaining the operation type which is not supported by the network equipment in the operation types defined in the data model, and the type of consistency of each data model is used for explaining the difference of the data model and the data model specified by the standard.
4. The method according to claim 1 or 2, wherein the first indication information and the second indication information are generated by a secure hash algorithm.
5. The method according to claim 1 or 2, wherein the first indication information and the second indication information are carried in a character string comprising N characters, N ≧ 2, N being a positive integer.
6. The method of claim 5, wherein the first indication information is carried in first M consecutive characters of the N characters, wherein the second indication information is carried in N-M consecutive characters after the M characters of the N characters, wherein M < N, and wherein M is a positive integer.
7. The method of claim 1, 2 or 6, further comprising:
and receiving a query message sent by the user equipment, wherein the query message is used for requesting the network equipment to send the first indication information and the second indication information to the user equipment.
8. A method for information indication performed by a user equipment managing a network device in a network system, the network device having a first set of data models configured thereon, the first set of data models including at least one data model, each data model having at least a portion of a first set of operation types supported by the network device defined therein, the method comprising:
receiving first indication information and second indication information sent by the network device, wherein the first indication information and the second indication information are determined by the network device according to a reference file, and the reference file is configured with relevant information of the first data model set and relevant information of the first operation type set;
determining whether to update a second locally stored data model set according to the first indication information, wherein the second data model set is the same as the type of at least part of data models included in the first data model set;
and determining whether to update a second operation type set stored locally according to the second indication information, wherein the second operation type set is the same as at least part of operation types included in the first operation type set.
9. The method of claim 8, wherein the first indication information is generated by the network device by determining relevant information of the first set of data models from the reference file and according to the relevant information of the first set of data models;
the second indication information is generated by the network device by determining the relevant information of the first operation type set from the reference file and according to the relevant information of the first operation type set.
10. The method according to claim 8 or 9, wherein the determining whether to update the second set of locally stored data models according to the first indication information comprises:
determining not to update a second locally stored data model set in case the first indication information is identical in content to third indication information stored by the user equipment; or
Determining to update a second set of locally stored data models in case the first indication information differs in content from a third indication information stored by the user equipment.
11. The method according to claim 8 or 9, wherein the determining whether to update the second set of operation types stored locally according to the second indication information comprises:
determining not to update a locally stored second set of operation types in the case that the second indication information is the same as the content of fourth indication information stored by the user equipment; or
Determining to update a locally stored second set of operation types in the event that the second indication information differs in content from fourth indication information stored by the user device.
12. The method according to claim 8 or 9, wherein the information related to the first set of data models comprises at least one of the following information:
a name of each data model in the first set of data models, a name of a sub-model of each data model, a namespace of each data model, and a version of each data model; or the related information of the first operation type set comprises at least one of the following information:
the operation type defined in each data model in the first data model set, the operation type defined in the submodel of each data model, and the type of consistency of each data model and each data model, wherein the deviation of each data model is used for explaining the operation type which is not supported by the network equipment in the operation types defined in the data model, and the type of consistency of each data model is used for explaining the difference of the data model and the data model specified by the standard.
13. The method according to claim 8 or 9, wherein the first indication information and the second indication information are generated by a secure hash algorithm.
14. The method according to claim 8 or 9, wherein the first indication information and the second indication information are carried in a character string comprising N characters, N ≧ 2, N being a positive integer.
15. The method of claim 14, wherein the first indication information is carried in the first M consecutive characters of the N characters, wherein the second indication information is carried in N-M consecutive characters after the M characters of the N characters, wherein M < N, and wherein M is a positive integer.
16. The method of claim 8, 9 or 15, further comprising:
and receiving a query message sent by the user equipment, wherein the query message is used for requesting the network equipment to send the first indication information and the second indication information to the user equipment.
17. A network device, characterized in that the network device is configured to perform the method according to any of claims 1 to 7.
18. A computer-readable storage medium, comprising a computer program which, when run on a computer, causes the computer to perform the method of any one of claims 1 to 7.
19. A user equipment, characterized in that the user equipment is configured to perform the method according to any of claims 8 to 16.
20. A computer-readable storage medium, comprising a computer program which, when run on a computer, causes the computer to perform the method of any one of claims 8 to 16.
CN201711404428.2A 2017-12-22 2017-12-22 Information indication method, network equipment and user equipment Active CN109962883B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711404428.2A CN109962883B (en) 2017-12-22 2017-12-22 Information indication method, network equipment and user equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711404428.2A CN109962883B (en) 2017-12-22 2017-12-22 Information indication method, network equipment and user equipment

Publications (2)

Publication Number Publication Date
CN109962883A CN109962883A (en) 2019-07-02
CN109962883B true CN109962883B (en) 2021-06-29

Family

ID=67019377

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711404428.2A Active CN109962883B (en) 2017-12-22 2017-12-22 Information indication method, network equipment and user equipment

Country Status (1)

Country Link
CN (1) CN109962883B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103403708A (en) * 2011-03-11 2013-11-20 诺基亚西门子通信公司 Network element configuration management
CN104065514A (en) * 2014-07-02 2014-09-24 清华大学 Home network management method based on network configuration protocol (NETCONF) relay
CN104883266A (en) * 2014-02-28 2015-09-02 杭州华三通信技术有限公司 Network configuration accessing method and device thereof
CN105279599A (en) * 2014-05-30 2016-01-27 艾玛迪斯简易股份公司 Content management system
CN106817428A (en) * 2017-02-13 2017-06-09 浙江风向标科技有限公司 A kind of method and apparatus of offline inspection
CN107005471A (en) * 2014-10-30 2017-08-01 博科通迅系统有限公司 Universal Subscriber premises equipment

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010042058A1 (en) * 1998-07-09 2001-11-15 Robert J. Harrington Apparatus and method for managing memory use by software objects

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103403708A (en) * 2011-03-11 2013-11-20 诺基亚西门子通信公司 Network element configuration management
CN104883266A (en) * 2014-02-28 2015-09-02 杭州华三通信技术有限公司 Network configuration accessing method and device thereof
CN105279599A (en) * 2014-05-30 2016-01-27 艾玛迪斯简易股份公司 Content management system
CN104065514A (en) * 2014-07-02 2014-09-24 清华大学 Home network management method based on network configuration protocol (NETCONF) relay
CN107005471A (en) * 2014-10-30 2017-08-01 博科通迅系统有限公司 Universal Subscriber premises equipment
CN106817428A (en) * 2017-02-13 2017-06-09 浙江风向标科技有限公司 A kind of method and apparatus of offline inspection

Also Published As

Publication number Publication date
CN109962883A (en) 2019-07-02

Similar Documents

Publication Publication Date Title
CN110737658B (en) Data fragment storage method, device, terminal and readable storage medium
US10838706B2 (en) Updating software utilizing domain name system (DNS)
CN106462430B (en) Application upgrade package obtaining method and device
CN109391673B (en) Method, system and terminal equipment for managing update file
CN109766349B (en) Task duplicate prevention method, device, computer equipment and storage medium
CN111008034B (en) Patch generation method and device
CN110334126B (en) Timing task processing method and device based on Spring MVC and computer equipment
CN112214519B (en) Data query method, device, equipment and readable medium
CN113886743B (en) Method, device and system for refreshing cache resources
US20200133558A1 (en) Method, device and computer program product for data backup
CN113504918A (en) Equipment tree configuration optimization method and device, computer equipment and storage medium
US9633035B2 (en) Storage system and methods for time continuum data retrieval
CN109462661B (en) Data synchronization method and device, computer equipment and storage medium
CN108389124B (en) Data processing method, data processing device, computer equipment and storage medium
CN109302449B (en) Data writing method, data reading device and server
CN113468118B (en) File increment storage method, device and storage medium based on blockchain
CN114461217A (en) Code compiling method and device, electronic equipment and storage medium
US9286055B1 (en) System, method, and computer program for aggregating fragments of data objects from a plurality of devices
CN109962883B (en) Information indication method, network equipment and user equipment
CN110543465A (en) directory operation method and device, computer equipment and storage medium
CN112637085B (en) Flow recording method and device, computer equipment and storage medium
CN111654398B (en) Configuration updating method and device, computer equipment and readable storage medium
CN113285933A (en) User access control method and device, electronic equipment and storage medium
CN113420241A (en) Page access method and device, electronic equipment and storage medium
US20200133792A1 (en) Method, apparatus, and computer program product for managing virtual machine

Legal Events

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