Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 2.03 KB

UnsupportedApi.md

File metadata and controls

42 lines (27 loc) · 2.03 KB

UnsupportedApi

All URIs are relative to https://localhost/sandboxname/rni/v2

Method HTTP request Description
s1BearerInfoGET GET /queries/s1_bearer_info Retrieve S1-U bearer information related to specific UE(s)

s1BearerInfoGET

S1BearerInfo s1BearerInfoGET(temp_ue_id, ue_ipv4_address, ue_ipv6_address, nated_ip_address, gtp_teid, cell_id, erab_id)

Retrieve S1-U bearer information related to specific UE(s)

Queries information about the S1 bearer(s)

Parameters

Name Type Description Notes
temp_ue_id List Comma separated list of temporary identifiers allocated for the specific UE as defined in ETSI TS 136 413 [optional] [default to null]
ue_ipv4_address List Comma separated list of IE IPv4 addresses as defined for the type for AssociateId [optional] [default to null]
ue_ipv6_address List Comma separated list of IE IPv6 addresses as defined for the type for AssociateId [optional] [default to null]
nated_ip_address List Comma separated list of IE NATed IP addresses as defined for the type for AssociateId [optional] [default to null]
gtp_teid List Comma separated list of GTP TEID addresses as defined for the type for AssociateId [optional] [default to null]
cell_id List Comma separated list of E-UTRAN Cell Identities [optional] [default to null]
erab_id List Comma separated list of E-RAB identifiers [optional] [default to null]

Return type

S1BearerInfo

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json, application/problem+json