Newer
Older
"contact": {
"url": "https://forge.etsi.org/rep/mec/gs012-rnis-api"
},
"title": "ETSI GS MEC 012 - Radio Network Information API",
"version": "2.1.1",
"description": "The ETSI MEC ISG MEC012 Radio Network Information API described using OpenAPI.",
"name": "BSD-3-Clause",
"url": "https://forge.etsi.org/legal-matters"
"description": "ETSI GS MEC 012 Radio Network Information API, V2.1.1",
"url": "http://www.etsi.org/deliver/etsi_gs/MEC/001_099/012/02.01.01_60/gs_mec012v020101p.pdf"
"url": "https://localhost/rni/v2"
}
],
"tags": [
{
"name": "rni"
"summary": "Retrieve information on Radio Access Bearers",
"description": "Queries information about the Radio Access Bearers",
"operationId": "rab_infoGET",
"$ref": "#/components/parameters/Query.UeIpv4Address"
"$ref": "#/components/parameters/Query.UeIpv6Address"
"$ref": "#/components/parameters/Query.NatedIpAddress"
"$ref": "#/components/parameters/Query.ErabMbrDl"
"$ref": "#/components/parameters/Query.ErabMbrUl"
"$ref": "#/components/parameters/Query.ErabGbrDl"
"$ref": "#/components/parameters/Query.ErabGbrUl"
}
],
"responses": {
"200": {
"description": "Successful response to rab_info request",
"summary": "Retrieve information on the underlying Mobile Network that the MEC application is associated to",
"description": "Queries information about the Mobile Network",
"operationId": "plmn_infoGET",
"$ref": "#/components/parameters/Query.AppInsIdArr"
}
],
"responses": {
"200": {
"description": "Successful response to plmn_info request",
"content": {
"type": "array",
"items": {
"$ref": "#/components/schemas/PlmnInfo"
}
}
}
}
},
"400": {
"summary": "Retrieve S1-U bearer information related to specific UE(s)",
"description": "Queries information about the S1 bearer(s)",
"operationId": "s1_bearer_infoGET",
"$ref": "#/components/parameters/Query.TempUeId"
"$ref": "#/components/parameters/Query.UeIpv4Address"
"$ref": "#/components/parameters/Query.UeIpv6Address"
"$ref": "#/components/parameters/Query.NatedIpAddress"
"$ref": "#/components/parameters/Query.ErabIdArr"
}
],
"responses": {
"200": {
"description": "Successful response to s1_bearer_info request",
"content": {
"application/json": {
"schema": {
Loading
Loading full blame…