Versions Compared

Key

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

...

Listed below are the key elements included in the request.

#

Parameter

Location

Data Type

Required?

Description and Value Rules

1

accept

Header

String

YES

Refer to - Standard API Request Headers

2

content-type

Header

String


See above - Standard API Request Headers

3

Parameters

Body

Object

Array of Parameter

Object

NO

YES

At least one field in the Parameter Object


parameter

Contains information of the eNodeb

...

. At least one parameter must exist in this Object

ParameterData Type

Required?

Value Rules

1

key

String

yes

Depends on the Key

2

value

String

yes

 In R5 the following Parameters are supported

KeyValueDescription
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

{

"parameters":  [ { "key": "enableRic", "value

  "enableRic": true

}]

,

}



Response Data Details

200 OK with the list of All parameters or error

...