ETSI ES 203 915-12-2007 Open Service Access (OSA) Application Programming Interface (API) Part 12 Charging SCF (Parlay 5)《开放业务接入(OSA) 应用编程接口(API) 第12部分 计费业务能力特征(Parlay 5)(版本1 2 1) _1.pdf
《ETSI ES 203 915-12-2007 Open Service Access (OSA) Application Programming Interface (API) Part 12 Charging SCF (Parlay 5)《开放业务接入(OSA) 应用编程接口(API) 第12部分 计费业务能力特征(Parlay 5)(版本1 2 1) _1.pdf》由会员分享,可在线阅读,更多相关《ETSI ES 203 915-12-2007 Open Service Access (OSA) Application Programming Interface (API) Part 12 Charging SCF (Parlay 5)《开放业务接入(OSA) 应用编程接口(API) 第12部分 计费业务能力特征(Parlay 5)(版本1 2 1) _1.pdf(59页珍藏版)》请在麦多课文档分享上搜索。
1、 ETSI ES 203 915-12 V1.2.1 (2007-01)ETSI Standard Open Service Access (OSA);Application Programming Interface (API);Part 12: Charging SCF(Parlay 5)floppy3 ETSI ETSI ES 203 915-12 V1.2.1 (2007-01) 2 Reference RES/TISPAN-01029-12-OSA Keywords API, IDL, OSA, UML ETSI 650 Route des Lucioles F-06921 Soph
2、ia 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 enregistre la Sous-Prfecture de Grasse (06) N 7803/88 Important notice Individual copies of the present document can be downloaded from: http:/www.etsi.org Th
3、e 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 pr
4、inters 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
5、/tb/status/status.asp If you find errors in the present document, please send your comment to one of the following services: http:/portal.etsi.org/chaircor/ETSI_support.asp Copyright Notification No part may be reproduced except as authorized by written permission. The copyright and the foregoing re
6、striction extend to reproduction in all media. European Telecommunications Standards Institute 2007. The Parlay Group 2007. All rights reserved. DECTTM, PLUGTESTSTM and UMTSTM are Trade Marks of ETSI registered for the benefit of its Members. TIPHONTMand the TIPHON logo are Trade Marks currently bei
7、ng registered by ETSI for the benefit of its Members. 3GPPTM is a Trade Mark of ETSI registered for the benefit of its Members and of the 3GPP Organizational Partners. ETSI ETSI ES 203 915-12 V1.2.1 (2007-01) 3 Contents Intellectual Property Rights7 Foreword.7 1 Scope 8 2 References 8 3 Definitions
8、and abbreviations.8 3.1 Definitions8 3.2 Abbreviations .8 4 Charging SCF.9 4.1 General requirements on support of methods.9 5 Sequence Diagrams 9 5.1 Reservation / payment in parts .9 5.2 Immediate Charge 11 6 Class Diagrams.13 7 The Service Interface Specifications14 7.1 Interface Specification For
9、mat .14 7.1.1 Interface Class 14 7.1.2 Method descriptions15 7.1.3 Parameter descriptions15 7.1.4 State Model.15 7.2 Base Interface.15 7.2.1 Interface Class IpInterface 15 7.3 Service Interfaces .15 7.3.1 Overview 15 7.4 Generic Service Interface .15 7.4.1 Interface Class IpService 15 7.4.1.1 Method
10、 setCallback()16 7.4.1.2 Method setCallbackWithSessionID()16 8 Charging Interface Classes.17 8.1 Interface Class IpChargingManager.17 8.1.1 Method createChargingSession()18 8.1.2 Method createSplitChargingSession() 19 8.2 Interface Class IpAppChargingManager 19 8.2.1 Method sessionAborted()20 8.2.2
11、Method abortMultipleChargingSessions() .20 8.3 Interface Class IpChargingSession.20 8.3.1 Method creditAmountReq()21 8.3.2 Method creditUnitReq()22 8.3.3 Method debitAmountReq().23 8.3.4 Method debitUnitReq().23 8.3.5 Method directCreditAmountReq()24 8.3.6 Method directCreditUnitReq()24 8.3.7 Method
12、 directDebitAmountReq().25 8.3.8 Method directDebitUnitReq().26 8.3.9 Method extendLifeTimeReq() 26 8.3.10 Method getAmountLeft()26 8.3.11 Method getLifeTimeLeft()27 8.3.12 Method getUnitLeft()27 8.3.13 Method rateReq()27 8.3.14 Method release() .28 8.3.15 Method reserveAmountReq() .28 8.3.16 Method
13、 reserveUnitReq() .29 ETSI ETSI ES 203 915-12 V1.2.1 (2007-01) 4 8.4 Interface Class IpAppChargingSession29 8.4.1 Method creditAmountErr() .30 8.4.2 Method creditAmountRes() 31 8.4.3 Method creditUnitErr().31 8.4.4 Method creditUnitRes() 31 8.4.5 Method debitAmountErr() 32 8.4.6 Method debitAmountRe
14、s() .32 8.4.7 Method debitUnitErr() 33 8.4.8 Method debitUnitRes() .33 8.4.9 Method directCreditAmountErr() .33 8.4.10 Method directCreditAmountRes() 34 8.4.11 Method directCreditUnitErr() .34 8.4.12 Method directCreditUnitRes() 34 8.4.13 Method directDebitAmountErr() 35 8.4.14 Method directDebitAmo
15、untRes() .35 8.4.15 Method directDebitUnitErr() 35 8.4.16 Method directDebitUnitRes() .36 8.4.17 Method extendLifeTimeErr()36 8.4.18 Method extendLifeTimeRes().36 8.4.19 Method rateErr() .37 8.4.20 Method rateRes() 37 8.4.21 Method reserveAmountErr().37 8.4.22 Method reserveAmountRes()37 8.4.23 Meth
16、od reserveUnitErr().38 8.4.24 Method reserveUnitRes()38 8.4.25 Method sessionEnded().39 9 State Transition Diagrams40 9.1 State Transition Diagrams for IpChargingSession .40 9.1.1 Session Created State41 9.1.2 Amount Reserved State 41 9.1.3 Volume Reserved State.41 9.1.4 Reservation Ended State .41
17、10 Content Based Charging Service Properties.41 11 Data Definitions .43 11.1 Charging Data Definitions43 11.1.1 IpChargingManager43 11.1.2 IpChargingManagerRef 43 11.1.3 IpAppChargingManager .43 11.1.4 IpAppChargingManagerRef .43 11.1.5 IpChargingSession43 11.1.6 IpChargingSessionRef 43 11.1.7 IpApp
18、ChargingSession .43 11.1.8 IpAppChargingSessionRef .43 11.1.9 TpApplicationDescription 44 11.1.10 TpAppInformationSet.44 11.1.11 TpAppInformation44 11.1.12 TpAppInformationType44 11.1.13 TpSessionEndedCause44 11.1.14 TpMerchantAccountID.44 11.1.15 TpCorrelationID .45 11.1.16 TpCorrelationType45 11.1
19、.17 TpChargingPrice.45 11.1.18 TpAmount.45 11.1.19 TpChargingParameterSet45 11.1.20 TpChargingParameter.45 11.1.21 TpChargingParameterID.46 11.1.22 TpChargingParameterValue .46 11.1.23 TpChargingParameterValueType .46 11.1.24 TpVolumeSet46 11.1.25 TpVolume.46 ETSI ETSI ES 203 915-12 V1.2.1 (2007-01)
20、 5 11.1.26 TpUnitID 47 11.1.27 TpChargingSessionID.47 11.1.28 TpPriceVolumeSet47 11.1.29 TpPriceVolume.47 11.1.30 TpChargingError.47 12 Exception Classes.48 Annex A (normative): OMG IDL Description of Charging SCF.49 Annex B (informative): W3C WSDL Description of Charging SCF.50 Annex C (informative
21、): Java API Description of the Charging SCF 51 Annex D (informative): Contents of 3GPP OSA R6 Charging.52 Annex E (informative): Description of Charging for 3GPP2 cdma2000 networks 53 E.1 General Exceptions.53 E.2 Specific Exceptions53 E.2.1 Clause 1: Scope 53 E.2.2 Clause 2: References 53 E.2.3 Cla
22、use 3: Definitions and abbreviations.53 E.2.4 Clause 4: Charging SCF .53 E.2.5 Clause 5: Sequence Diagrams 53 E.2.6 Clause 6: Class Diagrams.53 E.2.7 Clause 7: The Service Interface Specifications 53 E.2.8 Clause 8: Charging Interface Classes .54 E.2.9 Clause 9: State Transition Diagrams 54 E.2.10 C
23、lause 10: Content Based Charging Service Properties.54 E.2.11 Clause 11: Data Definitions54 E.2.12 Clause 12: Exception Classes.54 E.2.13 Annex A (normative): OMG IDL Description of Charging SCF .54 E.2.14 Annex B (informative): W3C WSDL Description of Charging SCF .54 E.2.15 Annex C (informative):
24、Java API Description of the Charging SCF .54 Annex F (informative): Record of changes 55 F.1 Interfaces 55 F.1.1 New 55 F.1.2 Deprecated55 F.1.3 Removed.55 F.2 Methods55 F.2.1 New 55 F.2.2 Deprecated56 F.2.3 Modified.56 F.2.4 Removed.56 F.3 Data Definitions .56 F.3.1 New 56 F.3.2 Modified.56 F.3.3 R
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ETSIES203915122007OPENSERVICEACCESSOSAAPPLICATIONPROGRAMMINGINTERFACEAPIPART12CHARGINGSCFPARLAY5 开放 业务

链接地址:http://www.mydoc123.com/p-731171.html