Open Service Access (OSA); Application Programming Interface (API); Part 13: Policy management SCF

DES/SPAN-120091-13

Odprti dostop do storitve (OSA) – Vmesnik za aplikacijsko programiranje (API) – 13. del: Upravljanje politike SCF

General Information

Status
Published
Publication Date
20-Jan-2003
Current Stage
12 - Completion
Due Date
31-Jan-2003
Completion Date
21-Jan-2003

Buy Standard

Standardization document
ES 202 915-13 V1.1.1:2005
English language
100 pages
sale 10% off
Preview
sale 10% off
Preview
e-Library read for
1 day

Standards Content (Sample)

SLOVENSKI STANDARD
SIST ES 202 915-13 V1.1.1:2005
01-januar-2005
Odprti dostop do storitve (OSA) – Vmesnik za aplikacijsko programiranje (API) –
13. del: Upravljanje politike SCF
Open Service Access (OSA); Application Programming Interface (API); Part 13: Policy
management SCF
Ta slovenski standard je istoveten z: ES 202 915-13 Version 1.1.1
ICS:
33.040.01 Telekomunikacijski sistemi Telecommunication systems
na splošno in general
SIST ES 202 915-13 V1.1.1:2005 en
2003-01.Slovenski inštitut za standardizacijo. Razmnoževanje celote ali delov tega standarda ni dovoljeno.

---------------------- Page: 1 ----------------------

SIST ES 202 915-13 V1.1.1:2005

---------------------- Page: 2 ----------------------

SIST ES 202 915-13 V1.1.1:2005

ETSI ES 202 915-13 V1.1.1 (2003-01)
ETSI Standard


Open Service Access (OSA);
Application Programming Interface (API);
Part 13: Policy management SCF





---------------------- Page: 3 ----------------------

SIST ES 202 915-13 V1.1.1:2005
 2 ETSI ES 202 915-13 V1.1.1 (2003-01)



Reference
DES/SPAN-120091-13
Keywords
API, IDL, OSA, UML
ETSI
650 Route des Lucioles
F-06921 Sophia Antipolis Cedex - FRANCE

Tel.: +33 4 92 94 42 00  Fax: +33 4 93 65 47 16

Siret N° 348 623 562 00017 - NAF 742 C
Association à but non lucratif enregistrée à la
Sous-Préfecture de Grasse (06) N° 7803/88

Important notice
Individual copies of the present document can be downloaded from:
http://www.etsi.org
The present document may be made available in more than one electronic version or in print. In any case of existing or
perceived difference in contents between such versions, the reference version is the Portable Document Format (PDF).
In case of dispute, the reference shall be the printing on ETSI printers of the PDF version kept on a specific network drive
within ETSI Secretariat.
Users of the present document should be aware that the document may be subject to revision or change of status.
Information on the current status of this and other ETSI documents is available at
http://portal.etsi.org/tb/status/status.asp
If you find errors in the present document, send your comment to:
editor@etsi.org
Copyright Notification
No part may be reproduced except as authorized by written permission.
The copyright and the foregoing restriction extend to reproduction in all media.

© European Telecommunications Standards Institute 2003.
© The Parlay Group 2003.
All rights reserved.

TM TM TM
DECT , PLUGTESTS and UMTS are Trade Marks of ETSI registered for the benefit of its Members.
TM
TIPHON and the TIPHON logo are Trade Marks currently being registered by ETSI for the benefit of its Members.
TM
3GPP is a Trade Mark of ETSI registered for the benefit of its Members and of the 3GPP Organizational Partners.
ETSI

---------------------- Page: 4 ----------------------

SIST ES 202 915-13 V1.1.1:2005
 3 ETSI ES 202 915-13 V1.1.1 (2003-01)
Contents
Intellectual Property Rights.7
Foreword.7
1 Scope.8
2 References.8
3 Definitions and abbreviations.8
3.1 Definitions.8
3.2 Abbreviations.8
4 Policy Management SCF.9
5 Sequence Diagrams.9
5.1 Use of Policy Repository.9
5.2 Introduce condition and action into rule.11
5.3 Create and receive an event.13
5.4 Create and modify domain .15
5.5 ASP offering services to prepaid subscribers .17
6 Class Diagrams.20
7 The Service Interface Specifications.22
7.1 Interface Specification Format .22
7.1.1 Interface Class.22
7.1.2 Method descriptions.22
7.1.3 Parameter descriptions.22
7.1.4 State Model.22
7.2 Base Interface.22
7.2.1 Interface Class IpInterface .22
7.3 Service Interfaces.23
7.3.1 Overview.23
7.4 Generic Service Interface .23
7.4.1 Interface Class IpService .23
7.4.1.1 Method setCallback().23
7.4.1.2 Method setCallbackWithSessionID().23
8 Policy Management Interface Classes.24
8.1 Interface Class IpPolicyManager.24
8.1.1 Method createDomain().25
8.1.2 Method getDomain().26
8.1.3 Method removeDomain().26
8.1.4 Method getDomainCount().26
8.1.5 Method getDomainIterator().27
8.1.6 Method findMatchingDomains().27
8.1.7 Method createRepository().27
8.1.8 Method getRepository().28
8.1.9 Method removeRepository().28
8.1.10 Method getRepositoryCount().28
8.1.11 Method getRepositoryIterator().29
8.1.12 Method startTransaction().29
8.1.13 Method commitTransaction().30
8.1.14 Method abortTransaction().30
8.2 Interface Class IpPolicy.30
8.2.1 Attributes.31
8.2.2 Method getAttribute().32
8.2.3 Method setAttribute().32
8.2.4 Method getAttributes().32
8.2.5 Method setAttributes().33
ETSI

---------------------- Page: 5 ----------------------

SIST ES 202 915-13 V1.1.1:2005
 4 ETSI ES 202 915-13 V1.1.1 (2003-01)
8.3 Interface Class IpPolicyDomain.33
8.3.1 Attributes.35
8.3.2 Method getParentDomain().36
8.3.3 Method createDomain().36
8.3.4 Method getDomain().36
8.3.5 Method removeDomain().37
8.3.6 Method getDomainCount().37
8.3.7 Method getDomainIterator().37
8.3.8 Method createGroup().38
8.3.9 Method getGroup().38
8.3.10 Method removeGroup().39
8.3.11 Method getGroupCount().39
8.3.12 Method getGroupIterator().39
8.3.13 Method createRule().40
8.3.14 Method getRule().40
8.3.15 Method removeRule().40
8.3.16 Method getRuleCount().41
8.3.17 Method getRuleIterator().41
8.3.18 Method createEventDefinition().41
8.3.19 Method getEventDefinition().42
8.3.20 Method removeEventDefinition().42
8.3.21 Method getEventDefinitionCount().43
8.3.22 Method getEventDefinitionIterator().43
8.3.23 Method generateEvent().43
8.3.24 Method createNotification().44
8.3.25 Method destroyNotification().44
8.3.26 Method createVariableSet().45
8.3.27 Method getVariableSet().45
8.3.28 Method removeVariableSet().45
8.3.29 Method getVariableSetCount().46
8.3.30 Method getVariableSetIterator().46
8.3.31 Method setVariable().46
8.3.32 Method getVariable().47
8.4 Interface Class IpPolicyGroup .47
8.4.1 Attributes.48
8.4.2 Method getParentDomain().49
8.4.3 Method getParentGroup().49
8.4.4 Method createGroup().50
8.4.5 Method getGroup().50
8.4.6 Method removeGroup().50
8.4.7 Method getGroupCount().51
8.4.8 Method getGroupIterator().51
8.4.9 Method createRule().51
8.4.10 Method getRule().52
8.4.11 Method removeRule().52
8.4.12 Method getRuleCount().52
8.4.13 Method getRuleIterator().53
8.5 Interface Class IpPolicyRepository .53
8.5.1 Attributes.54
8.5.2 Method getParentRepository().55
8.5.3 Method createRepository().55
8.5.4 Method getRepository().55
8.5.5 Method removeRepository().56
8.5.6 Method getRepositoryCount().56
8.5.7 Method getRepositoryIterator().56
8.5.8 Method createCondition().57
8.5.9 Method getCondition().57
8.5.10 Method removeCondition().58
8.5.11 Method getConditionCount().58
8.5.12 Method getConditionIterator().58
8.5.13 Method createAction().59
8.5.14 Method getAction().59
ETSI

---------------------- Page: 6 ----------------------

SIST ES 202 915-13 V1.1.1:2005
 5 ETSI ES 202 915-13 V1.1.1 (2003-01)
8.5.15 Method removeAction().60
8.5.16 Method getActionCount().60
8.5.17 Method getActionIterator().60
8.6 Interface Class IpPolicyRule .61
8.6.1 Attributes.63
8.6.2 Method getParentGroup().64
8.6.3 Method getParentDomain().65
8.6.4 Method createCondition().65
8.6.5 Method getCondition().66
8.6.6 Method removeCondition().66
8.6.7 Method getConditionCount().66
8.6.8 Method getConditionIterator().67
8.6.9 Method createAction().67
8.6.10 Method getAction().68
8.6.11 Method removeAction().68
8.6.12 Method getActionCount().68
8.6.13 Method getActionIterator().69
8.6.14 Method setValidityPeriodConditionByName().69
8.6.15 Method setValidityPeriodCondition().69
8.6.16 Method getValidityPeriodCondition().70
8.6.17 Method unsetValidityPeriodCondition().70
8.6.18 Method setConditionList().70
8.6.19 Method getConditionList().71
8.6.20 Method setActionList().71
8.6.21 Method getActionList().71
8.7 Interface Class IpPolicyCondition.72
8.7.1 Attributes.73
8.7.2 Method getParentRepository().74
8.7.3 Method getParentRule().74
8.8 Interface Class IpPolicyTimePeriodCondition.74
8.8.1 Attributes.75
8.9 Interface Class IpPolicyAction.78
8.9.1 Attributes.79
8.9.2 Method getParentRepository().79
8.9.3 Method getParentRule().80
8.10 Interface Class IpPolicyEventDefinition.80
8.10.1 Attributes.80
8.10.2 Method setRequiredAttributes().81
8.10.3 Method setOptionalAttributes().81
8.10.4 Method getRequiredAttributes().82
8.10.5 Method getOptionalAttributes().82
8.10.6 Method getParentDomain().82
8.11 Interface Class IpPolicyEventCondition .83
8.11.1 Attributes.83
8.12 Interface Class IpPolicyExpressionCondition .84
8.12.1 Attributes.84
8.13 Interface Class IpPolicyEventAction.85
8.13.1 Attributes.85
8.14 Interface Class IpPolicyExpressionAction .86
8.14.1 Attributes.87
8.15 Interface Class IpPolicyIterator.88
8.15.1 Attributes.88
8.15.2 Method getList().89
8.16 Interface Class IpAppPolicyDomain .89
8.16.1 Method reportNotification().89
9 State Transition Diagrams.90
10 Data Definitions.
...

Questions, Comments and Discussion

Ask us and Technical Secretary will try to provide an answer. You can facilitate discussion about the standard in here.