Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
Radio Network Information API
Commits
1c441167
Commit
1c441167
authored
Sep 20, 2017
by
Michele Carignani
Committed by
Gerrit Code Review
Sep 20, 2017
Browse files
Merge "Bug 11 - bug fix proposed in cont. MEC(17)000475"
parents
d3af9a36
86af2d6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
RniAPI.yaml
View file @
1c441167
...
...
@@ -348,7 +348,7 @@ parameters:
items
:
type
:
string
paths
:
/
resourc
es/rab_info
:
/
queri
es/rab_info
:
get
:
description
:
>-
Gets information on existing E-RABs that are associated with a specific
...
...
@@ -451,7 +451,7 @@ paths:
ProblemDetails
:
$ref
:
'
#/definitions/ProblemDetails'
x-swagger-router-controller
:
Default
/
resourc
es/plmn_info
:
/
queri
es/plmn_info
:
get
:
description
:
>-
Gets the information on Mobile Network(s) that are associated with a
...
...
@@ -526,7 +526,7 @@ paths:
ProblemDetails
:
$ref
:
'
#/definitions/ProblemDetails'
x-swagger-router-controller
:
Default
/
resourc
es/s1_bearer_info
:
/
queri
es/s1_bearer_info
:
get
:
description
:
>-
Gets information on existing E-RABs that are associated with a specific
...
...
@@ -670,7 +670,7 @@ paths:
SubscriptionLinkList
:
_links
:
self
:
'
http://meAppServer.example.com/rni/v1/subscriptions'
su
s
bcription
:
sub
s
cription
:
-
href
:
>-
http://meAppClient.example.com/rni/v1/notifications/cell_change/77777
subscriptionType
:
CELL_CHANGE
...
...
@@ -748,7 +748,7 @@ paths:
SubscriptionLinkList
:
_links
:
self
:
'
http://meAppServer.example.com/rni/v1/subscriptions/cell_change'
su
s
bcription
:
sub
s
cription
:
-
href
:
>-
http://meAppClient.example.com/rni/v1/notifications/cell_change/77777
subscriptionType
:
CELL_CHANGE
...
...
@@ -1133,7 +1133,7 @@ paths:
SubscriptionLinkList
:
_links
:
self
:
'
http://meAppServer.example.com/rni/v1/subscriptions/s1_bearer'
su
s
bcription
:
sub
s
cription
:
-
href
:
>-
http://meAppClient.example.com/rni/v1/notifications/s1_bearer/77777
subscriptionType
:
S1_BEARER
...
...
@@ -1520,7 +1520,7 @@ paths:
SubscriptionLinkList
:
_links
:
self
:
'
http://meAppServer.example.com/rni/v1/subscriptions/ta'
su
s
bcription
:
sub
s
cription
:
-
href
:
>-
http://meAppClient.example.com/rni/v1/notifications/ta/77777
subscriptionType
:
MEAS_ REPORT_UE
...
...
@@ -1908,7 +1908,7 @@ paths:
SubscriptionLinkList
:
_links
:
self
:
'
http://meAppServer.example.com/rni/v1/subscriptions/meas_rep_ue'
su
s
bcription
:
sub
s
cription
:
-
href
:
>-
http://meAppClient.example.com/rni/v1/notifications/meas_rep_ue/77777
subscriptionType
:
MEAS_ REPORT_UE
...
...
@@ -2301,7 +2301,7 @@ paths:
SubscriptionLinkList
:
_links
:
self
:
'
http://meAppServer.example.com/rni/v1/subscriptions/rab_est'
su
s
bcription
:
sub
s
cription
:
-
href
:
>-
http://meAppClient.example.com/rni/v1/notifications/rab_est/77777
subscriptionType
:
RAB_ESTABLISHMENT
...
...
@@ -2688,7 +2688,7 @@ paths:
SubscriptionLinkList
:
_links
:
self
:
'
http://meAppServer.example.com/rni/v1/subscriptions/rab_mod'
su
s
bcription
:
sub
s
cription
:
-
href
:
>-
http://meAppClient.example.com/rni/v1/notifications/rab_mod/77777
subscriptionType
:
RAB_MODIFICATION
...
...
@@ -3075,7 +3075,7 @@ paths:
SubscriptionLinkList
:
_links
:
self
:
'
http://meAppServer.example.com/rni/v1/subscriptions/rab_rel'
su
s
bcription
:
sub
s
cription
:
-
href
:
>-
http://meAppClient.example.com/rni/v1/notifications/rab_rel/77777
subscriptionType
:
RAB_RELEASE
...
...
@@ -3462,7 +3462,7 @@ paths:
SubscriptionLinkList
:
_links
:
self
:
'
http://meAppServer.example.com/rni/v1/subscriptions/ca_reconf'
su
s
bcription
:
sub
s
cription
:
-
href
:
>-
http://meAppClient.example.com/rni/v1/notifications/ca_reconf/77777
subscriptionType
:
CA_RECONF
...
...
@@ -4108,15 +4108,16 @@ definitions:
description
:
Numeric value (0-255) corresponding to specified type of identifier
example
:
'
UE_IPV4_ADDRESS'
value
:
type
:
integer
format
:
int32
type
:
string
description
:
Value for the identifier
example
:
1
example
:
'
192.168.10.1'
ErabQosParameters
:
type
:
object
properties
:
qci
:
$ref
:
'
#/definitions/ErabQosParameters_qci'
$ref
:
'
#/definitions/Qci'
qos_information
:
$ref
:
'
#/definitions/QosInformation'
Qci
:
type
:
integer
format
:
int32
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment