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

Size: px
Start display at page:

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

Transcription

1 Yota PCRF Subscriber Management Interface Product version: 3.6 Document version: 2.5 Status: development Yota 2013

2 Revision History Date Version Author Revision Max Kumskoy Document created Max Kumskoy Interface URL changed Max Kumskoy Supported product version changed to 2.2 Added new attribute immediate and changed behavior of management methods. Added description attribute to subscriber profile; Max Kumskoy Updated methods updatesubscriber, updateservice: To set start time and stop time to NULL start_time and stop_time parameters should be sent without a value, i.e. &start_time=&stop_time= Max Kumskoy IMSI and MAC address format explained Max Kumskoy New method addserviceext Max Kumskoy Minor corrections Max Kumskoy Max Kumskoy Provisioning guidelines and error handling suggestions added Added AVPs support for services. New AVPs Zone, DL_BW, UL_BW Added provisioning guidelines Max Kumskoy xxxserviceattribute - > xxsubscriberserviceattribute Max Kumskoy getsubscriber, getservice, getallservices, getactiveservices new request parameter "show_attributes" to display AVPs Max Kumskoy Corrected section "Operations on attributes" Evgenia Martynyuk Supported product version changed to Evgenia Martynyuk Supported product version changed to 3.3. Added BS_ID, LAST_ONLINE, LAST_REGION_ID, VISTED_REGIONS parameters to subscriber profile output Evgenia Martynyuk Supported product version changed to Evgenia Martynyuk Supported product version changed to Evgenia Martynyuk BS_ID -> LAST_LOCATION. Supported product version changed to Evgenia Martynyuk Subscriber_ID format -> Int64. Added custom attributes commands description. Added ENABLE parameter to addaccum and updateaccum methods. Added setaccumvalue method. Supported product version changed to Evgenia Martynyuk Supported product version changed to 3.6. No parameter State for Subscriber Profile Management Commands Yota

3 Table of Contents Introduction... 5 Related documents... 5 Interface description Subscriber Profile Management Commands addsubscriber deletesubscriber updatesubscriber getsubscriber Services Management Commands addservice addserviceext deleteservice deleteallservices getservice getallservices getactiveservices updateservice Custom Attributes Commands setsubscriberserviceattribute getsubscriberserviceattribute getallsubscriberserviceattributes deletesubscriberserviceattribute deleteallsubscriberserviceattributes setsubscriberattribute getsubscriberattribute getallsubscriberattributes deletesubscriberattribute deleteallsubscriberattributes Accumulators Management Commands addaccum deleteaccum getaccum getallaccums updateaccum setaccumvalue deleteallaccums Yota

4 1.5 Other Commands addevent Provisioning Guidelines Provisioning Services Provisioning Attributes Error Handling Yota

5 Introduction Yota PCRF 3.6 Subscriber Management Interface This document describes Subscriber Management Interface. In order for PCRF to manage subscribers, their profiles, services and accumulators in policy decision process they should be provisioned to SPR. Subscribers are referenced by id, which can be any subscriber station identification parameter that is used in core network signaling for instance, subscriber id can be IMSI (LTE). IMSI is usually 15 digits long. For example subscriber_id= Before associating subscriber with services or accumulators they should be provisioned to SPR dictionaries. Dedicated configuration interface is used for such purposes. See Configuration Interface Specification [2]. When update* commands are used, new values should be send inside request URL. Values will not be modified for those parameters that are not preset in URL. By default all add*, update* and delete* methods call Policy Engine to re-calculate policy decision after the method is processed. Parameter immediate should be included and set to 0 (disable) to change this behavior. In case immediate=0 (it is disabled), a method addevent should be used to launch Policy Engine. This offers two approaches to change SPR data and call for Event: 1. Transactional: method 1(immediate = 0), method 2(immediate = 0), method 3 (immediate = 0), addevent. 2. Non-Transactional: immediate = 1 or not present in request URL. Result codes are described in "Yota PCRF 3.6 Provisioning common principles.docx". Related documents 1. Yota PCRF 3.6 Provisioning common principles.docx [1] of main provisioning conventions and error codes. 2. Yota PCRF 3.6 SPR configuration Interface.docx [2] SPR configuration interface specification. Yota

6 Interface description Yota PCRF 3.6 Subscriber Management Interface Interface URL: Default port: 80 on PCRF nodes 8080 on DDF nodes. Request format REST, GET method (HTTP) format JSON Yota

7 id start_time stop_time immediate description show_attributes Subscriber Profile Management Commands 1.1 Subscriber Profile Management Commands Supported methods: Method\ Parameter addsubscriber M O O O O - deletesubscriber M - - O - - updatesubscriber M O O O O - getsubscriber M O Input parameters types: Parameter Type Value range ID Int64 - START_TIME STOP_TIME IMMEDIATE YYYYMMDDHHMMSS YYYYMMDDHHMMSS Int If provided an empty value then start time is set to null. If provided an empty value, then start time is set to null. 1 Enable. Launch Policy Engine. 0 Disable. Do not launch Policy Engine. Default value NULL NULL DESCRIPTION String Length: 0~256 NULL SHOW_ATTRI BUTES Int 1- display attributes 0 hide attributes 1 0 Comment IMSI, or any other internal subscriber identifier. IMSI, i.e The time since when the subscriber profile can be active. If not specified it means that subscriber profile could be active from infinite time in the past The time until when the subscriber profile can be active. If not specified, then it means that subscriber profile can be "active" infinite time in the future If IMMEDIATE parameter is enabled, then Policy Engine is triggered right after the command is executed Any additional explanatory text If SHOW_ATTRIBUTE parameter with value "1" is provided in request then subscriber attributes are included in the response. Yota

8 Yota PCRF 3.6 Subscriber Management Interface If not provided attributes are not returned Output parameters types: Parameter Type Value range Comment Result Int32 Error code. See description in [1] ErrMsg String Error description. See description in [1] ID Int64 IMSI or any other internal subscriber identifier DESCRIPTION String Length:1~256 Any additional explanatory text LAST_LOCATION String Length:1~32 Last location (BS ID) of the subscriber LAST_REGION_ID String Length:1~32 Last Region of the subscriber LAST_ONLINE String Length:1~256 Last time online VISITED_REGIONS String Length:1~512 The list of visited region codes The time since when the subscriber profile can be active. If not specified START_TIME YYYYMMDDHHMMSS it means that subscriber profile could be active from infinite time in the past STOP_TIME YYYYMMDDHHMMSS The time until when the subscriber profile can be active. If not specified, then it means that subscriber profile can be "active" infinite time in the future ATTRIBUTES An array of subscriber attribute in Group: the form of ATTRIBUTE and VALUE <Id>, <Value> pairs Yota

9 Subscriber Profile Management Commands addsubscriber A command to create a new subscriber profile in SPR &stop_time= &description=test_subscriber&immediate=0 "errmsg": "ERROR_MSG", deletesubscriber A command to delete a subscriber from SPR. When a subscriber is deleted, all services assigned to him are deleted as well. "errmsg": "ERROR_MSG", updatesubscriber Command to change attributes of a subscriber in SPR. Sent parameters overwrite existing ones in the database. Parameters that are not mentioned in the request are not changed. To set subscriber profile start and stop time to NULL, parameters start_time and/or stop_time should be provided without a value (for example, /spr/sm/updatesubscriber?id=test&start_time=&stop_time=). Example request: &stop_time= &description=test_subscriber&immediate=0 "errmsg": "ERROR_MSG", Yota

10 1.1.4 getsubscriber Yota PCRF 3.6 Subscriber Management Interface Command to get subscriber data and the list of services assigned to him. "result": 0, "errmsg": "OK", "SUBSCRIBER": "ID": " ", "DESCRIPTION": "Test subscriber", "LAST_LOCATION": " E600", "LAST_REGION_ID": "RUS_CNT_BLG", "START_TIME": " :00:01", "STOP_TIME": " :00:00", "LAST_ONLINE": " :43:39", "VISITED_REGIONS": "78, 60", "ATTRIBUTES": [ "ID" : "ZONE", "VALUE" : "ZONE_1", "ID" : "BW_DL", "VALUE" : "512000". Subscriber information Yota

11 subscriber_id service_id start_time stop_time duration mode immediate show_attributes Services Management Commands 1.2 Services Management Commands Supported methods: Method/ Parameter addservice M M O O - - O - addserviceext M M - - M O O - deleteservice M M O - deleteallservices M O - updateservice M M O O - - O - getservice M M O addevent M getallservices M O getactiveservices M M O Input parameters types: Parameter Type Value range SUBSCRIBER_ID Int64 - SERVICE_ID String Length:1~32 - START_TIME STOP_TIME DURATION YYYYMMDDHHMM SS YYYYMMDDHHMM SS Int32 If provided an empty value, then start time is set to null. If provided an empty value, then start time is set to null. 0 parameter is ignored; >0 service validity time period in seconds default; override; append; Default value Null Null Null Comment IMSI, MSISDN or any other internal subscriber identifier. IMSI, i.e Service ID in service dictionary Time when the service takes effect. Null service effective from infinite time in the past Time when the service stops. Null service effective infinite time in the future A period of time in seconds to calculate start and stop time for service validity Mode parameter specifies MODE String 0 how service stop and start times are calculated. IMMEDIATE Int 1 Enable. 1 If IMMEDIATE parameter is Yota

12 Yota PCRF 3.6 Subscriber Management Interface Launch Policy enabled, then Policy Engine. Engine is triggered right 0 Disable. Do after the command is not launch Policy executed Engine. SHOW_ATTRIBU TES Int 1 include subscriber service attributes to response; 0 hide subscriber service attributes 0 If SHOW_ATTRIBUTE parameter with value "1" is provided in request, then subscriber attributes are included in response. If not provided attributes are not returned Output parameters types: Parameter Type Value range Comment Result Int32 Error code. See description in [1] ErrMsg String Error description. See description in [1] SERVICE_ID String Length:1~32 Service identifier START_TIME String YYYY-MM-DD hh:mm:ss or null Time when the service takes effect. Null service effective from infinite time in the past STOP_TIME ATTRIBUTES String Group: Attribute, Value YYYY-MM-DD hh:mm:ss or null Time when the service stops. Null service effective infinite time in the future An array of subscriber attribute in the form of ATTRIBUTE and VALUE pairs. Yota

13 Services Management Commands addservice Command to add a service to a subscriber. srv_1&start_time= &stop_time= &immediate=0 "errmsg": "ERROR_MSG", addserviceext Command addserviceext should be used to add service with a specific duration or modify validity period for an existing service. Validity time is an absolute time interval, during which the service is considered as active. This interval is calculated using DURATION parameter and MODE parameter. DURATION parameter defines the time period in seconds. It must be more than 0. MODE defines how the validity time is calculated. Mode is an optional parameter. If it is not present default mode is used. Important If DURATION value is less or equal to zero, then exception "Invalid parameter specified" (10004) is returned. Usage guidelines: 1. When adding a new or existing service but its start and stop time is not set: Disregarding the MODE value: START_TIME = current time; STOP_TIME = current time + DURATION. Example 1: No services for Subscriber ID /spr/sm/addserviceext?subscriber_id= &service_id=service&duration =3600 Result: "result": 0, "errmsg": "OK" Yota

14 Yota PCRF 3.6 Subscriber Management Interface Information Server time is UTC. 2. When modifying validity time for existing service with defined start and/or stop time: If method is called before or within the start-stop interval: If MODE = default or not present, then: Exception "Service already exists" (10002) is returned. If MODE = override, then: START_TIME = current_time; STOP_TIME = current_time + DURATION; If MODE = append, then: START_TIME is not changed; STOP_TIME = old STOP_TIME + DURATION; If method is called after the start-stop interval: Disregarding the MODE value: Example 2: START_TIME = current_time; STOP_TIME = current_time + DURATION; Subscriber has one service SERVICE, start and stop times are defined. Method is called within start-stop interval. /spr/sm/addserviceext?subscriber_id= &service_id=service&duration =3600 Result: "result": 10002, "errmsg": " Service [SERVICE] already exists " d=srv_1&immediate=0&duration=60&mode=override "errmsg": "ERROR_MSG", Yota

15 Services Management Commands deleteservice Command to delete a service assigned to a subscriber profile in SPR. =srv_&immediate=0 "errmsg": "ERROR_MSG", deleteallservices Command to delete all services assigned to a subscriber profile in SPR. diate=0 "errmsg": "ERROR_MSG", getservice Command to get parameters of a specific subscriber s service from SPR. ervice_1&show_attributes=1 "errmsg": "ERROR_MSG" "SERVICE": "SERVICE_ID": "Service1", "START_TIME": " :04:05", "STOP_TIME": " :04:05", "ATTRIBUTES": [ "ID" : "ZONE", "VALUE" : "ZONE_1", A service was obtained successfully Yota

16 "ID" : "BW_DL", "VALUE" : "512000" ] Yota PCRF 3.6 Subscriber Management Interface getallservices Command to get parameters of all subscriber services that are present in SPR. ributes=1 "errmsg": "ERROR_MSG" "SERVICES": [ "SERVICE_ID": "Service1", "START_TIME": " :04:05", "STOP_TIME": " :04:05", "ATTRIBUTES": [ "ID" : "ZONE", "VALUE" : "ZONE_1", "ID" : "BW_DL", "VALUE" : "512000" ], "SERVICE_ID": "Service3", "START_TIME": null, "STOP_TIME": null, "ATTRIBUTES": [ "ID" : "ZONE", "VALUE" : "ZONE_1", "ID" : "BW_DL", "VALUE" : "512000" ] ] All services were obtained successfully getactiveservices Command to get parameters of subscriber s active services from SPR. Yota

17 Services Management Commands _attributes=1 "errmsg": "ERROR_MSG" "SERVICES": [ "SERVICE_ID": "Service1", "START_TIME": " :04:05", "STOP_TIME": " :04:05", "ATTRIBUTES": [ "ATTRIBUTE" : "ZONE", "VALUE" : "ZONE_1", "ATTRIBUTE" : "BW_DL", "VALUE" : ], "SERVICE_ID": "Service4", "START_TIME": null, "STOP_TIME": null, "ATTRIBUTES": [ "ID" : "ZONE", "VALUE" : "ZONE_1", "ID" : "BW_DL", "VALUE" : "512000" ] ] Active services were obtained successfully updateservice Command to update service parameters. Sent parameters overwrite existing ones in the database. Parameters that are not mentioned in the request are not changed. To set service start and stop time to NULL, parameters start_time and/or stop_time should be provided without a value (for example /spr/sm/updateservice?subscriber_id=test&service_id=test&start_time=&stop_time=). =srv_1&start_time= &stop_time= &immediate=0. Yota

18 "errmsg": "ERROR_MSG", Yota PCRF 3.6 Subscriber Management Interface Yota

19 Method/ Parameter subscriber_id service_id attribute_id value Custom Attributes Commands 1.3 Custom Attributes Commands Supported methods: Subscriber Service attributes: setsubscriberserviceattribute M M M M Sets the attribute value. Modifies value If attribute already exists. getsubscriberserviceattribute M M M - Returns attribute value getallsubscriberserviceattributes M M - - Returns all service attributes and their values deletesubscriberserviceattribute M M M - Removes specific attribute value deleteallsubscriberserviceattributes M M - - Removes all service attributes Subscriber attributes: setsubscriberattribute M - M M Sets the attribute value. Modifies value If attribute already exists. getsubscriberattribute M - M - Returns attribute value getallsubscriberattributes M Returns all subscriber attributes and their values deletesubscriberattribute M - M - Removes specific attribute value deleteallsubscriberattributes M Removes all subscriber attributes Input parameters types: Parameter Type Value range Default value Comment subscriber_id Int64 - IMSI, MSISDN or any other internal subscriber identifier service_id String Length:1~32 - Service ID attribute_id String Length:1~32 - Attribute ID value String Length:1~32 - Attribute value setsubscriberserviceattribute Command to set an attribute to the subscriber service &service_id=speed_512&attribute_id=DL&value=512 "result": 0, "errmsg": "OK" Yota

20 1.3.2 getsubscriberserviceattribute Command to get a subscriber service attribute. Yota PCRF 3.6 Subscriber Management Interface &service_id=speed_512&attribute_id=DL "result": 0, "errmsg": "OK", "ATTRIBUTE": "ID": "DL", "VALUE": "512" Attribute was obtained successfully getallsubscriberserviceattributes Command to &service_id=speed_512 "result": 0, "errmsg": "OK", "ATTRIBUTES": [ "ID": "DL", "VALUE": "512", "ID": "UL", "VALUE": "256" ] Attributes were obtained successfully deletesubscriberserviceattribute Command to delete an attribute from subscriber service. Yota

21 Custom Attributes Commands &service_id=speed_512&attribute_id=DL "result": 0, "errmsg": "OK" deleteallsubscriberserviceattributes Command to delete all attributes from subscriber service &service_id=speed_512 "result": 0, "errmsg": "OK" setsubscriberattribute Command to set an attribute to subscriber. &attribute_id=ma&value=msk "result": 0, "errmsg": "OK" getsubscriberattribute Command to set an attribute from subscribe profile &attribute_id=ma Yota

22 "result": 0, "errmsg": "OK", "ATTRIBUTE": "ID": "MA", "VALUE": "MSK" Yota PCRF 3.6 Subscriber Management Interface Attribute was obtained successfully getallsubscriberattributes Command to get all subscriber attributes. 5 "result": 0, "errmsg": "OK", "ATTRIBUTES": [ "ID": "MA", "VALUE": "MSK", "ID": "ZONE", "VALUE": "Center" ] Attributes were obtained successfully deletesubscriberattribute Command to delete a subscriber attribute. 5&attribute_id=MA "result": 0, "errmsg": "OK" Yota

23 deleteallsubscriberattributes Command to delete all subscriber attributes. Custom Attributes Commands "result": 0, "errmsg": "OK" Yota

24 subscriber_id accum_id scheme_id immediate Value enable Yota PCRF 3.6 Subscriber Management Interface 1.4 Accumulators Management Commands Supported methods: Method/ Parameter addaccum M M O O - O deleteaccum M M - O - - getaccum M M getallaccums M updateaccum M M O O - O setaccumvalue M M - O M - deleteallaccums M - - O - - Input parameters types: Parameter Type Value range SUBSCRIBER_ID Int64 - ACCUM_ID String Length:1~32 - SCHEME_ID* IMMEDIATE String Int32 Length:1~32 NULL_SCHEME 1 Enable. Launch Policy Engine. 0 Disable. Do not launch Policy Engine Default value - 1 Comment IMSI, MSISDN or any other internal subscriber identifier Accumulator ID in Accumulators dictionary Scheme ID in schemes dictionary. If parameter value is NULL_SCHEME then a threshold scheme for given accumulator is not specified If IMMEDIATE parameter is enabled, then Policy Engine is triggered right after the command is executed VALUE Int64 Value of an accumulator 1 Enable. ENABLE Int16 Enable the If ENABLE parameter is set accumulator. the PCEF will be sending 0 Disable. subscriber usage reports. Disable the accumulator Yota

25 Accumulators Management Commands Output parameters types: Parameter Type Value range Comment Result Int32 Error code ErrMsg String Error description SUBSCRIBER_ID String Length:1~64 IMSI, MSISDN or any other internal subscriber identifier. IMSI, i.e ACCUM_ID String Length:1~32 Accumulator ID in Accumulators dictionary SCHEME_ID START_TIME RESET_TIME String String String Length:1~32 NULL_SCHEME YYYY-MM-DD hh:mm:ss or null YYYY-MM-DD hh:mm:ss or null Scheme ID in schemes dictionary. If parameter value is NULL_SCHEME then a threshold scheme for given accumulator is not specified The time since when the reset period is being counted. The value " :00:00" means, that the time is not set. The value null means, that accumulator is not periodically reset The time when accumulator value is reset. The value " :00:00" means that the time is not set. The value null means that accumulator is not periodically reset. VALUE Int64 Accumulated value in Bytes ENABLE Boolean True\False If the accumulator is enabled or not LEVEL Signed Int64 The level of threshold scheme was reached SCHEME_ID If scheme ID value is not specified then an accumulator will be added with the default scheme id, which is specified in the accumulators dictionary. If the default scheme in the accumulators dictionary is not specified, accumulator will be added without a scheme. At the same time SCHEME_ID value in the DB takes the special value NULL_SCHEME addaccum Command to assign an accumulator to a subscriber. ww&scheme_id=www_limit&immediate=1&enable=1 "errmsg": "ERROR_MSG", Yota

26 1.4.2 deleteaccum Yota PCRF 3.6 Subscriber Management Interface Command to delete an accumulator from a subscriber profile. =www&immediate=1 "errmsg": "ERROR_MSG", getaccum Command to get data about specific accumulator of a subscriber. ww "result": 0, "errmsg": "OK", "ACCUM": "SUBSCRIBER_ID": " ", "ACCUM_ID": "www", "SCHEME_ID": "www", "START_TIME": " :42:39", "RESET_TIME": " :42:39", "VALUE": 121, "ENABLED": true, "LEVEL": "100" Object ACCUM contains accumulators data getallaccums Command to get data about all accumulators of a subscriber. "errmsg": "ERROR_MSG", Accumulators info Yota

27 Accumulators Management Commands "ACCUMS": [ "SUBSCRIBER_ID": , "ACCUM_ID": "www", "SCHEME_ID": "www_default", "VALUE": "121", "START_TIME": " :04:05", "RESET_TIME": " :04:05", "ENABLED": true, "LEVEL": "100", "SUBSCRIBER_ID": , "ACCUM_ID": "p2p", "SCHEME_ID": "p2p_default", "VALUE": "0", "START_TIME": " :04:05", "RESET_TIME": " :04:05", "ENABLED": false, "LEVEL": "0" ] updateaccum Command to change accumulator parameters for a subscriber. Only sent parameters are changed. =www&scheme_id=www_limit&immidiate=1&enable=1 "errmsg": "ERROR_MSG", setaccumvalue Command to set value for an accumulator. d=www&value=1063&immidiate=1 "errmsg": "ERROR_MSG", Yota

28 1.4.7 deleteallaccums Yota PCRF 3.6 Subscriber Management Interface Command to delete all accumulators from a subscriber profile. "errmsg": "ERROR_MSG", Yota

29 1.5 Other Commands addevent Other Commands This command triggers PCRF to launch Policy Engine and if necessary perform session modification procedures. "errmsg": "ERROR_MSG", Yota

30 Provisioning Guidelines 1.6 Provisioning Services 1. Transactional approach: Yota PCRF 3.6 Subscriber Management Interface Goal: modify subscriber profile to switch subscriber to Full Access from Guest Access. To do so BSS should: first remove Guest Access services, and then add Full Access services with immediate flag set to 0. This will not trigger Policy Engine to start policy selection process before the provisioning transaction is logically complete. send addevent command to complete the transaction, and to notify PCRF that subscriber profile modification is finished. Example: BSS PCRF/DDF /spr/sm/deleteservice?subscriber_id= &service_id=guest_access&immediate=0 HTTP 200 OK Result=0 ErrMsg=OK /spr/sm/addservice?subscriber_id= &service_id=full_access&immediate=0 HTTP 200 OK Result=0 ErrMsg=OK /spr/sm/addevent?subscriber_id= HTTP 200 OK Result=0 ErrMsg=OK NOTE1: Before service id can be used in Subscriber Management commands it should be defined in Service Info Dictionary by PCRF administrator (command addserviceinfo). Otherwise Error Code "10005 Service not found" will be returned. 2. Non-transactional approach: Goal: add additional service to subscriber profile without immediate flag. This will trigger Policy Engine to select policy, if a subscriber is online. Yota

31 Provisioning Attributes Example: BSS PCRF/DDF /spr/sm/addservice?subscriber_id= &service_id=full_access_turbo HTTP 200 OK Result=0 ErrMsg=OK 1.7 Provisioning Attributes Goal: To subscribe a user to Full Access tariff with downlink bandwidth 10Mbit/s and marketing zone SPB. To do so BSS should: Add service with immediate flag set to 0, Set service attributes and their values one by one, Send AddEvent to complete the transaction. Example: BSS PCRF/DDF /spr/sm/addservice?subscriber_id= &service_id=full_access&immediate=0 HTTP 200 OK Result=0 ErrMsg=OK /spr/sm/ setsubscriberserviceattribute?subscriber_id= &service_id=full_access&attribute=zone&value=zone_1 HTTP 200 OK Result=0 ErrMsg=OK /spr/sm/ setsubscriberserviceattribute?subscriber_id= &service_id=full_access&attribute=dl_bw&value=10000 HTTP 200 OK Result=0 ErrMsg=OK /spr/sm/addevent?subscriber_id= HTTP 200 OK Result=0 ErrMsg=OK NOTE2: Before an attribute can be used in Subscriber Management commands it should be defined in Service Info Dictionary by PCRF administrator (command addserviceattributeinfo). Otherwise Error Code "10005 Service attribute not found" will be returned. Yota

32 1.8 Error Handling Yota PCRF 3.6 Subscriber Management Interface Loss of HTTP response from PCRF. It is known that due to physical link errors between BSS and regional PCRF HTTP response from PCRF can be lost. BSS will make another attempt to send the command after a certain timeout. If BSS retransmits add or delete command it will fail because the command was performed last time. In this case, after second attempt, BSS may receive an error response with Result (ErrMsg=Entity not found) or Result=10002 (ErrMsg=Entity already exists). BSS should not treat this as a logical error. In case BSS receives or error after the first attempt, it should treat the response as an indication of error. The error might have occurred due to logical mistake or information inconsistency between the two systems. Example: BSS PCRF/DDF /spr/sm/addservice?subscriber_id= &service_id=full_access HTTP 200 OK Result=0 ErrMsg=OK /spr/sm/addservice?subscriber_id= &service_id=full_access HTTP 200 OK Result=10002 ErrMsg = Service already exists Yota

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

Yota PCRF. Installation Guide. Product version: 3.6 Document version: 3.1 Status: development

Yota PCRF. Installation Guide. Product version: 3.6 Document version: 3.1 Status: development Yota PCRF Installation Guide Product version: 3.6 Document version: 3.1 Status: development Yota 2013 Revision History Date Version Author Revision 11.01.2013 1.0 Evgenia Martynyuk Document created. 28.03.2013

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

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

SCE- Subscriber API. SM-API Adapter. Adapter. Diameter Stack

SCE- Subscriber API. SM-API Adapter. Adapter. Diameter Stack CHAPTER 4 Revised: October 25, 2011, Introduction The Gy interface is used for reporting and charging. In SCA BB, support of the Gy interface is divided into two components. The two components reside on

More information

Trend Log/BACnet Trend Log

Trend Log/BACnet Trend Log Object Dictionary 1 Trend Log/BACnet Trend Log Introduction Notes: The Johnson Controls Trend Log object is considered a BACnet Trend Log object because it supports BACnet functionality. In addition, this

More information

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

The URI of the northbound API is specified in the following format: 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

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

See Types of Data Supported for information about the types of files that you can import into Datameer.

See Types of Data Supported for information about the types of files that you can import into Datameer. Importing Data When you import data, you import it into a connection which is a collection of data from different sources such as various types of files and databases. See Configuring a Connection to learn

More information

The Merit Palk API allows 3rd party developers to expand and build on the Merit Palk platform.

The Merit Palk API allows 3rd party developers to expand and build on the Merit Palk platform. The Merit Palk API allows 3rd party developers to expand and build on the Merit Palk platform. The Merit Palk API is a RESTful API that is used to access Merit Palk companies using HTTP and JSON. The API

More information

Capturing and Reporting Subscriber Attributes

Capturing and Reporting Subscriber Attributes CHAPTER 6 Published: September 26, 2012 Introduction Vendor Specific Attributes (VSA) are RADIUS or Diameter attributes that are sent mostly in mobile environments. They can be captured from the traffic

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

Programming with the Service Control Engine Subscriber Application Programming Interface

Programming with the Service Control Engine Subscriber Application Programming Interface CHAPTER 5 Programming with the Service Control Engine Subscriber Application Programming Interface Revised: July 28, 2009, Introduction This chapter provides a detailed description of the Application Programming

More information

Programming with the Service Control Engine Subscriber Application Programming Interface

Programming with the Service Control Engine Subscriber Application Programming Interface CHAPTER 5 Programming with the Service Control Engine Subscriber Application Programming Interface Revised: November 20, 2012, Introduction This chapter provides a detailed description of the Application

More information

Unity SDK for Xiaomi (IAP) Unity IAP provides an easy way to integrate Xiaomi IAP with Unity.

Unity SDK for Xiaomi (IAP) Unity IAP provides an easy way to integrate Xiaomi IAP with Unity. Unity SDK for Xiaomi (IAP) 1. Overview 2. Login & Purchase Flow 2.1 Stand-alone login & purchase 2.2 Online login & purchase 3. Technical Integration 3.1 Onboarding to Unity 3.2 Server side integration

More information

Domains. Overview. CPS Wi-Fi Configuration Guide, Release

Domains. Overview. CPS Wi-Fi Configuration Guide, Release Overview, page 1 General Tab, page 3 Provisioning Tab, page 6 Locations Tab, page 9 Advanced Rules Tab, page 10 Service Provider, page 12 Create a Default Domain, page 14 Create an Auto Provision Domain,

More information

ICANN Monitoring System API (MoSAPI)

ICANN Monitoring System API (MoSAPI) ICANN Monitoring System API (MoSAPI) Version 2.7 2018-03-06 1. Introduction... 3 1.1. Date and Time... 3 1.2. Credentials... 3 1.3. Glossary... 3 2. Common elements used in this specification... 5 3. Session

More information

UDR Format Configuration Mode Commands

UDR Format Configuration Mode Commands The UDR Format Configuration Mode enables configuring User Detail Record (UDR) formats. Command Modes Exec > ACS Configuration > UDR Format Configuration active-charging service service_name > udr-format

More information

Configuring Anomaly Detection

Configuring Anomaly Detection CHAPTER 12 This chapter describes how to create multiple security policies and apply them to individual virtual sensors. It contains the following sections: Understanding Policies, page 12-1 Anomaly Detection

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

ODBC Client Driver PTC Inc. All Rights Reserved.

ODBC Client Driver PTC Inc. All Rights Reserved. 2017 PTC Inc. All Rights Reserved. 2 Table of Contents 1 Table of Contents 2 4 Overview 4 External Dependencies 4 Setup 5 Channel Properties General 5 Channel Properties Write Optimizations 6 Channel Properties

More information

Available Commands CHAPTER

Available Commands CHAPTER CHAPTER 2 This chapter contains the Cisco IPS 6.2 commands listed in alphabetical order. It contains the following sections:. anomaly-detection load, page 2-4 anomaly-detection save, page 2-5 banner login,

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

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

edrx Support on the MME

edrx Support on the MME This feature describes the Extended Discontinuous Reception (edrx) support on the MME in the following sections: Feature Summary and Revision History, page 1 Feature Description, page 2 How edrx Works,

More information

Utilities. Introduction. Working with SCE Platform Files. Working with Directories CHAPTER

Utilities. Introduction. Working with SCE Platform Files. Working with Directories CHAPTER CHAPTER 4 Revised: September 27, 2012, Introduction This chapter describes the following utilities: Working with SCE Platform Files, page 4-1 The User Log, page 4-5 Managing Syslog, page 4-8 Flow Capture,

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

3GPP TS V ( )

3GPP TS V ( ) TS 29.219 V11.2.0 (2012-09) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Policy and Charging Control: Spending Limit Reporting over

More information

BEATSAM TM. BEA (TSAM) Console User s Guide

BEATSAM TM. BEA (TSAM) Console User s Guide BEATSAM TM BEA (TSAM) Console User s Guide Version 1.1 Document Released: September 28, 2007 Contents 1. BEA TSAM Console Overview.............................................................1-1 Monitoring

More information

If you are currently using a beta version of EPIC that is prior to 4.56 then you need to upgrade to version 5.00.

If you are currently using a beta version of EPIC that is prior to 4.56 then you need to upgrade to version 5.00. Instructions Introduction If you are currently using a beta version of EPIC that is prior to 4.56 then you need to upgrade to version 5.00. The following instructions provide a guide to downloading and

More information

Domains. Overview. Figure 1: APN Profile Rules. CPS Mobile Configuration Guide, Release

Domains. Overview. Figure 1: APN Profile Rules. CPS Mobile Configuration Guide, Release Overview, page 1 Strategies for Defining, page 2 Defining a Domain, page 2 Creating a Custom Reference Data (CRD) table for APN mapping, page 19 Validation Steps, page 23 Overview The Access Point Network

More information

Logging. About Logging. This chapter describes how to log system messages and use them for troubleshooting.

Logging. About Logging. This chapter describes how to log system messages and use them for troubleshooting. This chapter describes how to log system messages and use them for troubleshooting. About, page 1 Guidelines for, page 7 Configure, page 8 Monitoring the Logs, page 26 History for, page 29 About System

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

Subscriber Data Management

Subscriber Data Management Subscriber Data Management XML Notifications-XML Interface Description 910-6553-001 Revision C September 2013 Copyright 2012 2013 Tekelec. All Rights Reserved. Printed in USA. Legal Information can be

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony MobileFabric TM Integration Service Admin Console User Guide On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

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

Form. Settings, page 2 Element Data, page 7 Exit States, page 8 Audio Groups, page 9 Folder and Class Information, page 9 Events, page 10

Form. Settings, page 2 Element Data, page 7 Exit States, page 8 Audio Groups, page 9 Folder and Class Information, page 9 Events, page 10 The voice element is used to capture any input from the caller, based on application designer-specified grammars. The valid caller inputs can be specified either directly in the voice element settings

More information

Model 2000 Programmer EnSonic Display & Control Unit. Document code: M2KCNF.001

Model 2000 Programmer EnSonic Display & Control Unit. Document code: M2KCNF.001 Model 2000 Programmer EnSonic Display & Control Unit Document code: 10735.M2KCNF.001 Document Model 2000 Programmer: EnSonic Display & Control Unit Document code 10735.M2KCNF.001 Date January 25, 2004

More information

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

Last updated: Access to API. SERVER_DOMAIN/api/api.php

Last updated: Access to API. SERVER_DOMAIN/api/api.php Last updated: 2017-01-10 Access to API 1. API is accessed via HTTP URL: SERVER_DOMAIN/api/api.php 2. Additionally to this you must choose which one API to use, server or user. Also API version should be

More information

OPC XML-DA Client Driver PTC Inc. All Rights Reserved.

OPC XML-DA Client Driver PTC Inc. All Rights Reserved. 2018 PTC Inc. All Rights Reserved. 2 Table of Contents 1 Table of Contents 2 4 Overview 4 Project Architecture 5 Setup 6 Channel Properties General 6 Channel Properties Write Optimizations 7 Channel Properties

More information

FIFOTRACK COMMAND LIST

FIFOTRACK COMMAND LIST FIFOTRACK COMMAND LIST V1.1 Contents DOCUMENT HISTORY... 4 GPRS COMMAND FORMAT... 5 SMS COMMAND FORMAT... 6 SERIAL PORT (COM) COMMAND FORMAT... 7 COMMAND WRITING SPECIFICATION... 8 1 B SETTING COMMAND...

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

FortiTester Handbook VERSION FortiTester Handbook Fortinet Technologies Inc.

FortiTester Handbook VERSION FortiTester Handbook Fortinet Technologies Inc. FortiTester Handbook VERSION 2.3.2 FortiTester Handbook 2.3.2 1 FORTINET DOCUMENT LIBRARY http://docs.fortinet.com FORTINET VIDEO GUIDE http://video.fortinet.com FORTINET BLOG https://blog.fortinet.com

More information

Embedded Event Manager (EEM)

Embedded Event Manager (EEM) CHAPTER 12 This chapter consists of the following: What is EEM? Components of Cisco IOS EEM Types of Actions What is EEM? EEM (Embedded Event Manager) is an IOS technology that runs on the control plane

More information

Plug-in Configuration

Plug-in Configuration Overview, page 1 Threading Configuration, page 2 Portal Configuration, page 3 Async Threading Configuration, page 3 Custom Reference Data Configuration, page 4 Balance Configuration, page 6 Diameter Configuration,

More information

Technical Document. Auto Provisioning and Customization for IP Phone ST2030. ST2030-AutoProvisioning-V0027 Aug

Technical Document. Auto Provisioning and Customization for IP Phone ST2030. ST2030-AutoProvisioning-V0027 Aug Technical Document Auto Provisioning and Customization for IP Phone ST2030 ST2030-AutoProvisioning-V0027 Aug. 11 06 TABLE OF CONTENTS 1 SYSTEM DESCRIPTION...1 1.1 PURPOSE...1 1.2 INTRODUCTION...1 2 AUTO

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

ZENworks 11 Support Pack 4 Endpoint Security Scripting Reference. October 2016

ZENworks 11 Support Pack 4 Endpoint Security Scripting Reference. October 2016 ZENworks 11 Support Pack 4 Endpoint Security Scripting Reference October 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S.

More information

Unity SDK for Xiaomi (IAP) Unity IAP provides an easy way to integrate Xiaomi IAP with Unity.

Unity SDK for Xiaomi (IAP) Unity IAP provides an easy way to integrate Xiaomi IAP with Unity. Unity SDK for Xiaomi (IAP) 1. Overview 2. Login & Purchase Flow 2.1 Stand-alone login & purchase 2.2 Online login & purchase 3. Technical Integration 3.1 Onboarding to Unity 3.2 Server side integration

More information

AUDIT REPORT. P3 communications GmbH Am Kraftversorgungsturm 3, D Aachen, Germany Has been tasked by

AUDIT REPORT. P3 communications GmbH Am Kraftversorgungsturm 3, D Aachen, Germany Has been tasked by Audit Result Summary AUDIT REPORT P3 communications GmbH Am Kraftversorgungsturm 3, D-52070 Aachen, Germany Has been tasked by Hrvatski Telekom d.d., Roberta Frangeša Mihanovića 9, 10110 Zagreb to independently

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

Using the Cable Monitor Tool

Using the Cable Monitor Tool APPENDIX B This appendix describes the Cisco ubr905 and Cisco ubr925 cable access routers Cable Monitor tool. The Cable Monitor is part of the router s onboard software that provides a web-based diagnostic

More information

This chapter describes StarOS support for the NetLoc for WiFi EPC feature on the P-GW and SAE-GW.

This chapter describes StarOS support for the NetLoc for WiFi EPC feature on the P-GW and SAE-GW. This chapter describes StarOS support for the feature on the P-GW and SAE-GW. Feature Description, page 1 How It Works, page 1 Configuring the Feature, page 3 Monitoring and Troubleshooting the Feature,

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

ZENworks 2017 Endpoint Security Scripting Reference. December 2016

ZENworks 2017 Endpoint Security Scripting Reference. December 2016 ZENworks 2017 Endpoint Security Scripting Reference December 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government

More information

Flexible CSV CDR Importer

Flexible CSV CDR Importer Edition: 1.0 Release date: August 17, 2016 Smile version: 6.0 Published by Inomial Pty Ltd Suite 801, 620 Bourke St, Melbourne, Vic 3000, Australia www.inomial.com +61 3 9663 3554 sales@inomial.com support@inomial.com

More information

CGI / HTTP(s) GET NETIO M2M API protocols docs

CGI / HTTP(s) GET NETIO M2M API protocols docs CGI / HTTP(s) GET NETIO M2M API protocols docs Short summary CGI protocol is one way control only, command based M2M API protocol, where NETIO device is HTTP(s) server accepting commands sent over HTTP(s)

More information

IEEE Broadband Wireless Access Working Group < Procedures for inter-system communication over the air

IEEE Broadband Wireless Access Working Group <  Procedures for inter-system communication over the air Project Title Date Submitted IEEE 802.16 Broadband Wireless Access Working Group Procedures for inter-system communication over the air 2007-01-07 Source(s) Mariana Goldhamer Alvarion

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

Blocking API. Introduction. Multithreading Support CHAPTER

Blocking API. Introduction. Multithreading Support CHAPTER CHAPTER 3 Blocking API Revised: November 8, 2010, Introduction This chapter introduces the Reply Timeout, a feature unique to the Blocking Application Programming Interface (API). The rest of the chapter

More information

Cisco Unified Workforce Optimization Quality Management

Cisco Unified Workforce Optimization Quality Management Cisco Unified Workforce Optimization Quality Management Server API Programmer's Guide Version 10.5 First Published: June 18, 2014 Last Updated: February 11, 2015 THE SPECIFICATIONS AND INFORMATION REGARDING

More information

IxLoad EPC Diameter Testing

IxLoad EPC Diameter Testing IxLoad EPC Diameter Testing IxLoad is a full-featured layer 4-7 test application that provides real-world traffic emulation testing of voice, video, and data networks and components. IxLoad simultaneously

More information

Export and Import Authority Records

Export and Import Authority Records OCLC Connexion Browser Guides Export and Import Authority Records Last updated: May 2016 OCLC Online Computer Library Center, Inc. 6565 Kilgour Place Dublin, OH 43017-3395 Revision History Date Section

More information

If you only need to develop an automatic integration Nonblocking API module.

If you only need to develop an automatic integration Nonblocking API module. CHAPTER 3 This module introduces the Reply Timeout, a feature unique to the. The rest of the module lists all operations of the, and provides code examples. Note If you only need to develop an automatic

More information

IEEE C802.16e-318. IEEE Broadband Wireless Access Working Group <

IEEE C802.16e-318. IEEE Broadband Wireless Access Working Group < Project Title Date Submitted Source(s) Re: Abstract Purpose Notice Release Patent Policy and Procedures IEEE 802.16 Broadband Wireless Access Working Group Fix the problem of Scan/Association

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

APPLICATION INTERFACE

APPLICATION INTERFACE WEB PLATFORM OVERVIEW v.1.4.0 APPLICATION INTERFACE Start view and server selection options: Test progress view: Summary view: Mobile view: USER INTERFACE FIREPROBE is a platform designed for Internet

More information

CAN Generic 11-bit/29-bit Identifier Driver

CAN Generic 11-bit/29-bit Identifier Driver CAN Generic 11-bit/29-bit Identifier Driver Information Sheet for Crimson v3.0+ Compatibility CAN networks with standard messages. Requirements Overview A Red Lion CAN option card or module (G3CN, XCCN

More information

Oracle Communications Policy Management Mediation Server User's Guide Release E85342 Revision 01

Oracle Communications Policy Management Mediation Server User's Guide Release E85342 Revision 01 Oracle Communications Policy Management Mediation Server User's Guide Release 12.3.0 E85342 Revision 01 July 2017 Oracle Communications Policy Management Mediation Server User's Guide, Release 12.3.0 Copyright

More information

ForeScout CounterACT. Configuration Guide. Version 3.4

ForeScout CounterACT. Configuration Guide. Version 3.4 ForeScout CounterACT Open Integration Module: Data Exchange Version 3.4 Table of Contents About the Data Exchange Module... 4 About Support for Dual Stack Environments... 4 Requirements... 4 CounterACT

More information

Raw Data Records: Formats and Field Contents

Raw Data Records: Formats and Field Contents CHAPTER 2 This chapter contains a list of the Raw Data Records (RDRs) produced by the SCE platform and a full description of the fields contained in each RDR. The chapter also contains field-content information

More information

ForeScout Open Integration Module: Data Exchange Plugin

ForeScout Open Integration Module: Data Exchange Plugin ForeScout Open Integration Module: Data Exchange Plugin Version 3.2.0 Table of Contents About the Data Exchange Plugin... 4 Requirements... 4 CounterACT Software Requirements... 4 Connectivity Requirements...

More information

A Framework for Creating Distributed GUI Applications

A Framework for Creating Distributed GUI Applications A Framework for Creating Distributed GUI Applications Master s Project Report Derek Snyder May 15, 2006 Advisor: John Jannotti Introduction Creating distributed graphical user interface (GUI) applications

More information

XNSGFoundation_ClientIF. 4.0

XNSGFoundation_ClientIF. 4.0 XNSGFoundation_ClientIF. 4.0 Package de.aeb.xnsg.foundation.bf This business facade provides basic features of an XNSG business server, providing some information with which clients, which components and

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

Dealer Getting Started Guide

Dealer Getting Started Guide Table of Contents TABLE OF CONTENTS...1 INTRODUCTION...2 UNDERSTANDING PORTALS AND LOGGING IN...2 CREATING A SUBSCRIBER...3 REGISTERING A BEACON TO A SUBSCRIBER...4 COMPLETING THE SUBSCRIBER SETUP...7

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

InTouch Client Driver PTC Inc. All Rights Reserved.

InTouch Client Driver PTC Inc. All Rights Reserved. 2018 PTC Inc. All Rights Reserved. 2 Table of Contents 1 Table of Contents 2 4 Overview 4 External Dependencies 5 System Configuration 5 Driver Setup 6 Channel Properties General 6 Channel Properties Write

More information

Appendix A Pseudocode of the wlan_mac Process Model in OPNET

Appendix A Pseudocode of the wlan_mac Process Model in OPNET Appendix A Pseudocode of the wlan_mac Process Model in OPNET static void wlan_frame_transmit () { char msg_string [120]; char msg_string1 [120]; WlanT_Hld_List_Elem* hld_ptr; const WlanT_Data_Header_Fields*

More information

LTE to Wi-Fi (S2bGTP) Seamless Handover

LTE to Wi-Fi (S2bGTP) Seamless Handover This chapter describes the following topics: Feature Summary and Revision History, page 1 Feature Description, page 2 How It Works, page 2 Configuring LTE to Wi-Fi Seamless Handover, page 4 Monitoring

More information

CMW500 Hands On LTE Carrier Aggregation. RSA/JM Gayet

CMW500 Hands On LTE Carrier Aggregation. RSA/JM Gayet CMW500 Hands On LTE Carrier Aggregation RSA/JM Gayet The LTE-CA Hands ON session requires following items: ı A CMW500 loaded with the following Hardware CMW-B590D x2 Advanced Front End CMW-B570B x4 Transceiver

More information

Optimation OptiLogic Driver Help Kepware Technologies

Optimation OptiLogic Driver Help Kepware Technologies Optimation OptiLogic Driver Help 2012 Kepware Technologies 2 Table of Contents Table of Contents 2 5 Overview 5 Device Setup 6 Optimizing Your Optimation OptiLogic Communications 8 Data Types Description

More information

S13 Additional IMEI Check

S13 Additional IMEI Check The Cisco MME supports the 3GPP-standard S13 interface towards an Equipment Identity Register (EIR) server. This document describes an MME enhancement to send additional mobile equipment identity checking

More information

SIP System Features. SIP Timer Values. Rules for Configuring the SIP Timers CHAPTER

SIP System Features. SIP Timer Values. Rules for Configuring the SIP Timers CHAPTER CHAPTER 4 Revised: October 30, 2012, This chapter describes features that apply to all SIP system operations. It includes the following topics: SIP Timer Values, page 4-1 Limitations on Number of URLs,

More information

V7350 Unified Messaging Suite User Guide

V7350 Unified Messaging Suite User Guide V7350 Unified Messaging Suite User Guide VCX V7000 IP Telephony Solution System Release 5.0 Part Number 900-0195-01 AA Published August 2004 http://www.3com.com/ 3Com Corporation 350 Campus Drive Marlborough,

More information

Charging Data. Candidate Version Jul Open Mobile Alliance OMA-DDS-Charging_Data-V1_ C

Charging Data. Candidate Version Jul Open Mobile Alliance OMA-DDS-Charging_Data-V1_ C Charging Data Candidate Version 1.0 14 Jul 2009 Open Mobile Alliance OMA-DDS-Charging_Data-V1_0-20090714-C OMA-DDS-Charging_Data-V1_0-20090714-C Page 2 (45) Use of this document is subject to all of the

More information

Nokia Fax:

Nokia Fax: 2002-09-11 IEEE C802.16c-02/09 Project Title Date Submitted 2002-09-11 IEEE 802.16 Broadband Wireless Access Working Group Editorial instructions pertaining to comments submitted

More information

Sens it Discovery. Payload Structure. 1

Sens it Discovery. Payload Structure.   1 Sens it Discovery Payload Structure www.sensit.io 1 Table of Contents 1. About this document...3 2. Messages Protocol...3 3. Data Payload...4 3.1. Structure...4 3.2. Battery Level...6 3.3. Button Alert...6

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

Forthnet Mobile Platform - groupsms http interface v1.0 1 / 9

Forthnet Mobile Platform - groupsms http interface v1.0 1 / 9 Table of Contents Introduction... 2 Requirements... 2 Connecting to Forthnet Mobile Platform... 2 Message submission... 3 Client Request... 3 Parameters... 4 Parameter user... 4 Parameter pass... 4 Parameter

More information

OPC Quick Client PTC Inc. All Rights Reserved.

OPC Quick Client PTC Inc. All Rights Reserved. 2018 PTC Inc. All Rights Reserved. 2 Table of Contents 1 Table of Contents 2 3 Overview 3 Main Window 4 Server Connection 6 Group 7 Items 8 Data Types Description 10 Operations 11 Options 12 Test Mode

More information

Flow Recovery Support for ECS Rules

Flow Recovery Support for ECS Rules This chapter describes the Flow Recovery feature and provides detailed information on the following topics: Feature Description, page 1 How It Works, page 5 Configuring Flow Recovery Checkpointing, page

More information

Zone-Based Firewall Logging Export Using NetFlow

Zone-Based Firewall Logging Export Using NetFlow Zone-Based Firewall Logging Export Using NetFlow Zone-based firewalls support the logging of messages to an external collector using NetFlow Version 9 export format. NetFlow Version 9 export format uses

More information

Enabler Test Specification for RCS Conformance

Enabler Test Specification for RCS Conformance Enabler Test Specification for RCS Conformance Candidate Version 1.2.2 10 Mar 2014 Open Mobile Alliance OMA-ETS-RCS-CON-V1_2_2-20140310-C OMA-ETS-RCS-CON-V1_2_2-20140310-C Page 2 (74) Use of this document

More information

a. (4pts) What general information is contained in a LSR-PDU update that A might send?

a. (4pts) What general information is contained in a LSR-PDU update that A might send? B1: Networks (25 points) Link State Routing (LSR). (Hint: flooding and Dijkstra s Algorithm). Assume Router A has physical links to Routers W, X, Y, Z. a. (4pts) What general information is contained in

More information

Getting Familiar with the Application Programming Interface Data Types

Getting Familiar with the Application Programming Interface Data Types CHAPTER 4 Getting Familiar with the Application Programming Interface Data Types Revised: November 8, 2010, Introduction This chapter describes the various API data types used in the Service Control Management

More information

5620 SAM Service Aware Manager 14.0 R8. PCMP API Reference

5620 SAM Service Aware Manager 14.0 R8. PCMP API Reference 5620 SAM Service Aware Manager 14.0 R8 PCMP API Reference 3HE-11500-AAAD-TQZZA March 2017 5620 SAM Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company names mentioned

More information