WO2003001739A1 - Procede de gestion d'un reseau intelligent au moyen d'une interface d'ouverture d'un point de gestion de services (smp) - Google Patents

Procede de gestion d'un reseau intelligent au moyen d'une interface d'ouverture d'un point de gestion de services (smp) Download PDF

Info

Publication number
WO2003001739A1
WO2003001739A1 PCT/CN2002/000218 CN0200218W WO03001739A1 WO 2003001739 A1 WO2003001739 A1 WO 2003001739A1 CN 0200218 W CN0200218 W CN 0200218W WO 03001739 A1 WO03001739 A1 WO 03001739A1
Authority
WO
WIPO (PCT)
Prior art keywords
smp
command
message
access host
access
Prior art date
Application number
PCT/CN2002/000218
Other languages
English (en)
French (fr)
Inventor
Qian Yu
Original Assignee
Huawei Technologies Co., Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huawei Technologies Co., Ltd. filed Critical Huawei Technologies Co., Ltd.
Publication of WO2003001739A1 publication Critical patent/WO2003001739A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04QSELECTING
    • H04Q3/00Selecting arrangements
    • H04Q3/0016Arrangements providing connection between exchanges
    • H04Q3/0029Provisions for intelligent networking

Definitions

  • the present invention relates to an interface technology of an intelligent network, and particularly to a method for managing an intelligent network through a service management point (SMP) open interface using a common human-machine language in a telecommunications network.
  • SMP service management point
  • the typical typical intelligent network architecture is shown in Figure 1, which includes at least a service generation environment (SCE), a service management system (SMS), and a service control point. (SCP) and service switching point (SSP), establish a connection with each other through the network.
  • SCE service generation environment
  • SMS service management system
  • SCP service control point
  • SSP service switching point
  • the basic working principle is as follows: First, the SCE creates the business logic and business data that implement the information station's access management service. Then, the SMS loads the business logic, business data, and corresponding software modules onto the SCP, and the SCP is generated. A software module including the information station access management business logic processing program and business data.
  • SMS includes a service management point (SMP) and a service management access point (SMAP).
  • SMP service management point
  • SMAP service management access point
  • SMP is mainly responsible for service management functions (SMF).
  • SMS service management functions
  • SMAP manages the operation of the system through a human-machine interface.
  • the SMS of the intelligent network is the manager of the intelligent network.
  • Its management objects are mainly intelligent network users and services, and it also involves related functions such as business, query, billing, settlement and statistics.
  • the SMS of the intelligent network is designed to ensure the convenience of user operation.
  • Graphical human-machine interface Because SMP and SMAP are not standardized in the design of data interaction, and for ease of operation, they are basically implemented using internal message protocols. This design idea is intelligent In the early stage of the development of the Internet, on the one hand, it was convenient for users, on the other hand, it simplified the development work of the manufacturers, and achieved good results.
  • the main object of the present invention is to provide a method for managing an intelligent network through an open interface of a service management point, so that it can support the interconnection and communication between any network operation system and the intelligent network, and improve the interoperability of network systems It reduces the overhead caused by system interconnection, and also improves the system operation efficiency.
  • a further object of the present invention is to provide the implementation method, so that it can support the extension of new services, thereby reducing the maintenance cost of the system.
  • a method for managing an intelligent network through an open interface of a service management point includes at least the following steps.
  • step b After the connection is successfully established, the access host assembles the login command into a business message format and communicates The SOCKET connection established in step b is sent to the SMP;
  • step d When the access host receives the message returned by SMP, determines whether the login is successful? If the login is successful, go to step e. If the login is unsuccessful, determine whether to log in again. If necessary, go back to step c. Otherwise, remove the SOCKET connection between the access host and the SMP and exit;
  • the access host assembles the human machine command (MML) into a business message format and sends it to the SMP;
  • MML human machine command
  • Step f When the access host receives the message returned by the SMP, it processes the return result accordingly and determines whether the access host needs to continue sending other commands. If it still needs to send, then return to step e; otherwise, enter Step g;
  • the access host sends an exit command to the SMP and tears down the SOCKET connection with the SMP.
  • the login command issued in step c uses the same user name and corresponding password as in the account created in step a.
  • the man-machine command described in step e is a command that any access host is authorized to operate.
  • the set service message includes at least a message start flag, a message length, a message header, a session header, a transaction header, operation information, a checksum, and another message start flag indicating the end of the message.
  • Set the message header in the business message to include at least the version number, terminal identification, and service name; the session header to include at least the session ID, the session control word, and the reserved part; the transaction header to include the transaction ID, the transaction control word, and the reserved part; MML commands.
  • the method further includes the following steps: When the communication between the SMP and the access host is idle, the access host periodically sends a heartbeat message to the SMP.
  • the setting of the heartbeat message mainly consists of a message start flag, a message length, a padding content, and a checksum.
  • the set MML command consists of a command code and a parameter ⁇ :, and the command code and the parameter block are separated by a colon.
  • the command code in the MML command consists of a command prefix and a command body. The prefix is separated from the command body by a colon.
  • the command body consists of up to three identifiers, and each identifier is separated by a space.
  • the key of the present invention lies in: using the message format set by the open interface and the man-machine command to communicate between the access host of the external system and the SMP, and before communicating, the external system to be accessed on the SMP Create an account, set all permissions, and then establish a SOCKET connection between the access host and the SMP, and then communicate after login authentication. When they do not need communication, remove the connection.
  • the method of the present invention has the following advantages and characteristics:
  • SMP open interface refers to the standard TCP / IP protocol and very simple
  • the structure provides a transmission channel, and the open interface adopts a man-machine command (MML) as a command set, and transmits MML commands in a text format on the channel.
  • MML man-machine command
  • the new function does not change the interface, and you do n’t need to re-enter the docking test, which reduces maintenance costs.
  • Figure 1 is a schematic diagram of the intelligent network architecture
  • Figure 2 is a schematic diagram of the relationship between the open interface and the SMP and the external network system
  • Figure 3 is a schematic diagram of the open interface protocol stack
  • FIG. 4 is a schematic diagram of the MML command format
  • FIG. 5 is a schematic diagram of the composition of a command body in an MML command code
  • FIG. 6 is a flowchart of a method implemented by the present invention. Mode of Carrying Out the Invention
  • the present invention first provides an open interface through which any network can communicate with the intelligent network, so that Any external network system can manage the intelligent network through this open interface, and the position structure relationship between this interface and SMP and the external network system is as follows As shown in FIG. 2, the open interface is located between the SMP and a front-end processor of an external system, and the interface uses general MML commands for transmission and communication.
  • the external system can be accessed as one or more operators of different levels of the SMP.
  • the authority control of the external system is performed by the SMP.
  • the SMP needs to authenticate the IP address of the external system.
  • the management of the number and authority of operators in external systems is done by external systems.
  • the open interface layer uses the open interface protocol
  • the lower layer of the open interface uses the TCP / IP protocol.
  • the open interface protocol refers to: Before an external system sends a message with the SMP, it must establish a TCP / IP SOCKET connection with the SMP. When the external system no longer needs to interact with the SMP, it must remove the SOCKET connection with the SMP.
  • the business messages of the open interface protocol are used to transmit user operation information, and are the smallest unit for interaction between the external system and the SMP. The structure of the business message is shown in Table 1:
  • MML man-machine command
  • the message start flag is used to determine the start and end of the message, and the length is 4 bytes, and the code is "open interface".
  • the message length is used to indicate the total length from the message header to the operation information. It is expressed by 4 hexadecimal characters.
  • the message header contains 20 bytes, including version information, terminal identification, and service name.
  • the version number is used to identify the protocol version of the open interface.
  • the terminal identification is used to identify the front-end processor and terminal of the external system that accesses the SMP. SMP only for front-end The terminal identity performs authentication; the service name is the service requested by the operator.
  • a session is a virtual (logical) connection between an external system accessing the SMP and the SMP, and uniquely identifies a valid login from the external system to the SMP.
  • the first 18 bytes of the session include the session ID, the session control word, and the reserved three parts.
  • the session ID is allocated by the SMP to uniquely identify a session initiated by an external system. Different sessions have different ID values and are not Is equal to 0.
  • a transaction is a transaction between an external system connected to the SMP and the SMP.
  • the first 18 bytes of the transaction are composed of a transaction ID, a transaction control word, and a reservation.
  • the transaction ID is allocated by the external system to identify a transaction. Different transactions in the same session must have different ID values and not equal to 0.
  • the checksum is a 32-bit XOR of the "message header + session header + transaction header + operation information", and the value of the XOR result is inverted.
  • the content of the operation information is the MML command.
  • the key to the external network's management of the intelligent network is to send MML commands to the SMP. Every external system sends an MML command to the SMP.
  • the SMP should send a response message MML ACK within a fixed time, otherwise it is considered The connection is interrupted or broken.
  • An MML command is mainly composed of a command code and a parameter block.
  • the composition format is shown in Figure 4.
  • the command code specifies the functions that the intelligent network system should perform.
  • the command code is composed of a command prefix and a command body.
  • the command prefix is mainly used to identify whether a command is a response command. If it is a response command, the prefix is ACK, which is separated from the command body by a colon.
  • the command prefix can also be "MON", which means a detection command, or "NOTIFY", which means a notification message.
  • the command body includes a maximum of three identifiers. The identifiers are separated by spaces.
  • these three identifiers respectively represent the execution of the action, such as ADD, DISP, MOD, CRE; the service where the action is performed, Such as PPS, WAD. SYS; and the object entities that perform actions, such as ACNT, OPER.
  • the parameter block is the information necessary to execute the function specified in the command code.
  • composition of MML commands can use letters, numbers, delimiters, special characters, or A combination thereof, wherein the number system used can be a binary, octal, decimal, hexadecimal, or numeric string; the separator can be a colon, equal sign, comma, &, &&, apostrophe (,), or Semicolon; special characters are double quotes, spaces, carriage returns, line feeds, *, #, Chinese characters, or a hyphen (-).
  • a heartbeat message needs to be sent regularly. Generally, the heartbeat message is sent after detecting that there are no messages sent for 120 consecutive seconds. If the heartbeat message is not received, the connection is considered interrupted.
  • the message format is shown in Table 2:
  • the two parts of the message start flag and checksum are consistent with the content of the business message, the message length is 4, and the padding content is the HBHB string.
  • the management of the intelligent network by the external network operation system is completed through the open interface provided above, its set message format, and MML commands.
  • its specific implementation process includes at least the following steps:
  • the access host of the network operation system establishes a TCP / IP socket (SOCKET) connection with the SMP.
  • SOCKET TCP / IP socket
  • the login command is assembled into a business message format according to the structure of the interface protocol message and sent to the SMP.
  • the login command should use the same one created in step 1). User name and corresponding password.
  • the access host After receiving the message returned by the SMP, the access host determines whether the login is successful? If the login is successful, go to step 5). If the login is unsuccessful, determine whether to log in again. If necessary, go back to step 3), otherwise, go to step 9) and exit.
  • the access host assembles the MML command into a business message format according to the interface protocol message format and sends it to the SMP.
  • the command can be any command that is authorized to operate.
  • the access host After receiving the message returned by the SMP, the access host processes the return result and determines whether the access host needs to continue sending other commands.
  • step 7 If the access host still needs to send a command, go back to step 5); otherwise, go to step 8).
  • the access host sends an exit command to the SMP.
  • the access host removes the SOCKET connection with the SMP.
  • the intelligent network in the method of the present invention includes a wired intelligent network and a mobile intelligent network.
  • the open interface in the present invention has provided a MML command set including a variety of services including a prepaid service, a virtual private network service, an advertising service, and a family number service.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Description

一种通过业务管理点开放接口对智能网进行管理的方法 技术领域
本发明涉及一种智能网的接口技术, 特别是指一种釆用电信网中通 用的人机语言通过业务管理点(SMP )开放接口对智能网进行管理的方 法。 发明背景
目前智能网的发展与应用越来越广泛, 可以涉及到各个领域, 一般 典型的智能网体系结构如图 1所示, 至少包括业务生成环境(SCE )、 业 务管理系统(SMS )、 业务控制点(SCP )和业务交换点(SSP ), 相互间 通过网络建立连接。 其基本的工作原理是: 首先, SCE创建实现信息台 '接入管理业务的业务逻辑和业务数据, 然后, 由 SMS将该业务逻辑、 业务数据及相应的软件模块加载到 SCP上, SCP即产生一个包括信息台 接入管理业务逻辑处理程序和业务数据在内的软件模块。 其中, SMS包 括业务管理点 (SMP )和业务管理接入点 (SMAP ), SMP 主要负责业 务管理功能(SMF ), SMAP 是通过人机界面对系统的运营进行管理。 智能网的 SMS是智能网中的管理者, 其管理的对象主要是智能网用户 及业务, 同时还涉及与此相关的营业、 查询、 计费、 结算以及统计等功 能。
由于智能网的系统结构是以智能网的硬件设备及电信网絡为系统 的运行环境、 并直接提供面向用户的管理界面, 因此智能网的 SMS在 设计时, 为了保证用户操作方便, SMAP基本上全部采用图形化的人机 界面。 由于 SMP与 SMAP在数据交互的设计上无规范可循, 且为了操 作简便, 所以基本上全部采用内部消息协议实现。 这种设计思想在智能 网发展的初期, 一方面方便了用户的使用, 另一方面也简化了厂家的开 发工作, 取得了较好的效果。
但是, 随着智能网的发展,与传统运营系统的交互需求越来越紧迫, 将两个系统功能融合也就成了新的发展方向, 两套直接面向用户的界面 设计难以圆满地结合, 而两者系统内部又都使用专有协议难以互通, 如 此, 就限制了网络运营商融合两个系统的能力, 从而无法达到更高的效 率。 而且, 对于采用专有协议的连接方式, 必须保证连接的双方对于消 息的编码都可进行解读, 这样, 当有新的业务出现时, 双方系统又必须 为了对接重新进行测试, 不仅费时、 费力, 效率低, 而且维护成本高。 发明内容
有鉴于此, 本发明的主要目的就在于提供一种通过业务管理点开放 接口对智能网进行管理的方法, 使其能支持任何网络运营系统与智能网 的互连通信,提高了网络系统的互通性,降低了系统互连时带来的开销,. 同时也提高了系统的运营效率。
本发明进一步的目的在于提供该实现方法, 使其能支持新业务的拓 展, 进而降低系统的维护费用。
为达到上述目的, 本发明的技术方案具体是这样实现的:
一种通过业务管理点开放接口对智能网进行管理的方法, 该方法至 少包括以下的步
a. 当外界系统与智能网互连时, 首先在业务管理点(SMP )上为该 接入系统创建一个接入账号, 并设置好操作权限;
b. 然后,在该外界系统的接入主机与 SMP间建立一个 TCP/IP的套 接字 (SOCKET )连接;
c. 连接建立成功后,接入主机将登录命令组装成业务消息格式并通 过步骤 b所建立的 SOCKET连接发送给 SMP;
d. 当接入主机收到 SMP返回的消息后, 判断是否登录成功? 如果 登录成功, 则进入步骤 e, 如果登录不成功, 则判断是否需要重新登录, 如果需要, 则回到步骤 c, 否则, 拆除接入主机与 SMP间的 SOCKET 连接并退出;
e. 接入主机将人机命令 (MML ) 组装成业务消息格式并发送给 SMP;
f. 当接入主机收到 SMP返回的消息后, 对返回结果进^"相应处理, 并判断接入主机是否还需要继续发送其它命令, 如果还需要发送, 则回 到步骤 e; 否则, 进入步骤 g;
g.接入主机发送退出命令给 SMP, 并拆除与 SMP之间的 SOCKET 连接。
步骤 c所发的登录命令中使用与步骤 a创建账号时相同的用户名及 相应的密码。
步骤 e所述的人机命令为任何接入主机有权操作的命令。
设定业务消息中至少包括消息开始标志、 消息长度、 消息头、 会话 头、 事务头、操作信息、校验和以及表示消息结束的另一消息开始标志。 设定业务消息中的消息头至少包括版本号、 终端标识和服务名; 会话头 至少包括会话 ID、 会话控制字和保留部分; 事务头至少包括事务 ID、 事务控制字和保留部分; 操作信息为 MML命令。
该方法还进一步包括以下的步骤: 在 SMP与接入主机通讯空闲时, 接入主机定时向 SMP发送心跳消息。 设定该心跳消息主要由消息开始 标志、 消息长度、 填充内容以及校验和构成。
设定 MML命令由命令码和参数 ^:构成, 且命令码和参数块之间用 冒号隔开。 设定 MML命令中的命令码由命令前缀和命令体组成, 命令 前缀与命令体之间以冒号隔开, 命令体由最多三个标识符组成, 每个标 识符之间用空格隔开。 设定 MML命令中所使用的字符为字母、 数字、 分隔字符、 特殊字符、 或其组合, 其中, 所使用的数字为二进制数、 或 八进制数、 或十进制数、 或十六进制数、 或数字字符串。
本发明的关键就在于: 利用开放接口设定的消息格式和人机命令在 外界系统的接入主机和 SMP之间进行通讯, 并且, 在通讯之前, 先在 SMP上给该接入的外界系统创建一个账号, 并设置好所有权限, 然后要 在接入主机和 SMP之间建立一个 SOCKET连接, 经过登录认证后再进 行通信, 当它们不需要通信时, 要拆除连接。
由此可见, 采用本发明所提供的 SMP开放接口对智能网进行管理 之后, 避免了智能网系统与运营系统各自为营、 相互间数据不通畅、 操 作界面多样化等弊端, 使得运营系统的开发商可以快速地开发互连系 统, 有机地结合智能网系统与运营系统, 做到数据互通互取、 信息实时 共享, 使得网络运营商可以提供更有效和更优质的服务, 既方便了运营 商与开发商, 又方便了广大的普通用户。
具体地说, 本发明的方法具有以下的优点和特点:
( 1 ) 向其它系统提供了管理智能网的接口。
使用了开放接口之后, 可以不必使用专用的终端进行智能网的管 理, 使得智能网系统与运营系统或其它系统的互连成为可能。
( 2 ) 系统开发及调试方便。
由于协议结构简单并且在通讯中全部采用可见字符, 使得开发互连 系统的工作量及难度大大降低, 对于互连的调测及故障定位也及其方 便。
( 3 ) 系统扩充容易、 维护方便。
SMP开放接口是指在 SMP上通过标准的 TCP/IP协议及非常简单的 结构, 提供一个传输的通道, 开放接口采用人机命令(MML )作为命令 集, 在通道上传输文本格式的 MML命令。 新功能出现时, 只需要增加 新的命令即可实现,对协议的本身不必再改,新功能出现不会改变接口, 也不需要重新进^"对接测试, 从而降低了维护费用。
( 4 ) 系统互连简单、 开销少、 效率高。
对于想要与智能网互连的网络运营商来说, 只需开发极少甚至不需 开发代码, 即可使用自己的终端系统发送通用的命令给智能网系统, 实 现在运营系统中的统一控制。 这对于网络运营商及第三方的厂商来说, 极大的降低了将系统互连所带来的开销, 并且因减少系统中的中转环节 而提高了效率。 附图简要说明
图 1为智能网体系结构示意图;
图 2为开放接口与 SMP和外部网络系统互连的关系示意图; 图 3为开放接口协议栈的示意图;
图 4 为 MML命令格式示意图;
图 5为 MML命令码中命令体的组成示意图;
图 6为本发明方法实现的流程图。 实施本发明的方式
下面结合附图对本发明进行详细描述。
为了能实现外部网络运营系统对智能网的管理, 实现各种传统网络 与智能网的互连, 本发明首先提供了一种开放的接口, 通过该接口可支 持任意网络与智能网的互通, 使任意的外界网络系统能通过该开放接口 对智能网进行管理, 该接口与 SMP和外界网络系统的位置结构关系如 图 2所示, 该开放接口位于 SMP与外界系统的前置机之间, 该接口采 用通用的 MML命令进行传输通讯。
外界系统可以作为 SMP 的一个或多个不同级别的操作员接入, 外 界系统的权限控制由 SMP完成, 当外界系统作为操作员接入 SMP时, SMP要对外界系统的 IP地址进行鉴权。 而外界系统内部操作员的级别 数量和权限管理由外界系统完成。
SMP与外界系统接入服务器互连时,其间采用的协议结构如图 3所 示, 在开放接口层采用开放接口协议, 开放接口的下层采用 TCP/IP协 议。
更进一步地说, 开放接口协议是指: 外界系统在与 SMP发送消息 前,必须与 SMP建立 TCP/IP SOCKET连接,当外界系统不再需要与 SMP 进行交互后, 必须拆除与 SMP的 SOCKET连接。 开放接口协议的业务 消息用于传递用户的操作信息, 是外界系统与 SMP之间进行交互的最 小单位。 该业务消息的结构如表一所示:
Figure imgf000008_0001
表一 开放接口业务消息结构
当外界系统与 SMP之间创建了连接、 会话并确定事务 ID之后, 外 界系统按照表一给出的消息格式将人机命令(MML )打成消息包发给 SMP, 同时也将所收到的 SMP发来的消息包按此格式进行解码。
其中, 消息开始标志用于确定消息的开始和结束, 长度为 4Byte, 编码为 "开放接口"。 消息长度用来指出从消息头到操作信息的总长度, 用 4位 16进制字符来表示。 消息头位 20个字节, 包括版本号、 终端标 识和服务名三部分信息, 版本号用来识别开放接口的协议版本; 终端标 识用于标识接入 SMP的外界系统的前置机和终端, SMP只对前置机的 终端标识进行鉴权; 服务名为操作员所要请求的服务。
会话是接入 SMP的外界系统与 SMP之间的一个虛拟(逻辑)连接, 唯一标识外界系统到 SMP的一次有效登录。 会话头 18个字节, 其包含会 话 ID, 会话控制字和保留三个部分, 会话 ID是由 SMP分配, 用于唯一标 识一个由外界系统发起的会话, 不同的会话有不同的 ID值且不等于 0。 事务是接入 SMP的外界系统与 SMP之间的一次交易。 事务头 18个字节, 由事务 ID、 事务控制字和保留组成, 事务 ID由外界系统自行分配, 用来 标识一个事务, 在同一会话中不同的事务必须有不同的 ID值且不等于 0。 校验和则是对 "消息头 +会话头 +事务头 +操作信息" 按 32位异或, 对异 或结果取反后的值。 而操作信息的内容即为 MML命令。
外界系统对智能网进^"管理的关键就在于向 SMP发 MML命令,外 界系统每发一条 MML命令给 SMP, SMP都应在固定的时间内发送一条 回应消息 MML ACK, 否则认为它们之间的连接中断或故障。
一个 MML命令主要由命令码和参数块两部分组成, 其组成格式如 图 4所示, 命令码规定了智能网系统应该执行的功能。 而命令码是由命 令前缀和命令体组成, 命令前綴主要用来标识某条命令是否为回应命 令, 如果为回应命令则前綴为 ACK, 通过冒号与命令体分开。命令前缀 还可为 "MON" , 表示一条检测命令, 或 "NOTIFY" 表示通知消息。 命令体最多包括三个标识符, 标识符之间用空格隔开, 如图 5所示, 这 三个标识符分别表示执行动作, 如 ADD、 DISP、 MOD, CRE; 执行动 作所处的服务, 如 PPS、 WAD. SYS; 以及执行动作的对象实体, 如 ACNT、 OPER。 参数块为执行命令码中指定的功能所必须的信息, 参数 块中的信息根据具体的命令由特定的一些参数来表示。 举例来说, 列出 预付费账号的命令为: DISP PPS ACNT: SISDN = "13900001234"。
MML命令的构成可以使用字母、 数字、 分隔字符、 特殊字符、 或 其组合, 其中, 使用的数制可为二进制、 八进制、 十'进制、 十六进制或 数字字符串; 分隔字符可以为冒号、 等号、 逗号、 &、 &&、 撇号 (,) 或分号; 特殊字符为双引号、 空格、 回车换行、 *符、 #符、 汉字、 或连 号 (- )。
在 SMP与外界系统通讯空闲时, 为检测外界系统与 SMP之间的连 接是否正常,需要定时发送心跳消息,一般心跳消息是在检测到连续 120 秒没有任何消息发送后才发送, 如果连续三次收不到心跳消息则认为连 接中断。 其消息格式如表二所示:
Figure imgf000010_0001
心跳消息格式
在该消息中, 消息开始标志与校验和两部分与业务消息内容一致, 消息长度为 4, 填充内容为 HBHB字符串。
本发明中外部网络运营系统对智能网进行管理便是通过上面所提 供的开放接口及其设定的消息格式和 MML命令完成的, 如图 6所示, 其具体实现过程至少包括以下的步驟:
1 ) 当外部网络运营系统需要与智能网互连时, 首先在 SMP上为所 需接入的系统创建一个接入账号, 并设置好一定的权限。 其中, 创建用 户是有有效期的, 如果在有效期内, 该用户可以多次登录而无需再创建 新账号; 如果超过有效期, 则该用户账号无效, 就不能登录了; 如杲需 要再登录, 只能重新创建一个新的接入帐号。
2 ) 然后, 网络运营系统的接入主机与 SMP建立一个 TCP/IP的套 接字 (SOCKET )连接。
3 )连接建立成功之后, 按照接口协议消息的结构将登录命令组装成业 务消息格式并发给 SMP, 登录命令中要使用与步骤 1 )所创建的相同的 用户名及相应的密码。
4 ) 当接入主机收到 SMP返回的消息后, 判断是否登录成功? 如果 登录成功,则进入步骤 5 ),如果登录不成功,则判断是否需要重新登录, 如果需要, 则回到步骤 3 ), 否则, 进入步驟 9 )并退出。
5 )接入主机按接口协议消息格式将 MML命令组装成业务消息格式 并发给 SMP, 该命令可以是任何有权操作的命令。
6 ) 当接入主机收到 SMP返回的消息后, 对返回结果进行处理, 并 判断接入主机是否还需要继续发送其它命令。
7 )如果接入主机还需要发送命令, 则回到步骤 5 ); 否则, 进入步 骤 8 )。
8 )接入主机发送退出命令给 SMP。
9 )接入主机拆除与 SMP之间的 SOCKET连接。
采用本发明的方法, 可以在任何系统中加入对智能网的管理功能, 并且可以随时支持新出现的业务, 本发明方法中的智能网包括有线智能 网和移动智能网。 目前本发明中的开放接口就已经提供了包括预付费业 务、 虚拟专网业务、 广告业务、 亲情号码业务等多种业务在内的 MML 命令集。
以上所述仅为本发明的较佳实施例而已, 并非用于限定本发明的保 护范围。

Claims

权利要求书
1、 一种通过业务管理点开放接口对智能网进行管理的方法, 其 特征在于该方法至少包括以下的步驟:
a. 当外界系统与智能网互连时, 首先在业务管理点(SMP )上为该 接入系统创建一个接入账号, 并设置好操作权限;
b. 然后,在该外界系统的接入主机与 SMP间建立一个 TCP/IP的套 接字 ( SOCKET )连接;
c 连接建立成功后,接入主机将登录命令组装成业务消息格式并通 过步驟 b所建立的 SOCKET连接发送给 SMP;
d. 当接入主机收到 SMP返回的消息后, 判断是否登录成功? 如果 登录成功, 则进入步骤 e, 如果登录不成功, 则判断是否需要重新登录, 如果需要, 则回到步骤 c, 否则, 拆除接入主机与 SMP间的 SOCKET 连接并退出;
e. 接入主机将人机命令 ( MML )组装成业务消息格式并发送给 SMP;
f. 当接入主机收到 SMP返回的消息后, 对返回结果进行相应处理, 并判断接入主机是否还需要继续发送其它命令, 如果还需要发送, 则回 到步骤 e; 否则, 进入步骤 g;
g. 接入主机发送退出命令给 SMP, 并拆除与 SMP之间的 SOCKET 连接。
2、 根据权利要求 1所述的方法,其特征在于: 步骤 c所发的登录 命令中使用与步骤 a创建账号时相同的用户名及相应的密码。
3、 根据权利要求 1所迷的方法, 其特征在于: 步骤 e所述的人 机命令为任何接入主机有权操作的命令。
4、 根据权利要求 1 所述的方法, 其特征在于: 设定业务消息中 至少包括消息开始标志、 消息长度、 消息头、 会话头、 事务头、 操作信 息、 校验和以及表示消息结束的另一消息开始标志。
5、 根据权利要求 4所述的方法, 其特征在于: 设定业务消息中 的消息头至少包括版本号、 终端标识和服务名。
6、 根据权利要求 4所述的方法, 其特征在于: 设定业务消息中 的会话头至少包括会话 ID、 会话控制字和保留部分。
7、 根据权利要求 4所述的方法, 其特征在于: 设定业务消息中 的事务头至少包括事务 ID、 事务控制字和保留部分。
8、 根据权利要求 4所述的方法, 其特征在于: 设定业务消息中 的操作信息为 MML命令。
9、 根据权利要求 1 所述的方法, 其特征在于该方法进一步包括 以下的步骤: 在 SMP与接入主机通讯空闲时, 接入主机定时向 SMP发 送心跳消息。
10、 根据权利要求 9所述的方法, 其特征在于: 设定所述心跳消 息主要由消息开始标志、 消息长度、 填充内容以及校验和构成。
11、 根据权利要求 1所述的方法,其特征在于:设定 MML命令由 命令码和参数块构成, 且命令码和参数块之间用冒号隔开。
12、 根据权利要求 11所述的方法, 其特征在于: 设定 MML命令 中的命令码由命令前缀和命令体组成 , 命令前綴与命令体之间以冒号隔 开, 命令体由最多三个标识符组成, 每个标识符之间用空格隔开。
13、 根据权利要求 11所述的方法, 其特征在于: 设定 MML命令 中所使用的字符为字母、 数字、 分隔字符、 特殊字符、 或其组合。
14、 才 又 求 13所述的方法, 無 于 ·· i^^MML命令中所
Figure imgf000013_0001
或十进 Φ歉、 或十 歡、 或数字字符串。
PCT/CN2002/000218 2001-06-22 2002-03-29 Procede de gestion d'un reseau intelligent au moyen d'une interface d'ouverture d'un point de gestion de services (smp) WO2003001739A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN01118851.0 2001-06-22
CNB011188510A CN1145309C (zh) 2001-06-22 2001-06-22 一种通过业务管理点开放接口对智能网进行管理的方法

Publications (1)

Publication Number Publication Date
WO2003001739A1 true WO2003001739A1 (fr) 2003-01-03

Family

ID=4663462

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2002/000218 WO2003001739A1 (fr) 2001-06-22 2002-03-29 Procede de gestion d'un reseau intelligent au moyen d'une interface d'ouverture d'un point de gestion de services (smp)

Country Status (2)

Country Link
CN (1) CN1145309C (zh)
WO (1) WO2003001739A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101902363A (zh) * 2010-08-16 2010-12-01 中兴通讯股份有限公司 一种网管管理网元设备的方法及装置
CN112165482A (zh) * 2020-09-24 2021-01-01 腾讯科技(深圳)有限公司 数据处理方法、装置、计算机设备及介质

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1327724C (zh) * 2004-06-28 2007-07-18 华为技术有限公司 一种用tcp发送sabp消息的方法
CN1859591B (zh) * 2005-12-28 2010-06-02 华为技术有限公司 一种智能网服务应用方法和系统
JP4952384B2 (ja) * 2007-05-31 2012-06-13 ソニー株式会社 通信システム、被制御機器、情報処理方法、並びにプログラム
CN108322425B (zh) * 2017-01-18 2023-08-29 固高科技股份有限公司 工业设备人机交互方法及系统

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999031898A1 (en) * 1997-12-18 1999-06-24 Alcatel Usa Sourcing, L.P. Service management system for an advanced intelligent network
CN1244077A (zh) * 1998-07-31 2000-02-09 财团法人工业技术研究院 配置和更新电信网络中的服务的装置和方法
JP2000059513A (ja) * 1998-08-03 2000-02-25 Fujitsu Ltd インテリジェントネットワークとそれに具備されるサービスマネジメントシステム

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999031898A1 (en) * 1997-12-18 1999-06-24 Alcatel Usa Sourcing, L.P. Service management system for an advanced intelligent network
CN1244077A (zh) * 1998-07-31 2000-02-09 财团法人工业技术研究院 配置和更新电信网络中的服务的装置和方法
JP2000059513A (ja) * 1998-08-03 2000-02-25 Fujitsu Ltd インテリジェントネットワークとそれに具備されるサービスマネジメントシステム

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101902363A (zh) * 2010-08-16 2010-12-01 中兴通讯股份有限公司 一种网管管理网元设备的方法及装置
CN112165482A (zh) * 2020-09-24 2021-01-01 腾讯科技(深圳)有限公司 数据处理方法、装置、计算机设备及介质

Also Published As

Publication number Publication date
CN1394033A (zh) 2003-01-29
CN1145309C (zh) 2004-04-07

Similar Documents

Publication Publication Date Title
US11411897B2 (en) Communication method and communication apparatus for message queue telemetry transport
EP1040431B1 (en) Localization of clients and servers
EP1542399A1 (en) The method for connecting devices in dynamic family networking
US20220014374A1 (en) U2f physical token-based centralized authentication system for iot devices
US20110167162A1 (en) System for the Internet Connections, and Server for Routing Connection to a Client Machine
CN101159714A (zh) 一种即时通讯方法、装置与群组服务器
CN111797414A (zh) 一种混合云管理方法、系统及云服务平台
JP2001507189A (ja) インターネットss7ゲートウエイ
CN112202872A (zh) 一种数据转发方法、api网关及消息服务系统
WO2010148914A1 (zh) 一种拨号服务创建的方法和装置
CN101350865A (zh) 利用移动手机监控电脑的装置
EP4228300A1 (en) Communication method, related apparatus and system
CN111901440B (zh) 一种多通道消息推送方法及装置
CA2384066C (en) Remote assembly of messages for distributed applications
JP2001036561A (ja) Tcp/ipネットワークシステム
WO2003001739A1 (fr) Procede de gestion d'un reseau intelligent au moyen d'une interface d'ouverture d'un point de gestion de services (smp)
WO2024103943A1 (zh) 一种业务处理方法、装置、存储介质及设备
CN103442028A (zh) 一种基于xmpp的移动应用数据推送方法
CN109167683A (zh) 一种管理微信企业号和服务号的服务系统
CN117336346A (zh) 一种ippbx与pms对接状态转换方法、终端设备及介质
CN114615321A (zh) 流量处理方法和装置
KR102346793B1 (ko) IoT 기반의 디바이스와 서버 간 통신을 위한 프로토콜 컨버터 및 그 프로토콜 변환 방법
CN110149393A (zh) 充电桩运营商的运营平台维护系统和方法
CN109343366A (zh) 一种智能家居组态系统
CN117201577B (zh) 基于pisa的跨平台api和spi的通讯方法和系统

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ OM PH PL PT RO RU SD SE SG SI SK SL TJ TM TN TR TT TZ UA UG US UZ VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
ENP Entry into the national phase

Ref document number: 2004108113

Country of ref document: RU

Kind code of ref document: A

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP