ETSI TS 129 198-3-2010 Digital cellular telecommunications system (Phase 2+) Universal Mobile Telecommunications System (UMTS) LTE Open Service Access (OSA) Application Programming_1.pdf
《ETSI TS 129 198-3-2010 Digital cellular telecommunications system (Phase 2+) Universal Mobile Telecommunications System (UMTS) LTE Open Service Access (OSA) Application Programming_1.pdf》由会员分享,可在线阅读,更多相关《ETSI TS 129 198-3-2010 Digital cellular telecommunications system (Phase 2+) Universal Mobile Telecommunications System (UMTS) LTE Open Service Access (OSA) Application Programming_1.pdf(212页珍藏版)》请在麦多课文档分享上搜索。
1、 ETSI TS 129 198-3 V9.0.0 (2010-01)Technical Specification Digital cellular telecommunications system (Phase 2+);Universal Mobile Telecommunications System (UMTS);LTE;Open Service Access (OSA)Application Programming Interface (API);Part 3: Framework (3GPP TS 29.198-03 version 9.0.0 Release 9)floppy3
2、ETSI ETSI TS 129 198-3 V9.0.0 (2010-01)13GPP TS 29.198-03 version 9.0.0 Release 9Reference RTS/TSGC-0029198-03v900 Keywords GSM, LTE, UMTS 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 Associat
3、ion 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 The present document may be made available in more than one electronic version or in print. In any case of existing or perc
4、eived 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
5、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, please send your comment to one of the following servic
6、es: 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 restriction extend to reproduction in all media. European Telecommunications Standards Institute 2010. All rights reserved.
7、 DECTTM, PLUGTESTSTM, UMTSTM, TIPHONTM, the TIPHON logo and the ETSI logo are Trade Marks of ETSI registered 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. LTE is a Trade Mark of ETSI currently being r
8、egistered for the benefit of its Members and of the 3GPP Organizational Partners. GSM and the GSM logo are Trade Marks registered and owned by the GSM Association. ETSI ETSI TS 129 198-3 V9.0.0 (2010-01)23GPP TS 29.198-03 version 9.0.0 Release 9Intellectual Property Rights IPRs essential or potentia
9、lly essential to the present document may have been declared to ETSI. The information pertaining to these essential IPRs, if any, is publicly available for ETSI members and non-members, and can be found in ETSI SR 000 314: “Intellectual Property Rights (IPRs); Essential, or potentially Essential, IP
10、Rs notified to ETSI in respect of ETSI standards“, which is available from the ETSI Secretariat. Latest updates are available on the ETSI Web server (http:/webapp.etsi.org/IPR/home.asp). Pursuant to the ETSI IPR Policy, no investigation, including IPR searches, has been carried out by ETSI. No guara
11、ntee can be given as to the existence of other IPRs not referenced in ETSI SR 000 314 (or the updates on the ETSI Web server) which are, or may be, or may become, essential to the present document. Foreword This Technical Specification (TS) has been produced by ETSI 3rd Generation Partnership Projec
12、t (3GPP). The present document may refer to technical specifications or reports using their 3GPP identities, UMTS identities or GSM identities. These should be interpreted as being references to the corresponding ETSI deliverables. The cross reference between GSM, UMTS, 3GPP and ETSI identities can
13、be found under http:/webapp.etsi.org/key/queryform.asp. ETSI ETSI TS 129 198-3 V9.0.0 (2010-01)33GPP TS 29.198-03 version 9.0.0 Release 9Contents Intellectual Property Rights 2g3Foreword . 2g3Foreword . 13g3Introduction 13g31 Scope 15g32 References 15g33 Definitions, symbols and abbreviations . 16g3
14、3.1 Definitions 16g33.2 Abbreviations . 16g34 Overview of the Framework . 16g35 The Base Interface Specification 17g35.1 Interface Specification Format . 17g35.1.1 Interface Class 18g35.1.2 Method descriptions 18g35.1.3 Parameter descriptions 18g35.1.4 State Model . 18g35.2 Base Interface . 18g35.2.
15、1 Interface Class IpInterface 18g35.3 Service Interfaces . 18g35.3.1 Overview 18g35.4 Generic Service Interface . 19g35.4.1 Interface Class IpService 19g35.4.1.1 Method setCallback() 19g35.4.1.2 Method setCallbackWithSessionID() 19g36 Framework Access Session API . 20g36.1 Sequence Diagrams 20g36.1.
16、1 Trust and Security Management Sequence Diagrams 20g36.1.1.1 Initial Access. 20g36.1.1.2 Framework Terminates Access . 22g36.1.1.3 Application Terminates Access. 23g36.1.1.4 Non-API level Authentication . 23g36.1.1.5 API Level Authentication . 24g36.2 Class Diagrams . 26g36.3 Interface Classes . 27
17、g36.3.1 Trust and Security Management Interface Classes . 27g36.3.1.1 Interface Class IpClientAPILevelAuthentication 27g36.3.1.1.1 Method abortAuthentication() . 28g36.3.1.1.2 Method authenticationSucceeded() . 28g36.3.1.1.3 Method challenge() 28g36.3.1.2 Interface Class IpClientAccess 29g36.3.1.2.1
18、 Method terminateAccess() . 30g36.3.1.3 Interface Class IpInitial . 30g36.3.1.3.1 Method initiateAuthenticationWithVersion() 31g36.3.1.4 Interface Class IpAuthentication . 32g36.3.1.4.1 Method requestAccess() 32g36.3.1.5 Interface Class IpAPILevelAuthentication . 33g36.3.1.5.1 Method abortAuthentica
19、tion() . 33g36.3.1.5.2 Method authenticationSucceeded() . 34g36.3.1.5.3 Method selectAuthenticationMechanism() 34g36.3.1.5.4 Method challenge() 34g36.3.1.6 Interface Class IpAccess . 36g3ETSI ETSI TS 129 198-3 V9.0.0 (2010-01)43GPP TS 29.198-03 version 9.0.0 Release 96.3.1.6.1 Method obtainInterface
20、() . 36g36.3.1.6.2 Method obtainInterfaceWithCallback() . 36g36.3.1.6.3 Method listInterfaces() 37g36.3.1.6.4 Method selectSigningAlgorithm() . 37g36.3.1.6.5 Method terminateAccess() . 38g36.3.1.6.6 Method relinquishInterface() . 38g36.4 State Transition Diagrams 39g36.4.1 Trust and Security Managem
21、ent State Transition Diagrams 39g36.4.1.1 State Transition Diagrams for IpInitial . 39g36.4.1.2 State Transition Diagrams for IpAPILevelAuthentication 39g36.4.1.2.1 Idle State 40g36.4.1.2.2 Authenticating Framework State . 40g36.4.1.2.3 Framework Authenticated State 41g36.4.1.2.4 Authenticating Clie
22、nt State 41g36.4.1.2.5 Client Authenticated State . 41g36.4.1.2.6 Idle State 42g36.4.1.2.7 Authenticating Framework State . 42g36.4.1.2.8 Framework Authenticated State 42g36.4.1.2.9 Authenticating Client State 43g36.4.1.2.10 Client Authenticated State . 43g36.4.1.3 State Transition Diagrams for IpAc
23、cess 43g36.4.1.3.1 Active State . 44g37 Framework-to-Application API . 44g37.1 Sequence Diagrams 44g37.1.1 Event Notification Sequence Diagrams 44g37.1.1.1 Enable Event Notification . 44g37.1.2 Integrity Management Sequence Diagrams 45g37.1.2.1 Load Management: Suspend/resume notification from appli
24、cation 45g37.1.2.2 Load Management: Framework queries load statistics . 46g37.1.2.3 Load Management: Framework callback registration and Application load control 47g37.1.2.4 Load Management: Application reports current load condition 48g37.1.2.5 Load Management: Application queries load statistics .
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ETSITS12919832010DIGITALCELLULARTELECOMMUNICATIONSSYSTEMPHASE2UNIVERSALMOBILETELECOMMUNICATIONSSYSTEMUMTSLTEOPENSERVICEACCESSOSAAPPLICATIONPROGRAMMING_1PDF

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