移动应用部分(MAP),一种 SS7 协议,可以实现移动网络 (GSM)信令体系结构。MAP 用于连接分布式交换单元和主数据库,前者称为移动交换中心,后者称为归属位置注册(HLR:Home Location Register)。HLR 能动态存储移动网络用户的当前位置和预置文件。在处理拨入呼叫的过程中需要使用 HLR 。当网络用户位置改变时,HLR 也要相应更新,用户便由网络中的其它交换机服务。
随着无线网络的发展,MAP 从最初的支持语音到现在的分组数据服务已得到了迅速的发展。MAP 可用于连接 NexGen 单元,如网关 GPRS 支持节点(GGSN:Gateway GPRS Support node)和服务网关支持节点(SGSN:Serving Gateway Support Node),这是 GSM 信令系统良好设计的延续。
MAP 具有的基本功能有:
- 为 Gateway-MSC(GMSC) 提供获取呼入路由号(routing number)服务;
- 通过整合来宾位置注册(VLR:integrated Visitor Location Register),为 MSC 提供更新用户状态和路由号服务;
- 通过 VLR,为交换单元提供用户 CAMEL 触发数据;
- 通过 VLR,为交换单元提供用户辅助服务配置文件和数据。
协议结构
| 8 | 16bit |
| Operation specifier | Length |
| MAP Parameters | |
Length - 数据包大小。
MAP parameters - 各种参数,取决于操作。
Operation specifier - 数据包类型。定义了以下操作:
- AuthenticationDirective
- AuthenticationDirectiveForward
- AuthenticationFailureReport
- AuthenticationRequest
- AuthenticationStatusReport
- BaseStationChallenge
- Blocking
- BulkDeregistration
- CountRequest
- FacilitiesDirective
- FacilitiesDirective2
- FacilitiesRelease
- FeatureRequest
- FlashRequest
- HandoffBack
- HandoffBack2
- HandoffMeasurementRequest
- HandoffMeasurementRequest2
- HandoffToThird
- HandoffToThird2
- InformationDirective
- InformationForward
- InterSystemAnswer
- InterSystemPage
- InterSystemPage2
- InterSystemSetup
- LocationRequest
- MobileOnChannel
- MSInactive
- OriginationRequest
- QualificationDirective
- QualificationRequest
- RandomVariableRequest
- RedirectionDirective
- RedirectionRequest
- RegistrationCancellation
- RegistrationNotification
- RemoteUserInteractionDirective
- ResetCircuit
- RoutingRequest
- SMSDeliveryBackward
- SMSDeliveryForward
- SMSDeliveryPointToPoint
- SMSNotification
- SMSRequest
- TransferToNumberRequest
- TrunkTest
- TrunkTestDisconnect
- Unblocking
- UnreliableRoamerDataDirective
- UnsolicitedResponse
相关协议:SS7、ASP、BICC、BISUP、DUP、MTP、SCCP、TCAP、TUP
组织来源:MAP 由 ITU-T 定义为 SS7 协议的一部分。
相关链接:
http://www.cisco.com/univercd/cc/td/doc/product/tel_pswt/vco_prod/ss7_fund/SS7Fundamentals http://www.itu.int/rec/recommendation.asp?type=folders&lang=e&parent=T-REC-Q.700: Introduction to Signaling System No. 7


