Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


E2Mgr Set Parameter Request

This is a new Generic API to update e2mgr Parameters through the REST API.

Once the e2mgr received the “Set Parameter” request it should save value in GeneralParameters table in RNIB DB .


Resource

 

Resource for this interface

/v#/nodeb/parameters

Description

E2 Manager is requested to set some Parameter

HTTP Method

PUT

Supported Representation Formats

Request: Request Format ie application/json, none, etc

Response: Response Format ie application/json, none, etc

Successful HTTP Response Code

200 OK


PUT http://<serverBaseURL>/v#/nodeb/parameters


Parameter

Data Type

Description

enableRicBoolean

True meaning - Future Setup from RAN will be supported

False meaning - Future Setup from RAN will be rejected


PUT http://localhost:3800/v1/nodeb/parameters
 accept: application/json

{

  "enableRic": true

}



Set Parameters Flow


Image Modified