The URI of the northbound API is specified in the following format:

Size: px
Start display at page:

Download "The URI of the northbound API is specified in the following format:"

Transcription

1 URI, on page 1 Session Identifier, on page 1 Update QoS Sessions and Methods, on page 1 Update QoS Request Fields, on page 3 Intent Parameter for Default Bearer, on page 9 /network/define/qostype/version on page 10 /network/define/qostype/version/sessionid, on page 26 URI The URI of the northbound is specified in the following format: where, api_path: REST that is requested. The api_path of the QoS is /network/define/qostype. version: Version of the published/subscribed REST. Session Identifier In case of PUT, DELETE and GET methods for operation on unique session, additionally session identifier needs to be appended to the URI: identifier> Update QoS Sessions and Methods Update QoS supports dynamic changes to the subscriber QoS, bandwidth, and sponsored data. Each session includes a request, synchronous response, and a callback. Each request uses a specific HTTP method. The following table describes the Update QoS sessions and the respective methods: 1

2 Session Creation Table 1: Update QoS Sessions and Methods For the following sessions: Create session for Update QoS Update an existing session Delete an existing session Read details of an existing session Use the following method POST PUT DELETE GET Session Creation Session Update Session Delete The following section describes each of the sessions: A unique session identifier is associated with each session. If multiple APNs exist, then a session is created for each APN. Use the PUT method to update an existing session. Append the session identifier at the end of the URL. The DELETE method is used to delete an existing session. You must append the session identifier at the end of the URI. e A session deletion can also be triggered by MOG when the duration of the QoS definition, as specified in the create/update request, of the session completes. Session Read The GET method is used to query sessions in the MOG system. You must append the unique session identifier at the end of the URI. You can query for a list of sessions using the base URI and providing the following one or both of the query parameters: address as defined in the create request table apn as defined in the create request table. You can also specify token for the callback as defined in the create request table. Update QoS Submission Response On receiving the request, MOG validates the JSON syntax. If the syntax is valid, MOG submits the request and responds with a 200 (OK) status code. 2

3 Update QoS Request Fields If the validation fails, then a 400 (BAD REQUEST) status code is sent immediately with a JSON describing the reason for failure. If the api_path of the URI does not match the supported paths, then a 404 (NOT FOUND) status code is sent. Update QoS Request Fields The following tables describe the mandatory and optional fields used in the JSON payload of the Update QoS request: Table 2: Update QoS Request Fields Mandatory Fields Variable Type Description address msisdn-var imsi-var ipv4 string Subscriber address in any one of the following formats: E164 encoded MSISDN: "address":"tel:+<msisdn>" ipv6 IMSI: "address":"imsi:<imsi>" acr-string IPv4: "address":"ipv4:<ipv4-dotted-quad>" IPv6: "address":"ipv6:<ipv6-address> Acr: address:acr:<acr value> Optional Fields Variable Type Description 3

4 Update QoS Request Fields Mandatory Fields Variable Type Description qci qci-var uint8 QoS Class Indicator with a range of 1 to 9. If not specified in JSON, the value is picked from the use case template of Policy Builder. QCI of 1 to 4 is used for guaranteed bit rates. The QCI value is Mapped to Media Type before sending to PCRF. The Media-Type AVP is used by the PCRF to derive the QCI. The AVP values can be found in 3GPP TS The following QCI values describe the mapping of QCI to Media-Type: QCI of 1 indicates Media-Type of Audio QCI of 2 indicates Media-Type of Video QCI of 3 or 4 indicates Media Type of Application QCI of 5 indicates Media Type of Control QCI of 6, 7, 8 indicates Media Type of Data QCI of 9 indicates Media Type of Other For a default bearer, the QCI values indicate: QCI 1 and 2 indicates Conversational QCI 3 and 4 indicates Streaming QCI 5,6,7, and 8 indicates Interactive QCI 9 indicates Background maxbitrate maxbitrate-var object Maximum bit rate in Kbps for uplink and downlink. If this field is not supplied, the value configured in Service Configuration of the will be used. uplink uplink-var uint64 Upload rate in Kbps. 4

5 Update QoS Request Fields Mandatory Fields Variable Type Description downlink downlink-var uint64 Download rate in Kbps. flows flows-var string Flows to be applied on the bearer. Multiple flows are included as objects in the array. Each object will have following fields: srcaddress srcport srcportlist srcportranges destaddress destport destportlist destportranges protocol srcaddress src-ip-address-var string IPv4 or IPv6 address of user equipment (UE). srcport src-port-var string IP port of UE. srcportlist src-port-list-var string IP port list of UE. srcportranges src-port-ranges-var string IP port ranges of UE. destaddress dest-ip-address-var string IPv4 or IPv6 address of app server. This field is mandatory for each flow entry. destport dest-port-var string IP port of application server. destportlist dest-port-list-var string IP port list of application server. destportranges dest-port-ranges-var string IP port ranges of application server. protocol protocol-var uint32 Transport protocol number (as per IANA) used by application 5

6 Update QoS Request Fields Mandatory Fields Variable Type Description duration duration-var uint32 Duration in seconds of QoS definition for the end user subscriber. When duration is specified, the session is terminated on the completion of the duration value. If duration is not provided, the session will last till an explicit DELETE is issued. volume volume-var uint64 Maximum amount of data in bytes for which the QoS change should be maintained. sponsorid sponsor-id-var string The name of the sponsor for the QoS change. If this field is supplied, the sponsor organization will be associated with the QoS change (also for billing purposes). apn apn-var string APN associated for the request. If not supplied, the value is considered from the onboarding database. The onboarding database supports maximum of 5 APNs. An request without APN field results in QoS updates for all the configured APNs in the onboarding database. If the subscriber address is in ACR format, APN information is part of the ACR address. callback callback-var string A URI for receiving status updates. If this field is supplied, the specified URI will be called when the status of the requested QoS session changes. If not supplied, callback value is considered from the configuration. Both http and https are supported in callback URI. uri uri-var uint8 A uniform resource identifier string. token token-var string A token string, not to be interpreted by the server but returned to the caller in responses. 6

7 Update QoS Request Fields Mandatory Fields Variable Type Description arp arp-var Object If supplied, indicates the Priority of Allocation and Retention for the corresponding APN configuration of the default/dedicated bearer. priority priority-var uint8 Used to decide whether a bearer establishment or modification request can be accepted or needs to be rejected, in case of resource limitations. Priority is also used to decide which existing bearers may be pre-empted during resource limitations. The priority level defines the relative importance of a resource request and takes a range of values from 1 to 15 with 1 as the highest level of priority. The AVP details can be found in 3GPP TS preemptioncapability pre-emption-capability-var boolean Determines whether a bearer can use resources from another bearer with a lower priority and is usually set for emergency services. preemptionvulnerability pre-emption-vulnerabilityvar boolean Determines whether a bearer can give up resources to a bearer with a higher priority. 7

8 Update QoS Request Fields Mandatory Fields Variable Type Description intent Intent-var Object Indicates the Intention and Priority for the QoS. You can assign the following Intention values to modify the bandwidth: BOOST: Increases the QoS (QCI, ARP, Bandwidth) of the subscriber. Cisco Policy Suite selects the higher value of the applied vs. requested QoS. THROTTLE: Decreases the QoS (QCI, ARP, Bandwidth) of the subscriber. Cisco Policy Suite selects the lower value of the applied vs. requested QoS. REFRESH : Refreshes the CC-Time of the session with configured duration value from create session or validity time configured for the tenant and sponsor ID pair in Policy Builder MOG Configuration plugin. e case sensitive You can also assign the Priority of an Intention(positive integer). When multiple Rx sessions exist, Cisco Policy Suite decides whether to apply Intention or not by comparing the priority value. A higher value means lowest priority. dpcc dpcc-var Object Dynamic PCC includes two attributes: name and value. Both name and value of DPCC are used to evaluate CRD table to get PCC rule. starttime Starttime-var Object Which takes year, month, day, hour, minutes and seconds. This starttime indicates session starttime. 8

9 Intent Parameter for Default Bearer Intent Parameter for Default Bearer You can specify the intent parameter (either boost or throttle) of the QoS modification of default bearer along with the priority. Service-Status-Info AVP value in AAR is set to PRELIMINARY_SERVICE_INFO to allow PCRF to install charging rule on the modified default bearer. The following table lists the result of different parameters passed in the request: Table 3: Parameters Passed in the Request Result Intent QCI Bitrate Bitrate QCI QoS APN APN (uplink) (downlink) (Default (Charging AMBR AMBR Bearer) Rule) (uplink) (downlink) Boost/None New Charging Rule Boost/None New Charging Rule Boost/None New Charging Rule Boost/None New Charging Rule Boost/None Charging Rule Boost/None Charging Rule Boost/None Charging Rule Boost/None Charging Rule 9

10 /network/define/qostype/version Result Intent QCI Bitrate Bitrate QCI QoS APN APN (uplink) (downlink) (Default (Charging AMBR AMBR Bearer) Rule) (uplink) (downlink) Throttle New Charging Rule Throttle New Charging Rule Throttle New Charging Rule Throttle New Charging Rule Throttle Charging Rule Throttle Charging Rule Throttle Charging Rule Throttle Charging Rule /network/define/qostype/version POST URL: /network/define/qostype/version Description: Create session to update subscriber QoS, bandwidth boost Security Schemes: Bearer 10

11 Request Headers Authorization Authorization Header has the token as string with value "Bearer token string" Request URI Parameters version: required (string) Body Type: application/json Schema "description":"create Qos", "properties": "qostype": "decription":"qostype", "properties": "address": "description":"msisdn or IMSI of the subscriber",, "pattern":"tel:\\+[0-9]+ [0-9]+" or imsi:[0-9] + or ipv4:"^((25[0-5] 2[0-4][0-9] [01]?[0-9][0-9]?)\\.)3(25[0-5] 2[0-4][0-9] [01]?[0-9][0-9]?)$" or ipv6:"([0-9a-f]1,4:)7([0-9a-f])1,4" or acr:"[0-9a-fa-f]+[-]1[0-9a-fa-f;=]+" "qci": "description":"qos class indicator", "type":"integer", "minimum":1, "maximum":9 "apn": "description":"list of APNs", "type":"array", "items": "maxbitrate": "description":"max bit rate", "properties": "uplink": "description":"upload rate in kbps", "downlink": "description":"download rate in kbps", "flows": "description":"application server and UE details", "type":"array", 11

12 Request "properties": "destaddress": "description":"application server ip address", "type":["ipv4","ipv6"] "destport": "description":"application server port number", "destportlist": "description":"list of Application server port numbers", "type":"array", "items": "destportranges": "description":"ranges of Application server port numbers", "type":"array", "items": "start": "description":"start of port number range", "end": "description":"end of port number range", "srcaddress": "description":"ue ip address", "type":["ipv4","ipv6"] "srcport": "description":"ue port number", "srcportlist": "description":"list of UE port numbers", "type":"array", "items": "srcportranges": "description":"ranges of UE port numbers", "type":"array", "items": "start": "description":"start of port number range", "end": "description":"end of port number range", "protocol": "description":"application server protocol", "type":"integer", "minimum":0, "maximum":255 12

13 Request "required":["destaddress"] "duration": "description":"duration of the QoS in Seconds", "volume": "description":"count of data in bytes", "sponsorid": "description":"sponsors identifier", "callback": "description":"callback information", "properties": "uri": "description":"callback URI", "type":"uri" "token": "description":"token identifier", "arp": "description": "Bearer ARP details", "properties": "priority": "description": "Priority order for modifying the bearer", "type": "positive integer" "pre-emption-capability": "description":"indicates if bearer can grab resources", "type":"boolean" "pre-emption-vulnerability": "description":"indicates if bearer can loose resources", "type":"boolean" "intent": "description": "Custom grouped AVP", "type": "object", "properties": "intention": "description": "Custom AVP, (either BOOST or THROTTLE ) "priority": "description": "Custom AVP", "type":"positive integer" "dpcc": "description": "Custom identifier", 13

14 Request "type": "object", "properties": "name": "description": "name identifier, "value": "description": "value identifier", "type":"string" "starttime": "description": "Indicates session starttime", "type": "object", "properties": "year": "description": "year of starttime, "type": "positive integer "month": "description": "month of starttime, "type": "positive integer "day": "description": "day of starttime, "type": "positive integer "hour": "description": "hour of starttime, "type": "positive integer "minutes": "description": "minutes of starttime, "type": "positive integer "seconds": "description": "seconds of starttime, "type": "positive integer "required":["address"] Example "qostype": "address": "acr:868dbd- 285BE3560A3FD5941C7CE1E77999BD3B50A54F545A96AACF537A B3A923295C0927E2F990EF B91B;ncc=310410;type=Static", "flows": [ "srcaddress": " /24", "srcport": 8182, "destaddress": " /24", "destport": 7173, "protocol": 17 14

15 Response ], "maxbitrate": "uplink":10, "downlink":20 "callback": "uri": " "token": " " "duration": 3600 Response HTTP status code: 200 Body Type: application/json Schema: "description":"update Qos", "type":"array", "items": "description":"session object", "properties": "qostype": "decription":"qostype", "properties": "address": "description":"msisdn or IMSI of the subscriber", "qci": "description":"qos class indicator", "type":"integer", "minimum":1, "maximum":9 "apn": "description":"list of APNs", "type":"array", "items": "maxbitrate": "description":"max bit rate", "properties": "uplink": "description":"upload rate in kbps", "downlink": "description":"download rate in kbps", 15

16 Response "flows": "description":"application server and UE details", "type":"array", "properties": "destaddress": "description":"application server ip address", "type":[ "ipv4", "ipv6" ] "destport": "description":"application server port number", "destportlist": "description":"list of Application server port numbers", "type":"array" "items": "destportranges": "description":"ranges of Application server port numbers", "type":"array" "items": "start": "description":"start of port number range", "end": "description":"end of port number range", "srcaddress": "srcportlist": "items": "description":"ue ip address", "type":[ "ipv4", "ipv6" ] "srcport": "description":"ue port number", "description":"list of UE port numbers", "type":"array" "srcportranges": "description":"ranges of UE port numbers", "type":"array" "items": "start": "description":"start of port number range", 16

17 Response "end": "dpcc": "description":"end of port number range", "protocol": "description":"application server protocol", "type":"integer", "minimum":0, "maximum":255 "duration": "description":"duration of the QoS in Seconds", "volume": "description":"count of data in bytes", "sponsorid": "description":"sponsors identifier", "callback": "description":"callback information", "properties": "uri": "description":"callback URI", "type":"uri" "token": "description":"token identifier", "arp": "description": "Bearer ARP details", "type": "object", "properties": "priority": "description": "Priority order for modifying the bearer", "type": "positive integer" "pre-emption-capability": "description": "Indicates if bearer can grab resources", "type": "boolean" "pre-emption-vulnerability": "description": "Indicates if bearer can loose resources", "type": "boolean" "description": "Custom identifier", "type": "object", "properties": "name": "description": "name identifier, 17

18 Response "\": "value": "description": "value identifier", "type":"string" "description": "Custom grouped AVP", "type": "object", "properties": "intention": "description": "Custom AVP, (either BOOST or THROTTLE ), "priority": "description": "Custom AVP", "type":"positive integer" "qosstatus": "description":"qos status", "properties": "sessionid": "description":"unique session identifier", "status": "description":"value of defined or ended", "status-report": "description":"detailed status report", "properties": "Allocation-Retention-Priority": "description":" Allocation-Retention-Priority status received from PCRF, values can be success/failure/ignored ", "QoS-Class-Identifier": "description":"qos-class-identifier status received from PCRF, values can be success/failure/ignored ", "APN-Aggregate-Max-Bitrate-DL": "description":" APN-Aggregate-Max-Bitrate-DL status received from PCRF, values can be success/failure/ignored ", "APN-Aggregate-Max-Bitrate-UL": "description":" APN-Aggregate-Max-Bitrate-UL status received from PCRF, values can be success/failure/ignored ", "validitytime": "description":"session Validity Time in Seconds", "type":" positive integer " 18

19 Curl Example Curl Example Command for : curl -k -H "Content-Type: application/json" -H "Authorization: Bearer xri8khupwqx4bpphyarpmis5szjyn3z92w Et2yvvGJJc0Q1SqYB6JVyF1GdVK5jL4GKqkcAu/ZL4IgrH5OVVsV7cvq07JlLcs7XRG 8HqsS70tlb1nx9gwev2EpY7GB2Llamup8y5Tod9SQopc/xSIw==" -X POST :// :6443/api/network/define/qosType/1.0 --data "@qos.acr.json" Curl response: ["sessionid":" e-37f6-4e81-bba2-5fef45579d28mog11", "address":"acr:c f-4d3e09ae09a3406f9852a99e20664d5823aa2677ae 465C27BCE1D8F474F474AF5A5DDBF87704D7DBDF76A6A9D CE6A4B0B21BCD FDE1116CFBDE3515;ncc=310410;type=Static","code":200] Callback response: "qosstatus" : "sessionid" : " e-37f6-4e81-bba2-5fef45579d28MOG11", "address" : "acr:c f-4d3e09ae09a3406f9852a99e20664d5823aa2677ae465c27bce1d8f474f474a F5A5DDBF87704D7DBDF76A6A9D CE6A4B0B21BCDFDE1116CFBDE3515;ncc=310410;type=Static", "status" : "defined" Input JSON: "qostype": "address": "acr:c f-4d3e09ae09a3406f9852a99e20664d5823aa2677ae465c27bce1d8f474f474af5a5ddbf87704d7dbdf76a6a9d ce6a4b0b21bcdfde1116cfbde3515;ncc=310410;type=static", "maxbitrate": "uplink":20, "downlink":30 "duration":30, "qci": "5", "callback": "uri": " "token": " " GET URL: /network/define/qostype/version Description: Query existing sessions Security Schemes: 19

20 Request Bearer Headers Authorization Authorization Header has the token as string with value "Bearer token string" Request URI Parameters version: required (string) Query Parameters address: (string) Address of the subscriber apn: (string) APN token: (string) Callback token passed in the create session request. Response HTTP status code: 200 Body Type: application/json Schema: "description":"update Qos", "type":"array", "items": "description":"session object", "properties": "qostype": "decription":"qostype", "properties": "address": "description":"msisdn or IMSI of the subscriber", "qci": "description":"qos class indicator", "type":"integer", "minimum":1, "maximum":9 "apn": "description":"list of APNs", 20

21 Response "type":"array", "items": "maxbitrate": "description":"max bit rate", "properties": "uplink": "description":"upload rate in kbps", "downlink": "description":"download rate in kbps", "flows": "description":"application server and UE details", "type":"array", "properties": "destaddress": "description":"application server ip address", "type":[ "ipv4", "ipv6" ] "destport": "description":"application server port number", "destportlist": "description":"list of Application server port numbers", "type":"array" "items": "destportranges": "description":"ranges of Application server port numbers", "type":"array" "items": "start": "description":"start of port number range", "end": "srcaddress": "description":"end of port number range", "description":"ue ip address", "type":[ "ipv4", "ipv6" ] "srcport": "description":"ue port number", 21

22 Response "srcportlist": "items": "description":"list of UE port numbers", "type":"array" "srcportranges": "description":"ranges of UE port numbers", "type":"array" "items": "start": "description":"start of port number range", "end": "description":"end of port number range", "protocol": "description":"application server protocol", "type":"integer", "minimum":0, "maximum":255 "duration": "description":"duration of the QoS in Seconds", "volume": "description":"count of data in bytes", "sponsorid": "description":"sponsors identifier", "callback": "description":"callback information", "properties": "uri": "description":"callback URI", "type":"uri" "token": "description":"token identifier", "arp": "description": "Bearer ARP details", "type": "object", "properties": "priority": "description": "Priority order for modifying the bearer", "type": "positive integer" 22

23 Response "dpcc": "\": "pre-emption-capability": "description": "Indicates if bearer can grab resources", "type": "boolean" "pre-emption-vulnerability": "description": "Indicates if bearer can loose resources", "type": "boolean" "description": "Custom identifier", "type": "object", "properties": "name": "description": "name identifier, "value": "description": "value identifier", "type":"string" "description": "Custom grouped AVP", "type": "object", "properties": "intention": "description": "Custom AVP, (either BOOST or THROTTLE ), "priority": "description": "Custom AVP", "type":"positive integer" "qosstatus": "description":"qos status", "properties": "sessionid": "description":"unique session identifier", "status": "description":"value of defined or ended", "status-report": "description":"detailed status report", "properties": "Allocation-Retention-Priority": "description":" Allocation-Retention-Priority status received from PCRF, values can be success/failure/ignored ", "QoS-Class-Identifier": "description":"qos-class-identifier status received from PCRF, values can be success/failure/ignored ", 23

24 Curl Example "APN-Aggregate-Max-Bitrate-DL": "description":" APN-Aggregate-Max-Bitrate-DL status received from PCRF, values can be success/failure/ignored ", "APN-Aggregate-Max-Bitrate-UL": "description":" APN-Aggregate-Max-Bitrate-UL status received from PCRF, values can be success/failure/ignored ", "validitytime": "description":"session Validity Time in Seconds", "type":" positive integer " Curl Example Curl command to get session: curl -k -H "Content-Type: application/json" -H "Authorization: Bearer xri8khupwqx4bpphyarpmis5szjyn3z92wet2yvvgjjc0q1sqyb6jvyf1gdvk5jl4gkqkcau/zl4igrh5ovvsv7cv q07jllcs7xrg8hqss70tlb1nx9gwev2epy7gb2llamup8y5tod9sqopc/xsiw==" -X GET Curl response: [ "qostype" : "address" : "acr:c f- 4D3E09AE09A3406F9852A99E20664D5823AA2677AE465C27BCE1D8F474F474AF5A5DDBF87704D7DBDF76A6A 9D CE6A4B0B21BCDFDE1116CFBDE351;ncc=310410;type=Static", "qci" : 5, "maxbitrate" : "uplink" : 20, "downlink" : 30 "duration" : 30, "callback" : "uri" : " "token" : " " "qosstatus" : "sessionid": "c2cfe529-90e4-4ff0-b1fa-86bc9e15c1fcmog2", "status": "defined", validitytime :500, ] Curl response with custom status report: 24

25 Curl Example [ "qostype" : "address" : "acr:c f-4d3e09ae09a3406f9852a99e20664d5823aa2677ae465c27bce1d8f474f474af5a5ddbf87704d7dbdf76a6a9d ce6a4b0b21bcdfde1116cfbde3515;ncc=310410;type=static", ] "qci" : 5, "maxbitrate" : "uplink" : 20, "downlink" : 30 "duration" : 30, "callback" : "uri" : " "token" : " " "qosstatus" : "sessionid": "c2cfe529-90e4-4ff0-b1fa-86bc9e15c1fcmog2", "status": "defined", validitytime :500, "status" : "ok" Curl response with detailed status report: [ ] "qostype" : "address" : "imsi: ", "apn" : [ "cisco.com" ], "flows" : [ "destaddress" : " /24", "destport" : 1221, "srcaddress" : " /24", "srcport" : 2230, "protocol" : 17 ], "callback" : "uri" : " "token" : " " "duration" : 60, "dpcc" : "name" : "DPCC-1", "value" : "2" "qosstatus" : "sessionid" : " D6F672D C ", "validitytime" : 45, "status" : "ok", "detailed-report": "bitrate-uplink": "success", "bitrate-downlink": "success", "qci": "success", "arp": "success" 25

26 /network/define/qostype/version/sessionid /network/define/qostype/version/sessionid PUT URL: /network/define/qostype/version/sessionid Description: Update an existing session Security Schemes: Bearer Headers Authorization Authorization Header has the token as string with value "Bearer token string" Request URI Parameters version: required (string) Body sessionid: required (string) Type: application/json Schema: "description":"update Qos", "properties": "qostype": "decription":"qostype", "properties": "maxbitrate": "description":"max bit rate", "properties": "uplink": "description":"upload rate in kbps", "downlink": "description":"download rate in kbps", "flows": "description":"application server and UE details", "type":"array", 26

27 Request "properties": "destaddress": "description":"application server ip address", "type":["ipv4","ipv6"] "destport": "description":"application server port number", "destportlist": "description":"list of Application server port numbers", "type":"array", "items": "destportranges": "description":"ranges of Application server port numbers", "type":"array", "items": "start": "description":"start of port number range", "end": "description":"end of port number range", "srcaddress": "description":"ue ip address", "type":["ipv4","ipv6"] "srcport": "description":"ue port number", "srcportlist": "description":"list of UE port numbers", "type":"array", "items": "srcportranges": "description":"range of UE port numbers", "type":"array", "items": "start": "description":"start of port number range", "end": "description":"end of port number range", "protocol": "description":"application server protocol", "type":"integer", "minimum":0, "maximum":255 27

28 Request "dpcc": "intent": "required":["destaddress"] "duration": "description":"duration of the QoS in Seconds", "volume": "description":"count of data in bytes", "qci": "description":"qos class indicator", "type":"integer", "minimum":1, "maximum":9 "arp": "description": "Bearer ARP details", "type": "object", "properties": "priority": "description": "Priority order for modifying the bearer", "type": "positive integer" "pre-emption-capability": "description": "Indicates if bearer can grab resources", "type":"boolean" "pre-emption-vulnerability": "description": "Indicates if bearer can loose resources", "type": "boolean" "description": "Custom grouped AVP", "type": "object", "properties": "intention": "description": "Custom AVP, (either BOOST or THROTTLE or REFRESH ) "priority": "description": "Custom AVP", "type":"positive integer" "description": "Custom identifier", "type": "object", "properties": "name": "description": "name identifier, "value": "description": "value identifier", "type":"string" 28

29 Response Response HTTP status code: 200 Body Type: application/json Schema: "description":"update QoS submission response", "type : object", "properties": "sessionid": "description":"unique identifier of the session", "code": "description":"status code 200 or 400 or 401", "type":"integer" "message": "description":"only in case of error", "required":["code"] Example: "sessionid": "f a4-8aaf-6d23f2a5c47fmog1", "code": 200, HTTP status code: 400 Body Type: application/json Example: "code": 400, "message": "Unrecognized field [name] in JSON request." HTTP status code: 401 Body Type: application/json Example: 29

30 Curl Example "code": 401, "message": "Authentication Failure" HTTP status code: 404 Body Type: application/json Curl Example DELETE Curl command for update of session: curl -k -H "Content-Type: application/json" -H "Authorization: Bearer xri8khupwqx4bpphyarpmis5szjyn3z92wet2yvvgjjc0q1sqyb6jvyf1gdvk5jl4gkqkcau/zl4igrh5ovvsv7cv q07jllcs7xrg8hqss70tlb1nx9gwev2epy7gb2llamup8y5tod9sqopc/xsiw==" -X PUT --data Curl response: "sessionid": " e-37f6-4e81-bba2-5fef45579d28MOG11", "code": 200 Callback: "qosstatus" : "sessionid" : " e-37f6-4e81-bba2-5fef45579d28MOG11", "address" : "acr:c f- 4D3E09AE09A3406F9852A99E20664D5823AA2677AE465C27BCE1D8F474F474AF5A5DDBF87704D7DBDF76A6A9D CE6A4B0B21BCDFDE1116CFBDE3515;ncc=310410;type=Static", "status" : "defined" Input Json: "qostype": "duration":1800 URL: /network/define/qostype/version/sessionid Description: Delete an existing session Security Schemes: Bearer Headers Authorization Authorization Header has the token as string with value "Bearer token string" 30

31 Request Request URI Parameters version: required (string) sessionid: required (string) Response HTTP status code: 200 Body Type: application/json Schema: "description":"update QoS submission response", "type : object", "properties": "sessionid": "description":"unique identifier of the session", "code": "description":"status code 200 or 400 or 401", "type":"integer" "message": "description":"only in case of error", "required":["code"] Example: "sessionid": "f a4-8aaf-6d23f2a5c47fmog1", "code": 200, Curl Example Command to delete session: curl -k -H "Content-Type: application/json" -H "Authorization: Bearer xri8khupwqx4bpphyarpmis5szjyn3z92wet2yvvgjjc0q1sqyb6jvyf1gdvk5jl4gkqkcau/zl4igrh5ovvsv7cv q07jllcs7xrg8hqss70tlb1nx9gwev2epy7gb2llamup8y5tod9sqopc/xsiw==" -X DELETE Curl Response: "sessionid":" e-37f6-4e81-bba2-5fef45579d28mog11","code":200 Callback response: "qosstatus" : "sessionid" : " e-37f6-4e81-bba2-5fef45579d28MOG11", "address" : "acr:c f- 31

32 GET 4D3E09AE09A3406F9852A99E20664D5823AA2677AE465C27BCE1D8F474F474AF5A5DDBF87704D7DBDF76A6A9D CE6A4B0B21BCDFDE1116CFBDE3515;ncc=310410;type=Static", "status" : "ended" Command to delete on version: curl -k -H "Content-Type: application/json" -H "Authorization: Bearer xri8khupwqx4bpphyarpmis5szjyn3z92wet2yvvgjjc0q1sqyb6jvyf1gdvk5jl4gkqkcau/zl4igrh5ovvsv7cv q07jllcs7xrg8hqss70tlb1nx9gwev2epy7gb2llamup8y5tod9sqopc/xsiw==" -X DELETE Curl response: "code":405,"message":"delete is not supported on GET URL: /network/define/qostype/version/sessionid Description: Get the Session Status and other details Security Schemes: Bearer Headers Authorization Authorization Header has the token as string with value "Bearer token string" Request URI Parameters version: required (string) sessionid: required (string) Response HTTP status code: 200 Body Type: application/json Schema: "description":"update Qos", "type":"array", "items": "description":"session object", "properties": "qostype": "decription":"qostype", 32

33 Response "properties": "address": "description":"msisdn or IMSI of the subscriber", "qci": "description":"qos class indicator", "type":"integer", "minimum":1, "maximum":9 "apn": "description":"list of APNs", "type":"array", "items": "maxbitrate": "description":"max bit rate", "properties": "uplink": "description":"upload rate in kbps", "downlink": "description":"download rate in kbps", "flows": "description":"application server and UE details", "type":"array", "properties": "destaddress": "description":"application server ip address", "type":[ "ipv4", "ipv6" ] "destport": "description":"application server port number", "destportlist": "description":"list of Application server port numbers", "type":"array" "items": "destportranges": "description":"ranges of Application server port numbers", "type":"array" "items": "start": "description":"start of port number range", "end": "description":"end of port number range", 33

34 Response "srcaddress": "srcportlist": "items": "description":"ue ip address", "type":[ "ipv4", "ipv6" ] "srcport": "description":"ue port number", "description":"list of UE port numbers", "type":"array" "srcportranges": "description":"ranges of UE port numbers", "type":"array" "items": "start": "description":"start of port number range", "end": "description":"end of port number range", "protocol": "description":"application server protocol", "type":"integer", "minimum":0, "maximum":255 "duration": "description":"duration of the QoS in Seconds", "volume": "description":"count of data in bytes", "sponsorid": "description":"sponsors identifier", "callback": "description":"callback information", "properties": "uri": "description":"callback URI", "type":"uri" 34

35 Response "dpcc": "\": "token": "description":"token identifier", "arp": "description": "Bearer ARP details", "type": "object", "properties": "priority": "description": "Priority order for modifying the bearer", "type": "positive integer" "pre-emption-capability": "description": "Indicates if bearer can grab resources", "type": "boolean" "pre-emption-vulnerability": "description": "Indicates if bearer can loose resources", "type": "boolean" "description": "Custom identifier", "type": "object", "properties": "name": "description": "name identifier, "value": "description": "value identifier", "type":"string" "description": "Custom grouped AVP", "type": "object", "properties": "intention": "description": "Custom AVP, (either BOOST or THROTTLE ), "priority": "description": "Custom AVP", "type":"positive integer" "qosstatus": "description":"qos status", "properties": "sessionid": "description":"unique session identifier", "status": "description":"value of defined or ended", "status-report": 35

36 Curl Example "description":"detailed status report", "properties": "Allocation-Retention-Priority": "description":" Allocation-Retention-Priority status received from PCRF, values can be success/failure/ignored ", "QoS-Class-Identifier": "description":"qos-class-identifier status received from PCRF, values can be success/failure/ignored ", "APN-Aggregate-Max-Bitrate-DL": "description":" APN-Aggregate-Max-Bitrate-DL status received from PCRF, values can be success/failure/ignored ", "APN-Aggregate-Max-Bitrate-UL": "description":" APN-Aggregate-Max-Bitrate-UL status received from PCRF, values can be success/failure/ignored ", "validitytime": "description":"session Validity Time in Seconds", "type":" positive integer " Curl Example Curl command to get session: curl -k -H "Content-Type: application/json" -H "Authorization: Bearer xri8khupwqx4bpphyarpmis5szjyn3z92wet2yvvgjjc0q1sqyb6jvyf1gdvk5jl4gkqkcau/zl4igrh5ovvsv7cv q07jllcs7xrg8hqss70tlb1nx9gwev2epy7gb2llamup8y5tod9sqopc/xsiw==" -X GET Curl response: [ "qostype" : "address" : "acr:c f- 4D3E09AE09A3406F9852A99E20664D5823AA2677AE465C27BCE1D8F474F474AF5A5DDBF87704D7DBDF76A6A9D CE6A4B0B21BCDFDE1116CFBDE3515;ncc=310410;type=Static", "qci" : 5, "maxbitrate" : "uplink" : 20, "downlink" : 30 "duration" : 30, "callback" : "uri" : " 36

37 Curl Example "token" : " " "qosstatus" : "sessionid": "c2cfe529-90e4-4ff0-b1fa-86bc9e15c1fcmog2", "status": "defined", validitytime :500, ] Curl command to get parent session: curl -k -H "Content-Type: application/json" -H "Authorization: Bearer xri8khupwqx4bpphyarpmis5szjyn3z92wet2yvvgjjc0q1sqyb6jvyf1gdvk5jl4gkqkcau/zl4igrh5ovvsv7cv q07jllcs7xrg8hqss70tlb1nx9gwev2epy7gb2llamup8y5tod9sqopc/xsiw==" -X GET D2D Curl response: [ "qostype": "address": "tel: ", "apn": [ "mog3" ], "callback": "uri": " "token": "1234" "duration": 99999, "volume": 200, "dpcc": "name": "DPCC-1", "value": "1" "qosstatus": "sessionid": "6D6F E31636C D D2D D6F6733", "validitytime": 99983, "status": "accepted" "qostype": "address": "tel: ", "apn": [ "mog1" ], "callback": "uri": " "token": "1234" "duration": 99999, "volume": 200, "dpcc": "name": "DPCC-1", "value": "1" "qosstatus": 37

38 Curl Example "sessionid": "6D6F E31636C D D2D D6F6731", ] "validitytime": 99983, "status": "accepted" Curl command to get parent session when there are no child sessions: curl -k -H "Content-Type: application/json" -H "Authorization: Bearer xri8khupwqx4bpphyarpmis5szjyn3z92wet2yvvgjjc0q1sqyb6jvyf1gdvk5jl4gkqkcau/zl4igrh5ovvsv7cv q07jllcs7xrg8hqss70tlb1nx9gwev2epy7gb2llamup8y5tod9sqopc/xsiw==" -X GET D2D Curl response: [ ] "qostype": "address": "tel: ", "callback": "uri": " "token": "1234" "duration": , "volume": 200, "starttime": "year": 2017, "month": 4, "day": 24, "hour": 8, "minutes": 4, "seconds": 4 "dpcc": "name": "DPCC-1", "value": "1" 38

CPS MOG API Reference, Release

CPS MOG API Reference, Release CPS MOG API Reference, Release 13.1.0 First Published: 2017-08-18 Last Modified: 2017-08-18 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

CDRs. CDR Overview. CPS MOG Guide, Release

CDRs. CDR Overview. CPS MOG Guide, Release CDR Overview, page Auth, page Request, page Callback, page AAR, page 7 AAA, page 0 STR, page 0 STA, page RAR, page RAA, page ASR, page ASA, page Token, page Onboard, page ACRS Request, page 7 ACRS Response,

More information

Southbound Rx Interface

Southbound Rx Interface Overview, page 1 Diameter Adaptor Connectivity, page 1 Protocol Support, page 2 Diameter Connection Establishment, page 2 Diameter Base RFC Compliance, page 2 Rx Protocol Message Formats, page 2 Cisco

More information

MOG Installation, Configuration, and Upgrade

MOG Installation, Configuration, and Upgrade MOG Installation, page 1 Plugin Configuration, page 2 vpas Configuration, page 5 CDR Filter Configuration, page 9 Service Configuration, page 10 Administrator Database Configuration, page 14 Geographic

More information

Rx Services. Overview. VoLTE

Rx Services. Overview. VoLTE Overview, on page 1 VoLTE, on page 1 Dynamic Rule Naming (Multiple Dedicated Bearer QoS), on page 15 QoS Selection, on page 16 Dynamic QoS, on page 16 SRVCC, on page 28 NPLI (Access Network), on page 28

More information

Rx Services. Overview

Rx Services. Overview Overview, page 1 VoLTE, page 2 Dynamic Rule Naming (Multiple Dedicated Bearer QoS), page 16 QoS Selection, page 17 Dynamic QoS, page 17 SRVCC, page 30 NPLI (Access Network), page 30 Dynamic PCC (MOG),

More information

Bearer Control Profile Configuration Mode Commands

Bearer Control Profile Configuration Mode Commands Bearer Control Profile Configuration Mode Commands The Bearer Control Profile configuration mode provides the commands to define the MME's bearer-level QoS control parameters. Bearer-level parameters such

More information

Quality of Service, Policy and Charging

Quality of Service, Policy and Charging Quality of Service, Policy and Charging Contents 1. Policy and Charging Control! 2. Session Management Procedures! 3. Charging and Billing 1. Policy and Charging Control 1.1 Introduction! 1.2 Quality of

More information

Quality-of-Service Option for Proxy Mobile IPv6

Quality-of-Service Option for Proxy Mobile IPv6 Internet Engineering Task Force (IETF) Request for Comments: 7222 Category: Standards Track ISSN: 2070-1721 M. Liebsch NEC P. Seite Orange H. Yokota KDDI Lab J. Korhonen Broadcom Communications S. Gundavelli

More information

5G Non Standalone for SAEGW

5G Non Standalone for SAEGW This chapter describes the 5G Non Standalone (NSA) feature in the following sections: Feature Summary and Revision History, on page 1 Feature Description, on page 2 How It Works, on page 3 Configuring

More information

ETSI TS V (201

ETSI TS V (201 TS 129 155 V13.0.0 (201 16-01) TECHNICAL SPECIFICATION LTE; Traffic steering control; Representational State Transfer (REST) over St reference point (3GPP TS 29.155 version 13.0.0 Release 13) 1 TS 129

More information

CPS Central Administration Guide, Release

CPS Central Administration Guide, Release CPS Central Administration Guide, Release 11.0.0 First Published: Nov 02, 2016 Last Modified: Nov 02, 2016 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Test-king QA

Test-king QA Test-king.600-212.70.QA Number: 600-212 Passing Score: 800 Time Limit: 120 min File Version: 6.1 http://www.gratisexam.com/ Provide the highest amount of valid questions with correct answers. This VCE

More information

3GPP TS V9.3.0 ( )

3GPP TS V9.3.0 ( ) TS 29.212 V9.3.0 (2010-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Policy and Charging Control over Gx reference point (Release

More information

ETSI TS V9.3.0 ( ) Technical Specification

ETSI TS V9.3.0 ( ) Technical Specification TS 129 212 V9.3.0 (2010-06) Technical Specification Universal Mobile Telecommunications System (UMTS); LTE; Policy and charging control over Gx reference point (3GPP TS 29.212 version 9.3.0 Release 9)

More information

GTP-based S2b Interface Support on the P-GW and SAEGW

GTP-based S2b Interface Support on the P-GW and SAEGW GTP-based S2b Interface Support on the P-GW and SAEGW This chapter describes the GTP-based S2b interface support feature on the standalone P-GW and the SAEGW. Feature, page 1 How the S2b Architecture Works,

More information

3GPP TS V ( )

3GPP TS V ( ) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Policy and charging control signalling flows and Quality of Service (QoS) parameter

More information

Gx Interface Support. Rel. 7 Gx Interface

Gx Interface Support. Rel. 7 Gx Interface This chapter provides information on configuring Gx interface to support policy and charging control for subscribers. The IMS service provides application support for transport of voice, video, and data

More information

- Page 1 of 12 -

- Page 1 of 12 - PGW Functional Tester 11.0.0 Release Notes - Page 1 of 12 - Introduction The PGW Functional Tester is an automated test suite for testing the correctness of an implementation of LTE PDN Gateway (PGW) according

More information

Policy Control Configuration Mode Commands

Policy Control Configuration Mode Commands Policy Control Configuration Mode Commands Policy Control Configuration mode is used to configure the Diameter dictionary, origin host, host table entry and host selection algorithm for IMS Authorization

More information

Policy Control Configuration Mode Commands

Policy Control Configuration Mode Commands Policy Control Configuration Mode Commands Policy Control Configuration mode is used to configure the Diameter dictionary, origin host, host table entry and host selection algorithm for IMS Authorization

More information

5G NSA(Non-Standalone Architecture)

5G NSA(Non-Standalone Architecture) This chapter describes the following topics: Feature Summary and Revision History, page 1 Feature Description, page 2 How It Works, page 2 Configuring DCNR, page 5 Monitoring and Troubleshooting, page

More information

5G NSA for MME. Feature Summary and Revision History

5G NSA for MME. Feature Summary and Revision History Feature Summary and Revision History, on page 1 Feature Description, on page 2 How It Works, on page 5 Configuring, on page 10 Monitoring and Troubleshooting, on page 13 Feature Summary and Revision History

More information

In this chapter we have described DM Configuration both in Policy Builder and Control Center.

In this chapter we have described DM Configuration both in Policy Builder and Control Center. In Policy Builder, page 1 In Control Center, page 15 Using REST APIs, page 37 In Policy Builder In this chapter we have described both in Policy Builder and Control Center. Note Any DM configuration changes

More information

Routing Behind the Mobile Station on an APN

Routing Behind the Mobile Station on an APN Feature Description How It Works The routing behind the Mobile Station(MS) feature enables the routing of packets to IPv4 addresses that do not belong to the PDN Session (the MS), but exist behind it.

More information

S4 interface Support For Non-EPC Devices

S4 interface Support For Non-EPC Devices This chapter describes the S4 interface support for Non-EPC capable devices. Feature Description, page 1 How it Works, page 2 Configuring S4 Interface Support for Non-EPC Capable Devices, page 4 Monitoring

More information

Oracle Communications Service Broker

Oracle Communications Service Broker Oracle Communications Service Broker Policy Controller Implementation Guide Release 6.0 E23528-02 March 2012 Oracle Communications Service Broker Policy Controller Implementation Guide, Release 6.0 E23528-02

More information

- Page 1 of 8 -

- Page 1 of 8 - PGW Functional Tester 10.0.0 Release Notes - Page 1 of 8 - Introduction The PGW Functional Tester is an automated test suit for testing the correctness of an implementation of LTE PDN Gateway (PGW) according

More information

GGSN CDR Field Descriptions

GGSN CDR Field Descriptions This chapter describes the CDR fields supported by the system for use in GGSN-CDRs (G-CDRs) and enhanced G-CDRs (eg-cdrs). The following information is provided for each field: Description: The field's

More information

5G Non Standalone. Feature Summary and Revision History

5G Non Standalone. Feature Summary and Revision History This chapter describes the (NSA) feature in the following sections: Feature Summary and Revision History, on page 1 Feature Description, on page 2 Feature Summary and Revision History Summary Data Applicable

More information

3GPP TR V ( )

3GPP TR V ( ) TR 26.924 V13.0.0 (2015-09) Technical Report 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Multimedia telephony over IP Multimedia Subsystem (IMS); Study

More information

PCC (Policy and Charging Control) In Mobile Data. EFORT

PCC (Policy and Charging Control) In Mobile Data. EFORT PCC (Policy and Charging Control) In Mobile Data EFORT http://www.efort.com By implementing policy and charging control (PCC) procedures in their mobile data network, mobile service providers are able

More information

ETSI TS V ( )

ETSI TS V ( ) Technical Specification Universal Mobile Telecommunications System (UMTS); LTE; Policy and Charging Control (PCC) over Gx/Sd reference point () 1 Reference RTS/TSGC-0329212vb60 Keywords LTE,UMTS 650 Route

More information

S-GW Event Reporting

S-GW Event Reporting This chapter describes the record content and trigger mechanisms for S-GW event reporting. When enabled the S-GW writes a record of session events and sends the resulting event files to an external file

More information

LTE EPC Emulators v10.0 Release Notes - Page 1 of 15 -

LTE EPC Emulators v10.0 Release Notes - Page 1 of 15 - LTE EPC Emulators v10.0 Release Notes - Page 1 of 15 - Version 10.0.0.7 Release Date: Feb 24, 2014 Components 1. LTE Emulators : MME (with internal HSS), SGW and PGW (with internal PCRF) 1. LTE Emulators

More information

P-GW Service Configuration Mode Commands

P-GW Service Configuration Mode Commands Service Configuration Mode Commands The (PDN Gateway) Service Configuration Mode is used to create and manage the relationship between specified services used for either GTP or PMIP network traffic. Exec

More information

As per 3rd Generation Partnership Project (3GPP) Technical Specification (TS) Specification, its clearly stated that:

As per 3rd Generation Partnership Project (3GPP) Technical Specification (TS) Specification, its clearly stated that: Contents Introduction Problem Scenarios Scenario 1. Scenario 2. Why Radio Access Bearer (RAB) Assignment Fails? Workaround Related Cisco Support Community Discussions Introduction This document describes

More information

In this chapter we have described DM Configuration both in Policy Builder and Control Center.

In this chapter we have described DM Configuration both in Policy Builder and Control Center. In Policy Builder, page 1 In Control Center, page 15 Using REST APIs, page 38 In Policy Builder In this chapter we have described both in Policy Builder and Control Center. Note Any DM configuration changes

More information

HSPA over Iur RAN Nokia Siemens Networks RU20 Feature Training

HSPA over Iur RAN Nokia Siemens Networks RU20 Feature Training HSPA over Iur RAN1231 1 Nokia Siemens Networks RU20 Feature Training Background The HSPA over Iur feature allows both HSDPA and HSUPA data to be transferred across the Iur allows the Serving Cell Change

More information

IxLoad LTE Evolved Packet Core Network Testing: enodeb simulation on the S1-MME and S1-U interfaces

IxLoad LTE Evolved Packet Core Network Testing: enodeb simulation on the S1-MME and S1-U interfaces IxLoad LTE Evolved Packet Core Network Testing: enodeb simulation on the S1-MME and S1-U interfaces IxLoad is a full-featured layer 4-7 test application that provides realworld traffic emulation testing

More information

7/27/2010 LTE-WIMAX BLOG HARISHVADADA.WORDPRESS.COM. QOS over 4G networks Harish Vadada

7/27/2010 LTE-WIMAX BLOG HARISHVADADA.WORDPRESS.COM. QOS over 4G networks Harish Vadada 7/27/2010 HARISHVADADA.WORDPRESS.COM LTE-WIMAX BLOG QOS over 4G networks Harish Vadada Cellular network operators across the world have seen an explosive growth of mobile broadband usage. Traffic volume

More information

All-IP Core Network Multimedia Domain

All-IP Core Network Multimedia Domain GPP X.S00-0-0 Version.0 Date: December 0 All-IP Core Network Multimedia Domain Service Based Bearer Control Ty Interface Stage COPYRIGHT NOTICE GPP and its Organizational Partners claim copyright in this

More information

Temporary Document Page 2 - switches off, the allocated resources and PCC rules information of PDN GWs used by the UE in non- network will not be dele

Temporary Document Page 2 - switches off, the allocated resources and PCC rules information of PDN GWs used by the UE in non- network will not be dele Temporary Document Page 1 - TSG SA WG2 Architecture S2#58 S2-072558 25-29 June 2007 Orlando, FL, USA Source: Huawei Title: Attach Type in attach procedure Document for: Discussion / Approval Agenda Item:

More information

RAB Assignment TS25.413v3.6.0 (2001-6) RANAP Protocol

RAB Assignment TS25.413v3.6.0 (2001-6) RANAP Protocol 3GPP TS 25.413 v3.5.0 (2001-3) CR page 1 RAB Assignment TS25.413v3.6.0 (2001-6) RANAP Protocol Jump straight to RAB ASSIGNMENT message 8.2 RAB Assignment 8.2.1 General The purpose of the RAB Assignment

More information

P-GW Service Configuration Mode Commands

P-GW Service Configuration Mode Commands P-GW Service Configuration Mode Commands The P-GW (PDN Gateway) Service Configuration Mode is used to create and manage the relationship between specified services used for either GTP or PMIP network traffic.

More information

Diameter Configuration

Diameter Configuration , page 1 Diameter Stack Configuration, page 18 Diameter Agents, page 28 Diameter Clients, page 32 Diameter Defaults, page 58 Rule Retry Profiles, page 80 The section allows for the configuration of the

More information

3GPP TS V ( )

3GPP TS V ( ) TS 29.214 V8.18.0 (2013-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Policy and Charging Control over Rx reference point (Release

More information

Cisco Ultra Traffic Optimization

Cisco Ultra Traffic Optimization Feature Information, page 1 Overview, page 2 How CUTO Works, page 2 Configuring CUTO, page 5 Monitoring and Troubleshooting, page 10 Feature Information Summary Data Status New Feature Introduced-In Release

More information

CSCF PCRF-Policy-Control Configuration Mode Commands

CSCF PCRF-Policy-Control Configuration Mode Commands CSCF PCRF-Policy-Control Configuration Mode Commands The PCRF-Policy-Control Configuration Mode is used to enable PCRF policy control within the service. Command Modes Exec > Global Configuration > Context

More information

S-GW CDR Field Descriptions

S-GW CDR Field Descriptions This chapter describes the CDR fields supported by the system for use in SGW-CDRs. The following information is provided for each field: Description: The field's description. : The field's data format.

More information

Simulation of LTE Signaling

Simulation of LTE Signaling Simulation of LTE Signaling 1 Florin SANDU, 2 Szilárd CSEREY, 3 Eugen MILE-CIOBANU 1 "Transilvania University of Brasov Bd Eroilor nr. 29A RO-500036 Brasov sandu@unitbv.ro, 2,3 SIEMENS Program and System

More information

ETSI TS V ( ) Technical Specification

ETSI TS V ( ) Technical Specification TS 129 213 V10.2.0 (2011-06) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; Policy and charging control signalling

More information

Telexir PCRF. Quick Start Guide. Product version: Document version: 1.1

Telexir PCRF. Quick Start Guide. Product version: Document version: 1.1 Telexir PCRF Quick Start Guide Product version: 3.7.1 Document version: 1.1 Telexir 2014 Revision History Date Version Author Revision 03.06.2013 1.0 Evgenia Martynyuk Document created 15.09.2014 1.1 Evgenia

More information

The Different Levels of QoS and Why They Matter. Consultant Webinar October 2017 Bruce Lawler

The Different Levels of QoS and Why They Matter. Consultant Webinar October 2017 Bruce Lawler The Different Levels of QoS and Why They Matter Consultant Webinar October 2017 Bruce Lawler 1 What Is QoS 2 Journey to QoS Actually started in 2008 LTE 8 LTE 9 LTE 10 LTE 11 LTE 12 LTE 13 LTE 14 VoLTE

More information

ETSI TS V8.5.0 ( ) Technical Specification

ETSI TS V8.5.0 ( ) Technical Specification TS 129 214 V8.5.0 (2009-06) Technical Specification Universal Mobile Telecommunications System (UMTS); LTE; Policy and charging control over Rx reference point (3GPP TS 29.214 version 8.5.0 Release 8)

More information

Notification Services

Notification Services , page 1 Service Option Configuration, page 9 Notification in Policy Builder relates to pushing messages from Policy Builder to subscribers. Service Providers can use messages to alert the subscriber to

More information

Private Network Traffic Management

Private Network Traffic Management Private Network Traffic Management White paper 1 1. Introduction This white paper provides an overview of the Verizon Wireless Private Network Traffic Management solution. The solution leverages quality

More information

Libelium Cloud Hive. Technical Guide

Libelium Cloud Hive. Technical Guide Libelium Cloud Hive Technical Guide Index Document version: v7.0-12/2018 Libelium Comunicaciones Distribuidas S.L. INDEX 1. General and information... 4 1.1. Introduction...4 1.1.1. Overview...4 1.2. Data

More information

Certkiller 4A0-M02 140q

Certkiller 4A0-M02 140q Certkiller 4A0-M02 140q Number: 4A0-M02 Passing Score: 800 Time Limit: 120 min File Version: 16.5 http://www.gratisexam.com/ 4A0-M02 Alcatel-Lucent Mobile Gateways for the LTE Evolved Packet Core Added

More information

Yota PCRF. Subscriber Management Interface Description. Product version: 3.6 Document version: 2.5 Status: development

Yota PCRF. Subscriber Management Interface Description. Product version: 3.6 Document version: 2.5 Status: development Yota PCRF Subscriber Management Interface Product version: 3.6 Document version: 2.5 Status: development Yota 2013 Revision History Date Version Author Revision 06.06.2011 0.1 Max Kumskoy Document created

More information

Type of Service/Traffic Class Configuration for Predefined Rules

Type of Service/Traffic Class Configuration for Predefined Rules Type of Service/Traffic Class Configuration for Predefined Rules Feature Summary and Revision History, page 1 Feature Description, page 2 How It Works, page 2 Configuring the TOS/Traffic Class for Predefined

More information

WLAN CDR Field Descriptions

WLAN CDR Field Descriptions This chapter describes the WLAN-CDR fields supported by PDG/TTG. The following information is provided for each field: Description: The field's description. : The field's data format. : The field's size,

More information

DAY 2. HSPA Systems Architecture and Protocols

DAY 2. HSPA Systems Architecture and Protocols DAY 2 HSPA Systems Architecture and Protocols 1 LTE Basic Reference Model UE: User Equipment S-GW: Serving Gateway P-GW: PDN Gateway MME : Mobility Management Entity enb: evolved Node B HSS: Home Subscriber

More information

ETSI TS V ( )

ETSI TS V ( ) TS 129 214 V14.6.0 (2018-01) TECHNICAL SPECIFICATION Universal Mobile Telecommunications System (UMTS); LTE; Policy and charging control over Rx reference point (3GPP TS 29.214 version 14.6.0 Release 14)

More information

ETSI TS V ( )

ETSI TS V ( ) TS 129 214 V11.6.0 (2012-10) Technical Specification Universal Mobile Telecommunications System (UMTS); LTE; Policy and charging control over Rx reference point (3GPP TS 29.214 version 11.6.0 Release 11)

More information

show aaa servers sg show aaa servers sg sg-name Syntax Description

show aaa servers sg show aaa servers sg sg-name Syntax Description show aaa servers sg show aaa servers sg To display counters (information about the number of packets sent to and received from authentication, authorization, and accounting [AAA] servers) for all the servers

More information

Session Initiation Protocol (SIP)

Session Initiation Protocol (SIP) Session Initiation Protocol (SIP) Introduction A powerful alternative to H.323 More flexible, simpler Easier to implement Advanced features Better suited to the support of intelligent user devices A part

More information

Supported AVPs in DCCA Messages

Supported AVPs in DCCA Messages CHAPTER B The following sections of this appendix list the vendor-specific attribute value pairs (AVPs) supported by the Cisco GGSN in Diameter Credit Control Application (DCCA) Credit-Control-Request

More information

Citrix Analytics Data Governance Collection, storage, and retention of logs generated in connection with Citrix Analytics service.

Citrix Analytics Data Governance Collection, storage, and retention of logs generated in connection with Citrix Analytics service. Citrix Analytics Data Governance Collection, storage, and retention of logs generated in connection with Citrix Analytics service. Citrix.com Data Governance For up-to-date information visit: This section

More information

AAA Server Group Configuration Mode Commands

AAA Server Group Configuration Mode Commands AAA Server Group Configuration Mode Commands The AAA Server Group Configuration Mode is used to create and manage the Diameter/RADIUS server groups within the context or system. AAA server group facilitates

More information

Resource authorization in IMS with known multimedia service adaptation capabilities

Resource authorization in IMS with known multimedia service adaptation capabilities Resource authorization in IMS with known multimedia service adaptation capabilities Tomislav Grgic, Vedran Huskic, and Maja Matijasevic University of Zagreb, Faculty of Electrical Engineering and Computing,

More information

ETSI TS V ( )

ETSI TS V ( ) TS 129 251 V14.1.0 (2017-10) TECHNICAL SPECIFICATION LTE; Gw and Gwn reference point for sponsored data connectivity (3GPP TS 29.251 version 14.1.0 Release 14) 1 TS 129 251 V14.1.0 (2017-10) Reference

More information

ExtraHop 7.3 ExtraHop Trace REST API Guide

ExtraHop 7.3 ExtraHop Trace REST API Guide ExtraHop 7.3 ExtraHop Trace REST API Guide 2018 ExtraHop Networks, Inc. All rights reserved. This manual in whole or in part, may not be reproduced, translated, or reduced to any machinereadable form without

More information

egtp Service Configuration Mode Commands

egtp Service Configuration Mode Commands The egtp Service Configuration Mode is used to create and manage Evolved GPRS Tunneling Protocol (egtp) interface types and associated parameters. Command Modes Exec > Global Configuration > Context Configuration

More information

LINK Mobility SMS REST API MT and Delivery Reports Version 1.3; Last updated September 21, 2017

LINK Mobility SMS REST API MT and Delivery Reports Version 1.3; Last updated September 21, 2017 LINK Mobility SMS REST API MT and Delivery Reports Version 1.3; Last updated September 21, 2017 For help, contact support@linkmobility.com The most up-to-date version of this document is available at http://www.linkmobility.com/developers/

More information

HSS and PCRF Based P-CSCF Restoration Support

HSS and PCRF Based P-CSCF Restoration Support This feature enables support for HSS-based and PCRF-based P-CSCF restoration that helps to minimize the time a UE is unreachable for terminating calls after a P-CSCF failure. Feature Description, page

More information

Cisco Policy Suite Mobile Configuration Guide

Cisco Policy Suite Mobile Configuration Guide Cisco Policy Suite 5.5.2 Mobile Configuration Guide Version 5.5.2 November 27, 2013 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers

More information

ETSI TS V ( )

ETSI TS V ( ) TS 129 212 V14.5.0 (2017-10) TECHNICAL SPECIFICATION Universal Mobile Telecommunications System (UMTS); LTE; Policy and Charging Control (PCC); Reference points (3GPP TS 29.212 version 14.5.0 Release 14)

More information

show ims-authorization

show ims-authorization This chapter describes the outputs of the command. policy-control statistics, page 1 policy-gate status full, page 12 policy-gate counters all, page 13 servers, page 14 service name, page 15 service name

More information

Working with Cisco MediaSense APIs

Working with Cisco MediaSense APIs MediaSense API Conventions, page 1 Job States, page 8 Precedence Rules for paramconnector and fieldconnector, page 9 Encoding, page 9 Special Characters in Text Strings, page 9 Request and Response Parameter

More information

Resource Management at the WCDMA HNB

Resource Management at the WCDMA HNB White Paper December 2011 Resource Management at the WCDMA HNB Overview Resource management is a complex topic that has hooks and dependencies on a number of metrics that are observable at the FAP. Generally,

More information

ETSI TS V ( )

ETSI TS V ( ) TS 123 203 V10.8.0 (2012-11) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; Policy and charging control architecture

More information

HLCOM Support. Feature Summary and Revision History

HLCOM Support. Feature Summary and Revision History Feature Summary and Revision History, page 1 Feature Description, page 2 How It Works, page 3 Standards Compliance, page 11 Limitations and Restrictions, page 11 Monitoring and Troubleshooting, page 11

More information

Enhanced MBR and APR-AMBR Enforcement Support

Enhanced MBR and APR-AMBR Enforcement Support Enhanced MBR and APR-AMBR Enforcement Support Feature Summary and Revision History, page 1 Feature Description, page 2 How It Works, page 2 Configuring MBR and APN-AMBR Enforcement, page 4 Monitoring and

More information

GGSN Service Configuration Mode Commands

GGSN Service Configuration Mode Commands Service Configuration Mode Commands The Gateway GPRS Support Node () Configuration Mode is used to create and manage services within the current context. Important The commands or keywords/variables that

More information

P-GW Changes in Release 21.2

P-GW Changes in Release 21.2 P-GW Changes in Release This chapter identifies features and functionality added to, modified for, or deprecated from the P-GW in the StarOS software release. The following identifies all of the P-GW enhancements

More information

FAS Authorization Server - OpenID Connect Onboarding

FAS Authorization Server - OpenID Connect Onboarding FAS Authorization Server - OpenID Connect Onboarding Table of Contents Table of Contents 1 List of Figures 2 1 FAS as an authorization server 3 2 OpenID Connect Authorization Code Request and Response

More information

P-GW CDR Field Reference

P-GW CDR Field Reference This chapter provides a reference for CDR fields supported by the system for use in PGW-CDRs. A complete list and descriptions of supported CDR fields is provided in the P-GW CDR Field s chapter of this

More information

P-GW CDR Field Reference

P-GW CDR Field Reference This chapter provides a reference for CDR fields supported by the system for use in PGW-CDRs. A complete list and descriptions of supported CDR fields is provided in the P-GW CDR Field Descriptions chapter

More information

A Convergent and Configurable Policy and Charging Architecture for Integrated Mobile Services

A Convergent and Configurable Policy and Charging Architecture for Integrated Mobile Services International Journal of Computer Science and Telecommunications [Volume 6, Issue 7, July 2015] 1 ISSN 2047-3338 A Convergent and Configurable Policy and Charging Architecture for Integrated Mobile Services

More information

Supported Message Formats

Supported Message Formats APPENDIXA Revised: July 27, 2012, Supported Diameter Messages The messages sent and received by the diameter infrastructure are as follows: Capability Exchange Request (CER) Sent upon new connection establishment

More information

FAS Authorization Server - OpenID Connect Onboarding

FAS Authorization Server - OpenID Connect Onboarding FAS Authorization Server - OpenID Connect Onboarding Table of Contents Table of Contents 1 List of Figures 2 1 FAS as an authorization server 3 2 OpenID Connect Authorization Code Request and Response

More information

TR-300 Policy Convergence for Next Generation Fixed and 3GPP Wireless Networks

TR-300 Policy Convergence for Next Generation Fixed and 3GPP Wireless Networks TECHNICAL REPORT TR-300 Policy Convergence for Next Generation Fixed and 3GPP Wireless Networks Issue: 1 Issue Date: September 2014 The Broadband Forum. All rights reserved. Notice The Broadband Forum

More information

ETSI TS V ( )

ETSI TS V ( ) TS 129 250 V14.0.0 (2017-07) TECHNICAL SPECIFICATION LTE; Nu reference point between SCEF and PFDF for sponsored data connectivity (3GPP TS 29.250 version 14.0.0 Release 14) 1 TS 129 250 V14.0.0 (2017-07)

More information

SaMOG Gateway Offline Charging

SaMOG Gateway Offline Charging The SaOG Gateway supports generation of CDR files for offline charging. In Offline Charging, charging information is collected concurrently with resource usage and passed through a chain of logical charging

More information

Reqs-LTE-SMS. Device Requirements Issued: Mar-16

Reqs-LTE-SMS. Device Requirements Issued: Mar-16 Reqs-LTE-SMS Device Requirements Issued: Mar-16 This document provides initial information related to Verizon Wireless Long Term Evolution (LTE) Reqs-LTE- SMS requirement document. All information herein

More information

3GPP TS V7.1.1 ( )

3GPP TS V7.1.1 ( ) 27 8 MBMS Procedures 8.1 MBMS Notification 8.1.1 Iu mode notification (UTRAN and GERAN) When an MBMS Session starts, UEs interested in the MBMS bearer service (PMM-CONNECTED UEs and PMM- IDLE UEs) shall

More information

Location Services. Location Services - Feature Description

Location Services. Location Services - Feature Description LoCation Services (LCS) on the MME and SGSN is a 3GPP standards-compliant feature that enables the system (MME or SGSN) to collect and use or share location (geographical position) information for connected

More information

ETSI TS V ( )

ETSI TS V ( ) TECHNICAL SPECIFICATION 5G; 5G System; Background Data Transfer Policy Control Service; Stage 3 () 1 Reference RTS/TSGC-0329554vf10 Keywords 5G 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE

More information

POWER-ON AND POWER-OFF PROCEDURES

POWER-ON AND POWER-OFF PROCEDURES POWER-ON AND POWER-OFF PROCEDURES TABLE OF CONTENTS 1. Power-On Sequence 2. Network and Cell Selection 3. RRC Connection Establishment 4. Attach Procedure 5. Detach Procedure 1. POWER-ON SEQUENCE The following

More information