CN107426667B - Resource attribute updating method and device, CSE (common service entity) and oneM2M system - Google Patents

Resource attribute updating method and device, CSE (common service entity) and oneM2M system Download PDF

Info

Publication number
CN107426667B
CN107426667B CN201610882852.7A CN201610882852A CN107426667B CN 107426667 B CN107426667 B CN 107426667B CN 201610882852 A CN201610882852 A CN 201610882852A CN 107426667 B CN107426667 B CN 107426667B
Authority
CN
China
Prior art keywords
attribute
resource
updated
node
registration request
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
CN201610882852.7A
Other languages
Chinese (zh)
Other versions
CN107426667A (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.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Publication of CN107426667A publication Critical patent/CN107426667A/en
Application granted granted Critical
Publication of CN107426667B publication Critical patent/CN107426667B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W24/00Supervisory, monitoring or testing arrangements
    • H04W24/04Arrangements for maintaining operational condition
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/70Services for machine-to-machine communication [M2M] or machine type communication [MTC]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a resource attribute updating method and device and a CSE (common service entity) and oneM2M system, wherein the method comprises the following steps: receiving an updating registration request, wherein the updating registration request carries the attribute of a resource to be updated; detecting attribute properties corresponding to the attributes of the resources to be updated; and updating the attribute of the resource to be updated according to the attribute property. The invention solves the problem of error operation caused by uniformly updating the resource attributes with different properties in the related technology.

Description

Resource attribute updating method and device, CSE (common service entity) and oneM2M system
Technical Field
The invention relates to the field of communication of the Internet of things, in particular to a resource attribute updating method and device and a CSE (common service entity) and oneM2M system.
Background
The oneM2M (device-to-device) system is an internet of things service layer system composed of nodes and a bearer network, and is mainly used for a service layer of the internet of things. The nodes in the oneM2M system communicate with each other through a bearer network, and one node at least comprises one application entity or one common service entity.
The application entity is a logical unit that executes the actual oneM2M application and the common service entity is a logical unit that manages and services the application.
Communication between oneM2M applications is achieved through interaction between Common Service entities CSEs (CSEs), oneM2M applications are connected to the CSEs through interfaces, and then data interaction between AEs (Application Entity, AE for short) is performed through communication between the CSEs.
To realize AE communication by CSE, AE first needs to be registered with CSE, and this CSE becomes the registered CSE for the AE. After successful registration, the registration of the CSE creates resources for the AE, and the AE may also create various types of resources according to the service for convenience of management, such as location policy resources for location management, node type resources for device management, and the like. Each resource needs to define some attributes for storing information for this type of resource or/and various data generated. These pieces of information or data become attributes of the resource in the oneM2M system. To comply with the unified standards in operation, the OneM2M system pre-defines attribute structures for different types of resources that contain mandatory attributes that are mandatory to create at the time of resource creation, such as time of creation, validity time, identification information, etc. the registered CSE will reject the create resource request if the create resource originator does not include them in the resource create request message at the time of creation. The method also comprises optional attributes besides the mandatory attributes, and the optional attributes can be created in the resource creation without being forced and can be created separately in the following operation.
In the related art, the attribute may be updated subsequently, and when the initiator sends an update request to the registered CSE, where the value of the attribute is set to be null, the registered CSE may delete the attribute. The applicant finds that the related art does not consider different properties of the attributes, but adopts a unified operation mode to bring wrong operation, and the wrong deletion of the necessary attributes brings irreversible consequences to the system.
In view of the above problems in the related art, no effective solution has been found at present.
Disclosure of Invention
The embodiment of the invention provides a resource attribute updating method and device and a CSE (common service entity) and oneM2M system, which are used for at least solving the problem of misoperation caused by unified updating of resource attributes with different properties in the related art.
According to an embodiment of the present invention, there is provided a resource attribute updating method, including: receiving an updating registration request, wherein the updating registration request carries the attribute of a resource to be updated; detecting attribute properties corresponding to the attributes of the resources to be updated; and updating the attribute of the resource to be updated according to the attribute property.
Optionally, the update registration request includes: the resource address of the resource to be updated, the attribute name of the attribute of the resource to be updated, and the assignment of the attribute of the resource to be updated.
Optionally, the attribute properties include: optional attributes or mandatory attributes.
Optionally, when the update registration request is used to indicate that the value of the attribute of the resource to be updated is set to be null, updating the attribute of the resource to be updated according to the attribute property includes: when the attribute property is the optional attribute, deleting the attribute of the resource to be updated; and when the attribute property is the required attribute, setting the value of the attribute of the resource to be updated to be null, or setting the value of the attribute of the resource to be updated to be a default value, or refusing to update the attribute of the resource to be updated.
Optionally, after rejecting updating the attribute of the resource to be updated, the method further includes: and sending a response message for indicating that the attribute of the resource to be updated is refused to be updated.
Optionally, after deleting the attribute of the resource to be updated, the method further includes: and sending a response message for indicating that the updating of the attribute of the resource to be updated is successful.
According to another embodiment of the present invention, there is provided a resource attribute updating apparatus, including: the device comprises a receiving module, a sending module and a receiving module, wherein the receiving module is used for receiving an updating registration request, and the updating registration request carries the attribute of a resource to be updated; the detection module is used for detecting attribute properties corresponding to the attributes of the resources to be updated; and the updating module is used for updating the attribute of the resource to be updated according to the attribute property.
Optionally, the update registration request includes: the resource address of the resource to be updated, the attribute name of the attribute of the resource to be updated, and the assignment of the attribute of the resource to be updated.
Optionally, the attribute properties include: optional attributes or mandatory attributes.
Optionally, the update module includes: the first updating unit is used for deleting the attribute of the resource to be updated when the attribute property is the optional attribute; and the second updating unit is used for setting the value of the attribute of the resource to be updated to be null, or setting the value of the attribute of the resource to be updated to be a default value, or refusing to update the attribute of the resource to be updated when the attribute property is the requisite attribute.
According to yet another embodiment of the present invention, there is provided a common service entity CSE, comprising: the system comprises a receiving module and a processing module, wherein the receiving module is used for receiving an updating registration request sent by an application entity AE, and the updating registration request carries the attribute of a resource to be updated; the detection module is used for detecting attribute properties corresponding to the attributes of the resources to be updated; and the updating module is used for updating the attribute of the resource to be updated according to the attribute property.
According to yet another embodiment of the present invention, there is provided a oneM2M system including a CSE, an AE, the CSE including: the system comprises a receiving module and a processing module, wherein the receiving module is used for receiving an updating registration request sent by an application entity AE, and the updating registration request carries the attribute of a resource to be updated; the detection module is used for detecting attribute properties corresponding to the attributes of the resources to be updated; the updating module is used for updating the attribute of the resource to be updated according to the attribute property; the AE includes: a sending module, configured to send the update registration request by the CSE.
According to still another embodiment of the present invention, there is also provided a storage medium. The storage medium is configured to store program code for performing the steps of:
receiving an updating registration request, wherein the updating registration request carries the attribute of a resource to be updated;
detecting attribute properties corresponding to the attributes of the resources to be updated;
and updating the attribute of the resource to be updated according to the attribute property.
According to the invention, the updating registration request is received, wherein the updating registration request carries the attribute of the resource to be updated, the attribute property corresponding to the attribute of the resource to be updated is detected, finally the attribute of the resource to be updated is updated according to the attribute property, and different updating processing can be carried out on the resources with different properties by detecting and judging the attribute of the resource, so that the problem of error operation caused by unified updating of the resource attributes with different properties in the related technology can be solved, and the error operation of an initiator on the resource attributes can be avoided.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
FIG. 1 is a diagram of an application network architecture of an embodiment of the present invention;
FIG. 2 is a flow diagram of a resource attribute update method according to an embodiment of the present invention;
FIG. 3 is a block diagram of an apparatus for updating resource attributes according to an embodiment of the present invention;
FIG. 4 is a block diagram of an alternative structure of a resource attribute updating apparatus according to an embodiment of the present invention;
fig. 5 is a block diagram of the oneM2M system according to an embodiment of the present invention.
Detailed Description
The invention will be described in detail hereinafter with reference to the accompanying drawings in conjunction with embodiments. It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order.
Example 1
The embodiment of the present application can operate on the network architecture shown in fig. 1, where fig. 1 is an application network architecture diagram of the embodiment of the present invention, and as shown in fig. 1, the network architecture includes: the application node, the intermediate node and the basic node, wherein a common service entity CSE is arranged on each node, communication between oneM2M applications is realized through interaction between the common service entities CSE, the oneM2M application is connected to the CSE through an interface, and then data interaction between AEs is carried out through communication between the CSEs.
In this embodiment, a method for updating a resource attribute running in a network architecture is provided, and fig. 2 is a flowchart of a method for updating a resource attribute according to an embodiment of the present invention, as shown in fig. 2, the flowchart includes the following steps:
step S202, receiving an updating registration request, wherein the updating registration request carries the attribute of the resource to be updated;
step S204, detecting attribute properties corresponding to the attributes of the resources to be updated;
and step S206, updating the attribute of the resource to be updated according to the attribute property. Through the steps, the updating registration request is received, wherein the updating registration request carries the attribute of the resource to be updated, the attribute property corresponding to the attribute of the resource to be updated is detected, the attribute of the resource to be updated is updated according to the attribute property, and different updating processing can be carried out on the resources with different properties by detecting and judging the attribute of the resource, so that the problem of error operation caused by unified updating of the resource attributes with different properties in the related technology can be solved, and the error operation of the resource attribute by an initiator can be avoided.
Optionally, the executing subject of the above steps may be a CSE, and specifically may be a registered CSE, but is not limited thereto.
Optionally, the update registration request may include, but is not limited to: the resource address of the resource to be updated, the attribute name of the attribute of the resource to be updated, and the assignment of the attribute of the resource to be updated. The attribute identifier may be an attribute name, the assignment of the attribute of the resource to be updated may be an updated attribute value, and different attribute values are used to represent different attributes of the resource.
In this embodiment, the attribute properties include: optional attributes or mandatory attributes.
In an optional implementation manner according to this embodiment, in a case that the update registration request is used to indicate that the value of the attribute of the resource to be updated is set to be null, updating the attribute of the resource to be updated according to the attribute property includes:
s11, when the attribute property is optional, deleting the attribute of the resource to be updated; or, in S12, when the property of the attribute is the required attribute, setting the value of the attribute of the resource to be updated to null, or setting the value of the attribute of the resource to be updated to a default value, or rejecting updating the attribute of the resource to be updated. Alternatively, the default value in this embodiment may be defined in the form of a specification document, or set by the service provider or operator of the system according to its own policy, by defining a standard form that all service providers or operators using the system must use a uniformly compliant value as the default value.
Optionally, after rejecting updating the attribute of the resource to be updated at S12, the method further includes: and sending a response message for indicating that the attribute of the resource to be updated is refused to be updated.
Optionally, after deleting the attribute of the resource to be updated at S11, the method further includes: and sending a response message for indicating that the attribute of the resource to be updated is successfully updated.
Through the above description of the embodiments, those skilled in the art can clearly understand that the method according to the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but the former is a better implementation mode in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
Example 2
In this embodiment, a resource attribute updating apparatus, an entity device CSE, and a oneM2M system are also provided, where the apparatus is used to implement the foregoing embodiments and preferred embodiments, and description thereof is omitted for brevity. As used below, the term "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
Fig. 3 is a block diagram of a resource attribute updating apparatus according to an embodiment of the present invention, and as shown in fig. 3, the apparatus includes:
a receiving module 30, configured to receive an update registration request, where the update registration request carries an attribute of a resource to be updated;
the detection module 32 is configured to detect an attribute property corresponding to an attribute of the resource to be updated;
and the updating module 34 is configured to update the attribute of the resource to be updated according to the attribute property.
Optionally, the update registration request may include, but is not limited to: the resource address of the resource to be updated, the attribute name of the attribute of the resource to be updated, and the assignment of the attribute of the resource to be updated. The attribute identifier may be an attribute name, the assignment of the attribute of the resource to be updated may be an updated attribute value, and different attribute values are used to represent different attributes of the resource.
In this embodiment, the attribute properties include: optional attributes or mandatory attributes.
Fig. 4 is a block diagram showing an alternative structure of a resource attribute updating apparatus according to an embodiment of the present invention, where, as shown in fig. 4, the apparatus includes, in addition to all the modules shown in fig. 3, an updating module 34 that includes:
the first updating unit 40 is configured to delete the attribute of the resource to be updated when the attribute property is the optional attribute;
and a second updating unit 42, configured to set the value of the attribute of the resource to be updated to null, or set the value of the attribute of the resource to be updated to a default value, or refuse to update the attribute of the resource to be updated when the attribute property is the required attribute. Alternatively, the default value in this embodiment may be defined in the form of a specification document, or set by the service provider or operator of the system according to its own policy, by defining a standard form that all service providers or operators using the system must use a uniformly compliant value as the default value.
Fig. 5 is a block diagram of a oneM2M system according to an embodiment of the present invention, and as shown in fig. 5, the system includes: CSE50, AE52, wherein,
CSE50 includes:
a receiving module 500, configured to receive an update registration request sent by an application entity AE, where the update registration request carries an attribute of a resource to be updated;
a detecting module 502, configured to detect an attribute property corresponding to an attribute of a resource to be updated;
an updating module 504, configured to update an attribute of a resource to be updated according to the attribute property;
AE52 includes:
a sending module 520, configured to send the update registration request by the CSE.
It should be noted that, the above modules may be implemented by software or hardware, and for the latter, the following may be implemented, but not limited to: the modules are all positioned in the same processor; alternatively, the modules are respectively located in different processors in any combination.
Example 3
This example is a preferred embodiment of the present invention, and is used to explain the present invention in detail:
in the embodiment, a processing mode that the attribute property is judged on the registered CSE by taking the fact that the related technology does not consider the different properties of the attributes, but adopts a unified operation mode to bring wrong operations and delete the necessary attributes is provided, so that the different processing modes are made.
S21, the initiator sends a resource updating request to the registered CSE, the request message contains the attribute to be updated and the value thereof, and the value is set to be null.
S22, after receiving the update request from the initiator, the registered CSE checks the property of the attribute contained in the request message, and if the attribute is an optional attribute, deletes the attribute. If the attribute is the requisite attribute, setting the value of the attribute to be null, or setting the value of the attribute of the resource to be updated to a default value, or sending a response message rejecting the update to the initiator. Alternatively, the default value may be defined in the form of a specification document, or set by the service provider or operator of the system according to his own policy, by defining as the default value a value that all service providers or operators using the system must uniformly follow in the form of a standard.
The AE (AE as initiator in the embodiment) sends an update resource request message to the registered CSE, where the request message includes:
1) resource addresses that need to be updated: indicating which resource needs to have its attributes updated.
2) Attributes that need to be updated: containing the attribute name and its value, and optionally setting the attribute value to NULL, e.g., "attribute a equals NULL".
After receiving the update request of the AE, the registration CSE reads the name of the attribute in the request message and checks the property according to the definition of the resource. For the purpose of standardized operation, attributes and properties of the attributes are predefined for each type of resource, i.e. which attributes are mandatory and which attributes are optional are defined.
The registration CSE checks if the attribute is an optional attribute, performs: deleting the attribute, and sending a response message to the AE to indicate that the updating is successful;
if the attribute is the mandatory attribute, executing: setting the value of the attribute to be null, and sending a response message to AE to indicate that the updating is successful; or if the attribute is a mandatory attribute, executing: sending a response message to the AE indicates rejection of the update.
Through the scheme of the embodiment, the error operation of the initiator on the attribute of the resource can be avoided.
Example 4
The embodiment of the invention also provides a storage medium. Alternatively, in the present embodiment, the storage medium may be configured to store program codes for performing the following steps:
s1, receiving an update registration request, wherein the update registration request carries the attribute of the resource to be updated;
s2, detecting the attribute property corresponding to the attribute of the resource to be updated;
and S3, updating the attribute of the resource to be updated according to the attribute property.
Optionally, in this embodiment, the storage medium may include, but is not limited to: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic or optical disk, and other various media capable of storing program codes.
Optionally, in this embodiment, the processor executes and receives an update registration request according to a program code stored in the storage medium, where the update registration request carries an attribute of a resource to be updated;
optionally, in this embodiment, the processor executes, according to a program code stored in the storage medium, to detect an attribute property corresponding to an attribute of the resource to be updated;
optionally, in this embodiment, the processor executes, according to the program code stored in the storage medium, updating the attribute of the resource to be updated according to the attribute property.
Optionally, the specific examples in this embodiment may refer to the examples described in the above embodiments and optional implementation manners, and this embodiment is not described herein again.
It will be apparent to those skilled in the art that the modules or steps of the present invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and alternatively, they may be implemented by program code executable by a computing device, such that they may be stored in a storage device and executed by a computing device, and in some cases, the steps shown or described may be performed in an order different than that described herein, or they may be separately fabricated into individual integrated circuit modules, or multiple ones of them may be fabricated into a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A resource attribute updating method is characterized by comprising the following steps:
a common service entity CSE of a node receives an update registration request sent by an application entity AE of the node registered on the CSE, wherein the update registration request carries an attribute of a resource to be updated;
the CSE of the node detects attribute properties corresponding to the attributes of the resources to be updated carried by the updating registration request sent by the AE of the node registered on the CSE;
and under the condition that the update registration request sent by the AE of the node is used for indicating that the value of the attribute of the resource to be updated is set to be null, and when the attribute property is a required attribute, the CSE of the node sets the value of the attribute of the resource to be updated to be null, or sets the value of the attribute of the resource to be updated to be a default value, or refuses to update the attribute of the resource to be updated.
2. The method of claim 1, wherein updating the registration request comprises: the resource address of the resource to be updated, the attribute name of the attribute of the resource to be updated, and the assignment of the attribute of the resource to be updated.
3. The method according to claim 1, wherein in the case that the update registration request sent by the AE of the node is used for indicating that the value of the attribute of the resource to be updated is set to null, the method further comprises:
and when the attribute property is the optional attribute, deleting the attribute of the resource to be updated.
4. The method of claim 1, further comprising, after rejecting the update to the attribute of the resource to be updated:
and sending a response message for indicating that the attribute of the resource to be updated is refused to be updated.
5. The method of claim 3, wherein after deleting the attribute of the resource to be updated, the method further comprises: and sending a response message for indicating that the updating of the attribute of the resource to be updated is successful.
6. An apparatus for updating resource attributes, applied to a common service entity CSE of a node, the apparatus comprising:
a receiving module, configured to receive an update registration request sent by an application entity AE of the node registered on a CSE of the node, where the update registration request carries an attribute of a resource to be updated;
a detection module, configured to detect an attribute property corresponding to an attribute of the resource to be updated, where the attribute property is carried in the update registration request sent by the AE of the node registered in the CSE of the node;
and the updating module is used for setting the attribute value of the resource to be updated to be null, or setting the attribute value of the resource to be updated to be a default value, or refusing to update the attribute of the resource to be updated when the updating registration request sent by the AE of the node is used for indicating that the attribute value of the resource to be updated is set to be null and the attribute property is a required attribute.
7. The apparatus of claim 6, wherein the update registration request comprises: the resource address of the resource to be updated, the attribute name of the attribute of the resource to be updated, and the assignment of the attribute of the resource to be updated.
8. The apparatus according to claim 6, wherein the updating module deletes the attribute of the resource to be updated when the attribute property is an optional attribute in a case that the update registration request sent by the AE of the node is used to indicate that the value of the attribute of the resource to be updated is set to null.
9. A common services entity, CSE, of a node, comprising:
a receiving module, configured to receive an update registration request sent by an application entity AE of the node registered on a CSE of the node, where the update registration request carries an attribute of a resource to be updated;
a detection module, configured to detect an attribute property corresponding to an attribute of the resource to be updated, where the attribute property is carried in the update registration request sent by the AE of the node registered in the CSE of the node;
and the updating module is used for setting the attribute value of the resource to be updated to be null, or setting the attribute value of the resource to be updated to be a default value, or refusing to update the attribute of the resource to be updated when the updating registration request sent by the AE of the node is used for indicating that the attribute value of the resource to be updated is set to be null and the attribute property is a required attribute.
10. A oneM2M system comprising a common service entity, CSE, of a node, an application entity, AE, of said node registered on the CSE of said node, characterized in that,
the CSE of the node comprises:
a receiving module, configured to receive an update registration request sent by an AE of the node registered on a CSE of the node, where the update registration request carries an attribute of a resource to be updated;
a detection module, configured to detect an attribute property corresponding to an attribute of the resource to be updated, where the attribute property is carried in the update registration request sent by the AE of the node registered in the CSE of the node;
an update module, configured to set, when the update registration request sent by the AE of the node is used to indicate that the value of the attribute of the resource to be updated is set to be null, and when the attribute property is a mandatory attribute, set the value of the attribute of the resource to be updated to be null, or set the value of the attribute of the resource to be updated to be a default value, or refuse to update the attribute of the resource to be updated;
the AE of the node comprises:
a sending module, configured to send the update registration request to the CSE of the node registered with the sending module.
CN201610882852.7A 2016-05-24 2016-10-09 Resource attribute updating method and device, CSE (common service entity) and oneM2M system Active CN107426667B (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2016103500427 2016-05-24
CN201610350042 2016-05-24

Publications (2)

Publication Number Publication Date
CN107426667A CN107426667A (en) 2017-12-01
CN107426667B true CN107426667B (en) 2021-08-24

Family

ID=60422994

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610882852.7A Active CN107426667B (en) 2016-05-24 2016-10-09 Resource attribute updating method and device, CSE (common service entity) and oneM2M system

Country Status (1)

Country Link
CN (1) CN107426667B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104936199A (en) * 2014-03-20 2015-09-23 中兴通讯股份有限公司 Resource notification management method and public service entity
CN105282682A (en) * 2014-07-25 2016-01-27 中兴通讯股份有限公司 Method for realizing resource attribute announcement and common service entity

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6240312B2 (en) * 2013-05-16 2017-11-29 エルジー エレクトロニクス インコーポレイティド Method and apparatus for subscription and notification in an M2M communication system
CN105025458B (en) * 2014-04-24 2020-08-11 中兴通讯股份有限公司 Method, equipment and system for resource notification

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104936199A (en) * 2014-03-20 2015-09-23 中兴通讯股份有限公司 Resource notification management method and public service entity
CN105282682A (en) * 2014-07-25 2016-01-27 中兴通讯股份有限公司 Method for realizing resource attribute announcement and common service entity

Also Published As

Publication number Publication date
CN107426667A (en) 2017-12-01

Similar Documents

Publication Publication Date Title
CN107948135B (en) Data processing method and device supporting multiple API protocols
WO2018157439A1 (en) Service processing method and device
US10270811B2 (en) Security domain management method, apparatus, and system
US9781255B1 (en) Authentication of phone call origination
US10862881B2 (en) Method of managing shared files and device for authenticating subscriber by using same
CN112654033A (en) Service opening method and device
US20170269918A1 (en) Implicit file creation in apdu scripts
EP3185598B1 (en) Application registration method and apparatus
CN112685709A (en) Authorization token management method and device, storage medium and electronic equipment
US10715628B2 (en) Attribute operating method and device
CN113434293A (en) Method and apparatus for processing repeat request, storage medium, and electronic apparatus
EP3197207A1 (en) Method for managing application resources and registered node in m2m
CN114710549A (en) Dynamic management method, system and service node of network card in container platform
CN108628864B (en) Data access method and data management device
CN112463255A (en) Virtual interface loading method and device, physical network card and storage medium
CN107426667B (en) Resource attribute updating method and device, CSE (common service entity) and oneM2M system
CN108259214B (en) Configuration command management method, device and machine-readable storage medium
EP3174322A1 (en) Method for deleting notification resource, and common service entity
CN113590180B (en) Detection strategy generation method and device
CN114422576A (en) Session cleaning method and device, computer equipment and readable storage medium
CN110471966B (en) Information data verification method, device, computer equipment and storage medium
CN107306202B (en) Network management method, server, client and system
CN113127847A (en) Data management method and device
CN114629791B (en) Data processing method, device, electronic equipment and computer readable storage medium
CN111240833B (en) Resource migration method and device

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