Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » OM2M » What is the purpose of configuring RequestIdentifier?
What is the purpose of configuring RequestIdentifier? [message #1751225] Thu, 05 January 2017 20:03 Go to next message
Yu-Hao Hsu is currently offline Yu-Hao HsuFriend
Messages: 15
Registered: July 2016
Junior Member
Hi,

In the CSEInitializer.java, there is one function called registerCSE and it can let CSE to register to remoteCSE.
In this function, you configure RequestPrimitive with RequestIdentifier and set it as "001" by
request.setRequestIdentifier("001");


However, I didn't't see the oneM2M standard has this concept. Can you kindly tell me where is the definition of this parameter in the standard? Or if there is no the definition of RequestIdentifier in the standard, why you configure this parameter?
Thank you Razz
Re: What is the purpose of configuring RequestIdentifier? [message #1751251 is a reply to message #1751225] Fri, 06 January 2017 10:28 Go to previous message
Guillaume Garzone is currently offline Guillaume GarzoneFriend
Messages: 54
Registered: April 2015
Member
Hi,

Actually the request identifier is a mandatory attribute for the requests in the oneM2M standard. It is an attribute enabling the indexing of each request as an application point of view.

You can find more detailed information in the TS-001 section 8.1.2 and in the TS-004 section 7.2.
The specifications are available here: (http://onem2m.org/technical/published-documents)

Guillaume

Previous Topic:OM2M - Missing data in NSCL
Next Topic:MN-CSE Container Capacity
Goto Forum:
  


Current Time: Fri Apr 26 15:28:57 GMT 2024

Powered by FUDForum. Page generated in 0.03086 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top