Versions Compared

Key

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

...

Once the e2mgr received the “Set Parameter” request it should save value in GeneralParameters GeneralConfiguration 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

...

200 OK and response with incoming parameter.

...

GeneralConfiguration in Redis

KeyValue
GENERAL

{  "enableRic": true }

...