WO2011130940A1 - 多业务统一处理方法及统一业务平台 - Google Patents

多业务统一处理方法及统一业务平台 Download PDF

Info

Publication number
WO2011130940A1
WO2011130940A1 PCT/CN2010/074272 CN2010074272W WO2011130940A1 WO 2011130940 A1 WO2011130940 A1 WO 2011130940A1 CN 2010074272 W CN2010074272 W CN 2010074272W WO 2011130940 A1 WO2011130940 A1 WO 2011130940A1
Authority
WO
WIPO (PCT)
Prior art keywords
service
unified
sub
dynamic link
link library
Prior art date
Application number
PCT/CN2010/074272
Other languages
English (en)
French (fr)
Inventor
陶长标
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2011130940A1 publication Critical patent/WO2011130940A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services

Definitions

  • the present invention relates to the field of mobile communications, and in particular to a multi-service unified processing method and a unified service platform. Background technique
  • Value-added services such as: SMS service, MMS service, Application Service Provider (ASP) service, and newly developed mobile phone inquiry service, Internet search service, etc.
  • the present invention provides a multi-service unified processing method and a unified service platform, which are used to solve the problem that the same operator needs to separately establish a system configuration device for different services in the prior art, and each service system cannot share the basic data.
  • a multi-service unified processing method including the following processing:
  • each sub-business dynamic link library is registered, and Each sub-service dynamic link library allocates system resources;
  • the corresponding sub-service dynamic link library processes the service message converted into a predetermined structure, and sends the service message to a corresponding service system;
  • the predetermined structure is a ternary dynamic structure, and the ternary dynamic structure includes: a type, a length, and a value;
  • the basic data includes: user public information, user service private information, public configuration information, and public basic information.
  • the registering each sub-service dynamic link library when the unified service platform is started includes: ⁇ registering each sub-service dynamic link library when the unified service platform is started by using a separate thread.
  • the service process is sent by the distribution process or thread of the unified service platform to the sub-service thread of the corresponding sub-service dynamic link library according to the type of the service message converted into the predetermined structure.
  • the corresponding sub-service dynamic link library processes the service message converted into a predetermined structure, including:
  • the sub-service thread of the corresponding sub-service dynamic link library performs format conversion on the service message, and converts the service message from the predetermined format into a service message that each sub-service system can recognize.
  • the method further includes:
  • the basic data is periodically synchronized to the physical database through the in-memory database of the unified service platform.
  • a unified business platform including:
  • a registration module configured to register each sub-service dynamic link library when the unified service platform is started, and allocate system resources for each of the sub-service dynamic link libraries
  • a unified service receiving interface configured to receive a service message sent by the user, convert the service message into a predetermined structure, and forward the service message converted into a predetermined structure to a corresponding sub-service dynamic link library, triggering the corresponding
  • the sub-service dynamic link library processes the service message converted into a predetermined structure and sends the service message to the corresponding service system
  • a database interface module configured to acquire basic data in an in-memory database module according to a query request of the service system, and feed back the basic data to the corresponding service system; and the in-memory database module is configured to store the Basic data.
  • the predetermined structure is a ternary dynamic structure, and the ternary dynamic structure includes: a type, a length, and a value;
  • the basic data includes: user public information, user service private information, public configuration information, and public basic information.
  • the registration module is specifically configured to: register each sub-service dynamic link library when the unified service platform is started by using a separate thread;
  • the unified service receiving interface is specifically configured to: send, by the distribution process or the thread, the service message to the sub-service thread of the corresponding sub-service dynamic link library according to the type of the service message converted into the predetermined structure, triggering the The sub-service thread of the corresponding sub-service dynamic link library performs format conversion on the service message, and converts the service message from the predetermined format into a service message that each sub-service system can recognize;
  • the in-memory database module is further configured to: synchronize the basic data timing into a physical database.
  • the unified service platform also includes:
  • a unified user acceptance interface configured to process the user public information of the unified service platform and the user service private information, and invoke the database interface module to operate the in-memory database;
  • the unified system configuration interface is configured to process the public configuration information of the unified service platform and the common basic information, and invoke the database interface module to operate the memory database.
  • the technical solution of the embodiment of the present invention solves the problem that the same operator needs to separately establish a system configuration device for different services in the prior art by dynamically loading a plurality of services on the unified service platform, and the unified service is performed through the database interface module.
  • the in-memory database of the platform operates to solve the problem that the various business systems in the prior art cannot share the basic data.
  • the dynamic expansion performance of the system is improved, and the input and configuration of the system hardware are reduced to some extent, and the cost of the project can be effectively reduced.
  • FIG. 1 is a flowchart of a multi-service unified processing method according to an embodiment of the present invention
  • FIG. 2 is a schematic structural diagram of a TLV of an internal message according to an embodiment of the present invention.
  • 3 is a schematic structural diagram of a unified service platform according to an embodiment of the present invention
  • 4 is a schematic diagram of a preferred structure of a unified service platform according to an embodiment of the present invention.
  • the present invention provides a unified multi-service processing method and a unified service platform.
  • the multi-service unified processing method can dynamically load multiple services, and can minimize the original system changes, so that the original system can be smoothly connected.
  • New sub-business system the basic data shared by the system, for example: user data, the use of a full-memory database to achieve data sharing and efficiency, the private data for each sub-service is determined by each sub-service.
  • FIG. 1 is a flowchart of a multi-service unified processing method according to an embodiment of the present invention. As shown in FIG. 1, a multi-service unified according to an embodiment of the present invention is provided.
  • the processing method includes the following processing:
  • Step 101 Register each sub-service dynamic link library when the unified service platform is started, and allocate corresponding system resources for running each sub-service dynamic link library;
  • the unified service platform needs to be responsible for the management of the entire service system, including: configuration of system parameters, unified acceptance of user data, and reception and forwarding of various service messages.
  • each sub-service needs to make its function block into a dynamic link library file (that is, each of the above-mentioned sub-service dynamic link libraries).
  • the dynamic link library file may be a dll file; in step 101, If you need to add a new sub-service, then on the unified service platform Dynamic loading when starting up. If this sub-service is not needed, it will not be loaded.
  • Each sub-service dynamic link library can be registered at the system startup time by using a separate thread (that is, each sub-service dynamic link library can be registered when the unified service platform is started by using a separate thread;), and the application is run. The system resources used by the sub-business dynamic link library.
  • Step 102 Receive a service message sent by the user through the unified service acceptance interface of the unified service platform, convert the service message into a predetermined structure, and forward the service message converted into the predetermined structure to the corresponding sub-service dynamic link library, by the corresponding sub-
  • the service dynamic link library processes the service message converted into the predetermined structure and sends it to the corresponding service system;
  • the predetermined structure is a ternary dynamic structure (ie, a TLV structure), and the ternary dynamic structure includes: a type, a length, and a value;
  • the unified service platform uses the dynamic structure of the TLV for the request message structure of the internal sub-services.
  • TLV is a variable encoding format, which is a TLV triplet, where T represents a type (type or tag), L represents a length (length), and V represents a value (value).
  • T represents a type (type or tag)
  • L represents a length (length)
  • V represents a value (value).
  • T represents a type (type or tag)
  • L represents a length (length)
  • V represents a value (value).
  • the TLV structure of this service needs to be added to the message structure.
  • the unified service structure is parsed out by the unified service platform and sent to the corresponding sub-service for processing.
  • a TLV structure of an internal message is composed of a total message header and a plurality of TLVs, wherein the total message header includes control data, and each sub-service Takes up a TLV and distinguishes it according to the TYPE field.
  • Each TLV structure consists of a structure type (type), a structure length (Length), and a value.
  • the lengths of the Type and the Length are fixed, generally 2, 4 bytes.
  • the parsing method of the TLV structure is:
  • Step 1 After reading the type, perform endian conversion, convert to nthhl, ntohs to host byte order, get the type, pointer offset +2 or 4;
  • Step 2 after reading length, perform endian conversion, convert to host word with ntohl, ntohs Section, get the length, pointer offset +2 or 4;
  • Step 3 reading the value according to the obtained length, the pointer offset +Length;
  • Step 4. Continue processing the subsequent TLV until all TLVs are resolved.
  • the service message may be sent by the distribution process or thread of the unified service platform to the sub-service thread of the corresponding sub-service dynamic link library according to the type of the service message converted to the predetermined structure. That is to say, the distribution process or thread of the unified service platform may send the corresponding service to the sub-service thread in the corresponding sub-service dynamic link library according to different service messages, and the services do not affect each other.
  • each sub-service dynamic link library formats the service message, and converts the service message from a predetermined format into a service message that each sub-service system can recognize. That is to say, each sub-service dynamic link library is responsible for parsing the messages received by the unified service acceptance interface according to different services, and performing message format conversion, converting the self-service messages of each sub-service, and distributing them to the corresponding service system, which is performed by the service system. Subsequent business processing.
  • Step 103 Acquire basic data in the in-memory database through the database interface module of the unified service platform according to the query request of the service system, and feed back the basic data to the corresponding service system.
  • the foregoing basic data includes: user public information, user service private information, public configuration information, and public basic information.
  • the basic data shared by the unified service platform refers to data shared by all services under the platform, such as basic system configuration parameter data and user information data. This data is visible to all services that are attached, so there is a lot of work on this part of the data and the performance requirements are very high.
  • the in-memory database needs to periodically synchronize the memory data into the physical library to ensure data consistency and security.
  • the user information of the unified service platform is processed by the unified user acceptance interface, and the unified user acceptance interface invokes the database interface operation module to operate the in-memory database, and each sub-service can share the user data during the service processing, in the present invention.
  • the user data information is divided into two parts:
  • the above-mentioned user public information is shared for each service, and the sub-service only has the query authority, and the unified user acceptance interface uniformly performs the change operation.
  • the above user service private information The user information attribute unique to the service, and the sub-service has the authority to add, delete, and modify.
  • the unified configuration interface of the unified service platform is used to process the common configuration information of the unified service platform and the common basic information, and the database interface module is called to operate the in-memory database. That is to say, the system common basic data (common configuration information, and common basic information) is processed by the unified configuration interface module, stored in the in-memory database, and used by each sub-service query.
  • the embodiment of the present invention supports different services by dynamically loading different service libraries, and the memory utilization speed is higher than that of the disk operation, thereby improving the data processing performance of the system and ensuring The flexibility and performance of the system.
  • a unified service platform is provided.
  • the unified service platform needs to be responsible for the management of the entire service system, including at least one of the following: configuration of system parameters, unified acceptance of user data, And the receipt and forwarding of various business messages.
  • 3 is a schematic structural diagram of a unified service platform according to an embodiment of the present invention, as shown in FIG.
  • the unified service platform of the embodiment of the invention includes: a registration module 30, a unified service acceptance interface 31, a database interface module 32, and an in-memory database module 33.
  • the unified service platform of the embodiment of the present invention is described in detail below.
  • the registration module 30 is configured to register each sub-service dynamic link library at startup, and allocate corresponding system resources for running each sub-service dynamic link library;
  • each sub-business needs to make its function block into a dynamic link library file.
  • the dynamic link library file may be a dll file; if a new sub-service needs to be added, dynamic loading is performed when the unified service platform is started. If this sub-service is not needed, it will not be loaded.
  • Each sub-service dynamic link library can be registered at the system startup time by using a separate thread (that is, the registration module 30 can register each sub-service dynamic link library when the unified service platform is started by using a separate thread), and Apply for the system resources used to run the sub-business dynamic link library.
  • the registration module 30 can be implemented integrated in the unified service acceptance interface 31.
  • the unified service receiving interface 31 is configured to receive the service message sent by the user, convert the service message into a predetermined structure, and forward the service message converted into the predetermined structure to the corresponding sub-service dynamic link library, and the corresponding sub-service dynamic link library pair Transmitting a service message into a predetermined structure for processing and transmitting to a corresponding service system;
  • the predetermined structure is a ternary dynamic structure (ie, a TLV structure), and the ternary dynamic structure includes: a type, a length, and a value;
  • the unified service acceptance interface 31 of the unified service platform uses the dynamic structure mode of the TLV for the request message structure of the internal sub-services.
  • TLV is a variable encoding format, which is a triple of a TLV, where T represents a type (type or tag), L represents a length (length), and V represents a value (value).
  • T represents a type (type or tag)
  • L represents a length (length)
  • V represents a value (value).
  • the TLV structure of the internal message consists of a total header and multiple TLVs.
  • the total header contains control data.
  • Each sub-service occupies a TLV and is distinguished according to the TYPE field.
  • Each TLV structure consists of a structure type (type), a structure length (Length), and a value.
  • the length of the Type and Length is fixed, generally 2, 4 bytes.
  • the parsing method of the TLV structure is:
  • Step 1 After reading the type, perform endian conversion, convert to nthhl, ntohs to host byte order, get the type, pointer offset +2 or 4;
  • Step 2 after reading length, perform endian conversion, convert to nthhl, ntohs to host byte order, get length, pointer offset +2 or 4;
  • Step 3 reading the value according to the obtained length, the pointer offset +Length;
  • Step 4. Continue processing the subsequent TLV until all TLVs are resolved.
  • the service process can be sent by the distribution process or thread of the unified service acceptance interface 31 to the sub-service thread of the corresponding sub-service dynamic link library according to the type of the service message converted into the predetermined structure. That is to say, the distribution process or thread of the unified service platform can send the corresponding service to the sub-service thread in the corresponding sub-service dynamic link library according to the different service messages, and the services do not affect each other.
  • each sub-service dynamic link library formats the service message, and converts the service message from a predetermined format into a service message that each sub-service system can recognize. That is to say, each sub-service dynamic link library is responsible for parsing the messages received by the unified service receiving interface 31 according to different services, and performing message format conversion, converting the self-service messages of each sub-service, and distributing them to the corresponding service system, and the business system. Perform subsequent business processing.
  • the database interface module 32 is configured to obtain basic data in the in-memory database module 33 according to the query request of the service system, and feed back the basic data to the corresponding service system;
  • the in-memory database module 33 is used to store the underlying data. It should be noted that the above basic data Includes: user public information, user business private information, public configuration information, and public basic information.
  • the basic data shared by the unified service platform refers to data shared by all services under the platform, such as basic system configuration parameter data and user information data. This data is visible to all services that are attached, so there is a lot of work on this part of the data and the performance requirements are very high.
  • the in-memory database 33 needs to periodically synchronize the in-memory data to the physical database to ensure data consistency and security.
  • FIG. 4 is a schematic diagram of a preferred structure of a unified service platform according to an embodiment of the present invention.
  • the unified service platform includes a unified service acceptance interface, a database interface module, and an in-memory database module.
  • the physical database it can also include: a unified user acceptance interface, and a unified system configuration interface.
  • the unified user acceptance interface is used for processing the public information of the unified service platform and the private information of the user service, and calling the database interface module to operate the in-memory database; that is, the user information of the unified service platform is accepted by the unified user. Processing, the unified user acceptance interface calls the database interface operation module to operate the in-memory database, and each sub-service can share the user data in the service processing process.
  • the user data information is divided into two parts:
  • the above-mentioned user public information is shared for each service, and the sub-service only has the query authority, and the unified user acceptance interface uniformly performs the change operation.
  • the above user service private information The user information attribute unique to the service, and the sub-service has the authority to add, delete, and modify.
  • the unified system configuration interface is used to process the common configuration information of the unified service platform and the common basic information, and invoke the database interface module to operate the in-memory database. Also that is to say, the system common basic data (common configuration information, and common basic information) is processed by the unified configuration interface module, stored in the in-memory database, and used by each sub-service query.
  • the technical solution of the embodiment of the present invention solves the problem that the same operator needs to separately establish a system configuration device for different services in the prior art by dynamically loading a plurality of services on the unified service platform, and the unified service is performed through the database interface module.
  • the in-memory database of the platform operates to solve the problem that the various business systems in the prior art cannot share the basic data.
  • the dynamic expansion performance of the system is improved, and the input and configuration of the system hardware are reduced to some extent, and the cost of the project can be effectively reduced.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

本发明公开了一种多业务统一处理方法及统一业务平台,该方法包括:在统一业务平台启动时对各个子业务动态链接库进行注册,并为运行各个子业务动态链接库分配相应的系统资源;通过统一业务平台的统一业务受理接口接收用户发送的业务消息,将业务消息转换成预定结构,并将转换成预定结构的业务消息转发给相应的子业务动态链接库,由相应的子业务动态链接库对转换成预定结构的业务消息进行处理,并发送给相应的业务系统;根据业务系统的查询请求,通过统一业务平台的数据库接口模块获取内存数据库中的基础数据,并将基础数据反馈到相应的业务系统。通过上述处理,提高了系统的动态扩展性能,能够有效地降低项目的成本。

Description

多业务统一处理方法及统一业务平台 技术领域
本发明涉及移动通讯领域, 特别是涉及一种多业务统一处理方法及统 一业务平台。 背景技术
目前, 随着计算机及互联网技术的迅速发展, 特别是近年来云计算在 通讯行业上的应用, 极大地推动了移动增值业务的发展, 越来越多的运营 商推出了迎合市场的各种移动增值业务, 例如: 短信业务、 彩信业务、 应 用服务供应商( Application Service Provider, 简称为 ASP )业务、 以及新发 展的手机查询业务、 互联网搜索业务等。
对于同一个运营商, 如果按照现有的业务运营模式, 对于不同的业务 需要进行单独配置设备和单独建设业务系统。 从系统的配置、 日常的业务 运行、 系统监控、 到人员安排都是互相独立的, 每个业务各自维护各自的 一套系统。 此外, 对于同一运营商而言, 各个业务系统对系统配置、 用户 数据等基础数据无法共享, 从而造成维护成本及运营上的极大冗余与不便。 发明内容
本发明提供一种多业务统一处理方法及统一业务平台, 用以解决现有 技术中同一运营商对于不同业务需要单独建立系统配置设备, 以及各个业 务系统对于基础数据无法共享的问题。
为了解决上述问题, 本发明的技术方案是这样实现的:
一种多业务统一处理方法, 包括以下处理:
在统一业务平台启动时, 对各个子业务动态链接库进行注册, 并为所 述各个子业务动态链接库分配系统资源;
通过所述统一业务平台的统一业务受理接口接收用户发送的业务消 息, 将所述业务消息转换成预定结构, 并将转换成预定结构的所述业务消 息转发给相应的子业务动态链接库, 由所述相应的子业务动态链接库对转 换成预定结构的所述业务消息进行处理, 并发送给相应的业务系统;
根据所述业务系统的查询请求, 通过所述统一业务平台的数据库接口 模块获取内存数据库中的基础数据, 并将所述基础数据反馈到所述相应的 业务系统。
所述预定结构为三元动态结构, 所述三元动态结构包括: 类型、 长度、 以及值;
所述基础数据包括: 用户公共信息、 用户业务私有信息、 公共配置信 息、 以及公共基础信息。
所述在统一业务平台启动时对各个子业务动态链接库进行注册, 包括: 釆用独立线程的方式在所述统一业务平台启动时对各个子业务动态链 接库进行注册。
将转换成预定结构的所述业务消息转发给相应的子业务动态链接库, 包括:
由所述统一业务平台的分发进程或线程根据转换成预定结构的所述业 务消息的类型, 将所述业务消息发送到相应的子业务动态链接库的子业务 线程。
所述相应的子业务动态链接库对转换成预定结构的所述业务消息进行 处理, 包括:
所述相应的子业务动态链接库的子业务线程对所述业务消息进行格式 转换, 将所述业务消息由所述预定格式转换成各个子业务系统能够识别的 业务消息。 所述方法还包括:
通过所述统一业务平台的统一用户受理接口对所述统一业务平台的所 述用户公共信息、 以及所述用户业务私有信息进行处理, 并调用所述数据 库接口模块对所述内存数据库进行操作;
通过所述统一业务平台的统一系统配置接口对所述统一业务平台的所 述公共配置信息、 以及所述公共基础信息进行处理, 并调用所述数据库接 口模块对所述内存数据库进行操作;
通过所述统一业务平台的内存数据库, 将所述基础数据定时同步到物 理数据库中。
一种统一业务平台, 包括:
注册模块, 用于在统一业务平台启动时, 对各个子业务动态链接库进 行注册, 并为所述各个子业务动态链接库分配系统资源;
统一业务受理接口, 用于接收用户发送的业务消息, 将所述业务消息 转换成预定结构, 并将转换成预定结构的所述业务消息转发给相应的子业 务动态链接库, 触发所述相应的子业务动态链接库对转换成预定结构的所 述业务消息进行处理, 并发送给相应的业务系统;
数据库接口模块, 用于根据所述业务系统的查询请求, 获取内存数据 库模块中的基础数据, 并将所述基础数据反馈到所述相应的业务系统; 所述内存数据库模块, 用于存储所述基础数据。
所述预定结构为三元动态结构, 所述三元动态结构包括: 类型、 长度、 以及值;
所述基础数据包括: 用户公共信息、 用户业务私有信息、 公共配置信 息、 以及公共基础信息。
所述注册模块具体用于: 釆用独立线程的方式在所述统一业务平台启 动时对各个子业务动态链接库进行注册; 所述统一业务受理接口具体用于: 由分发进程或线程根据转换成预定 结构的所述业务消息的类型, 将所述业务消息发送到相应的子业务动态链 接库的子业务线程, 触发所述相应的子业务动态链接库的子业务线程对所 述业务消息进行格式转换, 将所述业务消息由所述预定格式转换成各个子 业务系统能够识别的业务消息;
所述内存数据库模块还用于: 将所述基础数据定时同步到物理数据库 中。
所述统一业务平台还包括:
统一用户受理接口, 用于对所述统一业务平台的所述用户公共信息、 以及所述用户业务私有信息进行处理, 并调用所述数据库接口模块对所述 内存数据库进行操作;
统一系统配置接口, 用于对所述统一业务平台的所述公共配置信息、 以及所述公共基础信息进行处理, 并调用所述数据库接口模块对所述内存 数据库进行操作。
本发明有益效果如下:
借助于本发明实施例的技术方案, 通过在统一业务平台上动态加载多 种业务, 解决了现有技术中同一运营商对于不同业务需要单独建立系统配 置设备的问题, 通过数据库接口模块对统一业务平台的内存数据库进行操 作, 解决了现有技术中各个业务系统对于基础数据无法共享的问题。 提高 了系统的动态扩展性能, 在一定程度上减少了系统硬件的投入与配置, 能 够有效地降低项目的成本。 附图说明
图 1是根据本发明实施例的多业务统一处理方法的流程图;
图 2是本发明实施例的内部消息的 TLV结构示意图;
图 3是根据本发明实施例的统一业务平台的结构示意图; 图 4是才艮据本发明实施例的统一业务平台的优选结构示意图。 具体实施方式
如上所述, 近几年来, 运营商提出了在一个业务平台下灵活挂接所有 子业务系统的要求。 该业务平台需要能够具有良好的动态扩展功能, 并且 能够方便运营商平稳及时地增减不同的子业务系统。
为了达到上述要求, 本发明提供了一种多业务统一处理方法及统一业 务平台, 该多业务统一处理方法能够动态加载多种业务, 可以尽量减少原 系统的变动, 使原系统能平稳地挂接新的子业务系统。 同时对系统共用的 基础数据, 例如: 用户数据, 釆用全内存数据库的方式实现数据的共享与 高效性, 对于各子业务私有的数据则由各子业务自行决定。 从而达到能够 动态增减业务的功能, 同时对基础数据的操作提供高效的处理性能。
以下结合附图以及两个实施例, 对本发明进行进一步详细说明。 应当 理解, 此处所描述的具体实施例仅仅用以解释本发明, 并不限定本发明。
方法实施例
根据本发明的实施例, 提供了一种多业务统一处理方法, 图 1 是根据 本发明实施例的多业务统一处理方法的流程图, 如图 1 所示, 根据本发明 实施例的多业务统一处理方法包括如下处理:
步骤 101 , 在统一业务平台启动时对各个子业务动态链接库进行注册, 并为运行各个子业务动态链接库分配相应的系统资源;
需要说明的是, 在本发明实施例中, 统一业务平台需要负责整个业务 系统的管理, 包括: 系统参数的配置、 用户数据的统一受理、 以及各种业 务消息的接收与转发。
在执行步骤 101 之前, 各子业务需要将其功能块制作成一个动态链接 库文件(即, 上述各个子业务动态链接库), 优选地, 动态链接库文件可以 为 dll文件; 在步骤 101中, 如果需要新增一个子业务, 则在统一业务平台 启动时, 进行动态加载。 如果不需要此子业务, 则不进行加载。 各子业务 动态链接库可以釆用独立线程的方式在系统启动时进行注册(即, 可以釆 用独立线程的方式在统一业务平台启动时对各个子业务动态链接库进行注 册;), 并申请运行该子业务动态链接库所用的系统资源。
步骤 102,通过统一业务平台的统一业务受理接口接收用户发送的业务 消息, 将业务消息转换成预定结构, 并将转换成预定结构的业务消息转发 给相应的子业务动态链接库, 由相应的子业务动态链接库对转换成预定结 构的业务消息进行处理, 并发送给相应的业务系统;
需要说明的是, 预定结构为三元动态结构(即, TLV结构), 三元动态 结构包括: 类型、 长度、 以及值;
也就是说, 统一业务平台对于内部各子业务的请求消息结构釆用 TLV 的动态结构方式。 TLV是一种可变的编码格式, 是一个 TLV的三元组, 其 中, T表示类型 (type或 tag )、 L表示长度(length ), V表示值( value )。 每增加一种新业务, 需要在消息结构里加上此业务的 TLV结构。 在消息处 理时统一由统一业务平台解析出相应的业务结构, 并发送给相应的子业务 进行处理。
图 2是本发明实施例的内部消息的 TLV结构示意图, 如图 2所示, 内 部消息的 TLV结构由总消息头和多个 TLV组成, 其中, 总消息头中包含有 控制数据,每个子业务占用一个 TLV,根据 TYPE字段进行区分。每个 TLV 结构由结构类型 (type )、 结构长度(Length )和值组成。 Type和 Length的 长度固定, 一般是 2、 4个字节, 在本发明实施例中, TLV结构的解析方法 为:
步骤 1 , 读取 type后进行字节序转换, 用 ntohl、 ntohs转换为主机字 节序, 得到类型, 指针偏移 +2或 4;
步骤 2, 读取 length后进行字节序转换, 用 ntohl、 ntohs转换为主机字 节序, 得到长度, 指针偏移 +2或 4;
步骤 3 , 根据得到的长度读取 value, 指针偏移 +Length;
步骤 4, 继续处理后面的 TLV, 直到解析出所有的 TLV。
此外, 在步骤 102 中, 可以由统一业务平台的分发进程或线程根据转 换成预定结构的业务消息的类型将业务消息发送到相应的子业务动态链接 库的子业务线程。 也就是说, 可以由统一业务平台的分发进程或线程根据 业务的消息不同将相应的业务发给对应子业务动态链接库里的子业务线程 处理, 各业务间互不影响。
随后, 相应的子业务动态链接库的子业务线程对业务消息进行格式转 换, 将业务消息由预定格式转换成各个子业务系统能够识别的业务消息。 也就是说, 各子业务动态链接库负责按不同业务解析统一业务受理接口接 收到的消息, 并进行消息格式转换, 转换各子业务自己的业务消息, 分发 给相应的业务系统, 由业务系统进行后续的业务处理。
步骤 103 ,根据业务系统的查询请求, 通过统一业务平台的数据库接口 模块获取内存数据库中的基础数据, 并将基础数据反馈到相应的业务系统。
需要说明的是, 上述基础数据包括: 用户公共信息、 用户业务私有信 息、 公共配置信息、 以及公共基础信息。
统一业务平台共用的基础数据是指本平台下所有业务共用的数据, 例 如, 基本的系统配置参数数据, 用户信息数据等。 这些数据对于挂接的所 有业务来说都是可见的, 因此对这部分数据的操作会非常多, 对性能要求 非常高。 为保证这部分的业务有高效的操作效率, 内存数据库需要定时将 内存数据同步到物理库中, 以保证数据一致性与安全性。
在进行了上述处理之后, 根据本发明实施例的技术方案还可以进行如 下处理:
1、 通过统一业务平台的统一用户受理接口对统一业务平台的用户公共 信息、 以及用户业务私有信息进行处理, 并调用数据库接口模块对内存数 据库进行操作;
也就是说, 统一业务平台的用户信息由统一用户受理接口进行处理, 统一用户受理接口调用数据库接口操作模块对内存数据库进行操作, 各子 业务在业务处理过程中可以共享这些用户数据, 在本发明实施例中, 用户 数据信息分为二部分:
上述用户公共信息: 对各业务共享通用的信息属性, 子业务只有查询 权限, 由统一用户受理接口统一进行变改操作。
上述用户业务私有信息: 本业务独有的用户信息属性, 子业务具有增 删改查权限。
2、 通过统一业务平台的统一系统配置接口对统一业务平台的公共配置 信息、 以及公共基础信息进行处理, 并调用数据库接口模块对内存数据库 进行操作。 也就是说, 系统公共基础数据(公共配置信息、 以及公共基础 信息) 由统一配置接口模块进行处理, 存入内存数据库中, 由各子业务查 询使用。
需要说明的是, 本发明实施例中的内存数据库实现的方式有很多, 现 有技术中有很多成熟的实现方法, 在此不作详细说明。
从上述处理可以看出, 本发明实施例通过动态加载不同的业务库来支 持不同的业务, 并最大可能的利用了内存操作速度高于磁盘操作的特点, 提高了系统的数据处理性能, 并保证了系统的灵活扩展性和性能。
装置实施例
根据本发明的实施例, 提供了一种统一业务平台, 在本发明实施例中, 统一业务平台需要负责整个业务系统的管理, 包括以下至少之一: 系统参 数的配置、 用户数据的统一受理、 以及各种业务消息的接收与转发。 图 3 是根据本发明实施例的统一业务平台的结构示意图, 如图 3 所示, 根据本 发明实施例的统一业务平台包括: 注册模块 30、 统一业务受理接口 31、 数 据库接口模块 32、 内存数据库模块 33。 下面, 对本发明实施例的统一业务 平台进行详细说明。
注册模块 30用于启动时对各个子业务动态链接库进行注册, 并为运行 各个子业务动态链接库分配相应的系统资源;
从另一角度说, 各子业务需要将其功能块制作成一个动态链接库文件
(即, 上述各个子业务动态链接库), 优选地, 动态链接库文件可以为 dll 文件; 如果需要新增一个子业务, 则在统一业务平台启动时, 进行动态加 载。 如果不需要此子业务, 则不进行加载。 各子业务动态链接库可以釆用 独立线程的方式在系统启动时进行注册(即, 注册模块 30可以釆用独立线 程的方式在统一业务平台启动时对各个子业务动态链接库进行注册), 并申 请运行该子业务动态链接库所用的系统资源。
优选地, 在实际应用中, 注册模块 30可以集成在统一业务受理接口 31 中实现。
统一业务受理接口 31用于接收用户发送的业务消息, 将业务消息转换 成预定结构, 并将转换成预定结构的业务消息转发给相应的子业务动态链 接库, 由相应的子业务动态链接库对转换成预定结构的业务消息进行处理 , 并发送给相应的业务系统;
需要说明的是, 预定结构为三元动态结构(即, TLV结构), 三元动态 结构包括: 类型、 长度、 以及值;
也就是说, 统一业务平台的统一业务受理接口 31对于内部各子业务的 请求消息结构釆用 TLV的动态结构方式。 TLV是一种可变的编码格式, 是 一个 TLV的三元组,其中, T表示类型( type或 tag )、 L表示长度( length )、 V表示值 (value )。 每增加一种新业务, 需要在消息结构里加上此业务的 TLV结构。在消息处理时统一由统一业务平台的统一业务受理接口 31解析 出相应的业务结构, 并发送给相应的子业务进行处理。
如图 2所示,内部消息的 TLV结构由总消息头和多个 TLV组成,其中, 总消息头中包含有控制数据, 每个子业务占用一个 TLV, 根据 TYPE字段 进行区分。 每个 TLV结构由结构类型 (type )、 结构长度(Length )和值组 成。 Type和 Length的长度固定, 一般是 2、 4个字节, 在本发明实施例中, TLV结构的解析方法为:
步骤 1 , 读取 type后进行字节序转换, 用 ntohl、 ntohs转换为主机字 节序, 得到类型, 指针偏移 +2或 4;
步骤 2, 读取 length后进行字节序转换, 用 ntohl、 ntohs转换为主机字 节序, 得到长度, 指针偏移 +2或 4;
步骤 3 , 根据得到的长度读取 value, 指针偏移 +Length;
步骤 4, 继续处理后面的 TLV, 直到解析出所有的 TLV。
此外, 可以由统一业务受理接口 31的分发进程或线程根据转换成预定 结构的业务消息的类型将业务消息发送到相应的子业务动态链接库的子业 务线程。 也就是说, 可以由统一业务平台的分发进程或线程根据业务的消 息不同将相应的业务发给对应子业务动态链接库里的子业务线程处理, 各 业务间互不影响。
随后, 相应的子业务动态链接库的子业务线程对业务消息进行格式转 换, 将业务消息由预定格式转换成各个子业务系统能够识别的业务消息。 也就是说, 各子业务动态链接库负责按不同业务解析统一业务受理接口 31 接收到的消息, 并进行消息格式转换, 转换各子业务自己的业务消息, 分 发给相应的业务系统, 由业务系统进行后续的业务处理。
数据库接口模块 32用于根据业务系统的查询请求, 获取内存数据库模 块 33中的基础数据, 并将基础数据反馈到相应的业务系统;
内存数据库模块 33用于存储基础数据。 需要说明的是, 上述基础数据 包括: 用户公共信息、 用户业务私有信息、 公共配置信息、 以及公共基础 信息。
统一业务平台共用的基础数据是指本平台下所有业务共用的数据, 例 如, 基本的系统配置参数数据, 用户信息数据等。 这些数据对于挂接的所 有业务来说都是可见的, 因此对这部分数据的操作会非常多, 对性能要求 非常高。 为保证这部分的业务有高效的操作效率, 内存数据库 33需要定时 将内存数据同步到物理数据库中, 以保证数据一致性与安全性。
需要说明的是, 本发明实施例中的内存数据库实现的方式有很多, 现 有技术中有很多成熟的实现方法, 在此不作详细说明。
优选地, 图 4是根据本发明实施例的统一业务平台的优选结构示意图, 如图 4所示, 在本发明实施例中, 统一业务平台除了包括统一业务受理接 口、 数据库接口模块、 内存数据库模块、 物理数据库以外, 还可以包括: 统一用户受理接口、 以及统一系统配置接口。
统一用户受理接口, 用于对统一业务平台的用户公共信息、 以及用户 业务私有信息进行处理, 并调用数据库接口模块对内存数据库进行操作; 也就是说, 统一业务平台的用户信息由统一用户受理接口进行处理, 统一用户受理接口调用数据库接口操作模块对内存数据库进行操作, 各子 业务在业务处理过程中可以共享这些用户数据, 在本发明实施例中, 用户 数据信息分为二部分:
上述用户公共信息: 对各业务共享通用的信息属性, 子业务只有查询 权限, 由统一用户受理接口统一进行变改操作。
上述用户业务私有信息: 本业务独有的用户信息属性, 子业务具有增 删改查权限。
统一系统配置接口, 用于对统一业务平台的公共配置信息、 以及公共 基础信息进行处理, 并调用数据库接口模块对内存数据库进行操作。 也就 是说, 系统公共基础数据(公共配置信息、 以及公共基础信息) 由统一配 置接口模块进行处理, 存入内存数据库中, 由各子业务查询使用。
借助于本发明实施例的技术方案, 通过在统一业务平台上动态加载多 种业务, 解决了现有技术中同一运营商对于不同业务需要单独建立系统配 置设备的问题, 通过数据库接口模块对统一业务平台的内存数据库进行操 作, 解决了现有技术中各个业务系统对于基础数据无法共享的问题。 提高 了系统的动态扩展性能, 在一定程度上减少了系统硬件的投入与配置, 能 够有效地降低项目的成本。
尽管为示例目的, 已经公开了本发明的优选实施例, 本领域的技术人 员将意识到各种改进、 增加和取代也是可能的, 因此, 本发明的范围应当 不限于上述实施例。

Claims

权利要求书
1、 一种多业务统一处理方法, 其特征在于, 包括以下处理:
在统一业务平台启动时, 对各个子业务动态链接库进行注册, 并为所 述各个子业务动态链接库分配系统资源;
通过所述统一业务平台的统一业务受理接口接收用户发送的业务消 息, 将所述业务消息转换成预定结构, 并将转换成预定结构的所述业务消 息转发给相应的子业务动态链接库, 由所述相应的子业务动态链接库对转 换成预定结构的所述业务消息进行处理, 并发送给相应的业务系统;
根据所述业务系统的查询请求, 通过所述统一业务平台的数据库接口 模块获取内存数据库中的基础数据, 并将所述基础数据反馈到所述相应的 业务系统。
2、 如权利要求 1所述的方法, 其特征在于,
所述预定结构为三元动态结构, 所述三元动态结构包括: 类型、 长度、 以及值;
所述基础数据包括: 用户公共信息、 用户业务私有信息、 公共配置信 息、 以及公共基础信息。
3、 如权利要求 1所述的方法, 其特征在于, 所述在统一业务平台启动 时对各个子业务动态链接库进行注册, 包括:
釆用独立线程的方式在所述统一业务平台启动时对各个子业务动态链 接库进行注册。
4、 如权利要求 2所述的方法, 其特征在于, 将转换成预定结构的所述 业务消息转发给相应的子业务动态链接库, 包括:
由所述统一业务平台的分发进程或线程根据转换成预定结构的所述业 务消息的类型, 将所述业务消息发送到相应的子业务动态链接库的子业务 线程。
5、 如权利要求 4所述的方法, 其特征在于, 所述相应的子业务动态链 接库对转换成预定结构的所述业务消息进行处理, 包括:
所述相应的子业务动态链接库的子业务线程对所述业务消息进行格式 转换, 将所述业务消息由所述预定格式转换成各个子业务系统能够识别的 业务消息。
6、 如权利要求 1至 5任一项所述的方法, 其特征在于, 所述方法还包 括:
通过所述统一业务平台的统一用户受理接口对所述统一业务平台的所 述用户公共信息、 以及所述用户业务私有信息进行处理, 并调用所述数据 库接口模块对所述内存数据库进行操作;
通过所述统一业务平台的统一系统配置接口对所述统一业务平台的所 述公共配置信息、 以及所述公共基础信息进行处理, 并调用所述数据库接 口模块对所述内存数据库进行操作;
通过所述统一业务平台的内存数据库, 将所述基础数据定时同步到物 理数据库中。
7、 一种统一业务平台, 其特征在于, 包括:
注册模块, 用于在统一业务平台启动时, 对各个子业务动态链接库进 行注册, 并为所述各个子业务动态链接库分配系统资源;
统一业务受理接口, 用于接收用户发送的业务消息, 将所述业务消息 转换成预定结构, 并将转换成预定结构的所述业务消息转发给相应的子业 务动态链接库, 触发所述相应的子业务动态链接库对转换成预定结构的所 述业务消息进行处理, 并发送给相应的业务系统;
数据库接口模块, 用于根据所述业务系统的查询请求, 获取内存数据 库模块中的基础数据, 并将所述基础数据反馈到所述相应的业务系统; 所述内存数据库模块, 用于存储所述基础数据。
8、 如权利要求 7所述的统一业务平台, 其特征在于,
所述预定结构为三元动态结构, 所述三元动态结构包括: 类型、 长度、 以及值;
所述基础数据包括: 用户公共信息、 用户业务私有信息、 公共配置信 息、 以及公共基础信息。
9、 如权利要求 7所述的统一业务平台, 其特征在于,
所述注册模块具体用于: 釆用独立线程的方式在所述统一业务平台启 动时对各个子业务动态链接库进行注册;
所述统一业务受理接口具体用于: 由分发进程或线程根据转换成预定 结构的所述业务消息的类型, 将所述业务消息发送到相应的子业务动态链 接库的子业务线程, 触发所述相应的子业务动态链接库的子业务线程对所 述业务消息进行格式转换, 将所述业务消息由所述预定格式转换成各个子 业务系统能够识别的业务消息;
所述内存数据库模块还用于: 将所述基础数据定时同步到物理数据库 中。
10、 如权利要求 7至 9任一项所述的统一业务平台, 其特征在于, 所 述统一业务平台还包括:
统一用户受理接口, 用于对所述统一业务平台的所述用户公共信息、 以及所述用户业务私有信息进行处理, 并调用所述数据库接口模块对所述 内存数据库进行操作;
统一系统配置接口, 用于对所述统一业务平台的所述公共配置信息、 以及所述公共基础信息进行处理, 并调用所述数据库接口模块对所述内存 数据库进行操作。
PCT/CN2010/074272 2010-04-19 2010-06-22 多业务统一处理方法及统一业务平台 WO2011130940A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010149722.5 2010-04-19
CN201010149722.5A CN101827302B (zh) 2010-04-19 2010-04-19 多业务统一处理方法及统一业务平台

Publications (1)

Publication Number Publication Date
WO2011130940A1 true WO2011130940A1 (zh) 2011-10-27

Family

ID=42690959

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/074272 WO2011130940A1 (zh) 2010-04-19 2010-06-22 多业务统一处理方法及统一业务平台

Country Status (2)

Country Link
CN (1) CN101827302B (zh)
WO (1) WO2011130940A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111241184A (zh) * 2020-02-17 2020-06-05 湖南工学院 用于配电网多源数据库的高吞吐率数据处理方法
CN112087472A (zh) * 2019-06-13 2020-12-15 中国移动通信集团浙江有限公司 基于实时水位的批量任务调度方法、装置及平台

Families Citing this family (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102801876B (zh) * 2011-05-24 2015-09-16 中国联合网络通信集团有限公司 业务信息集中处理系统和方法
CN102255657B (zh) * 2011-06-24 2013-09-11 烽火通信科技股份有限公司 无源光网络业务管理系统中业务配置数据的管理方法
CN102594661B (zh) * 2012-01-19 2015-01-07 北京思特奇信息技术股份有限公司 一种基于云计算部署提供获取动态路由、静态路由的调用方法
CN103795763B (zh) * 2012-11-02 2018-08-03 中兴通讯股份有限公司 一种泛在网中提供统一业务的方法及统一业务平台
CN103281337B (zh) * 2013-06-20 2016-08-24 安科智慧城市技术(中国)有限公司 设备集中管理的方法、服务端和系统
CN103731496B (zh) * 2013-12-31 2017-10-24 曙光云计算集团有限公司 服务申请的处理方法和装置
CN105938439A (zh) * 2016-04-13 2016-09-14 北京思特奇信息技术股份有限公司 一种基于动态链接库调度多业务的方法及系统
CN107291493A (zh) * 2017-05-27 2017-10-24 北京思特奇信息技术股份有限公司 一种后台业务处理框架的搭建方法和系统
CN107291567A (zh) * 2017-06-20 2017-10-24 山东浪潮通软信息科技有限公司 一种数据调用方法、装置以及系统
CN108462718A (zh) * 2018-03-27 2018-08-28 南京红松信息技术有限公司 数据调度平台及其实现方法
CN108234678B (zh) * 2018-03-28 2024-02-02 杭州奇治信息技术股份有限公司 基于请求数据重构的数据统一接入方法及系统
CN108810003B (zh) * 2018-06-21 2021-02-26 吉旗(成都)科技有限公司 一种多业务方消息接入的安全验证方案
CN109933362A (zh) * 2019-01-24 2019-06-25 优信拍(北京)信息科技有限公司 一种平台功能调用方法、系统及设备
CN109840317A (zh) * 2019-02-18 2019-06-04 北京鼎立保险经纪有限责任公司 一种文件格式的标准化处理系统及方法
CN110535652A (zh) * 2019-07-01 2019-12-03 广州昆仑科技有限公司 一种将各业务系统数据集成展示和统一登录的系统和方法
CN112306710A (zh) * 2020-10-20 2021-02-02 北京三快在线科技有限公司 一种业务处理系统、接口调用方法及装置
CN112749026B (zh) * 2020-12-30 2024-09-03 金蝶软件(中国)有限公司 一种api调用方法及相关装置
CN113536064A (zh) * 2021-07-12 2021-10-22 杭州隆埠科技有限公司 一种基于系统数据的消息发送方法及设备

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1471018A (zh) * 2002-07-24 2004-01-28 深圳市中兴通讯股份有限公司 通用接口机系统及其实现方法

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1471018A (zh) * 2002-07-24 2004-01-28 深圳市中兴通讯股份有限公司 通用接口机系统及其实现方法

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
DING, KUN.: "Unified Service Platform and Service Solutions", ZHONGXING TELECOM TECHNOLOGY, 31 December 2004 (2004-12-31), pages 31 - 33,41 *
ZHU, PENG. ET AL.: "Based on Smart Client Technology Businesses Unified Management Platform for Design and Implementation", COMPUTER KNOWLEDGE AND TECHNOLOGY, vol. 3, no. 4, 31 August 2008 (2008-08-31), pages 777 - 779 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112087472A (zh) * 2019-06-13 2020-12-15 中国移动通信集团浙江有限公司 基于实时水位的批量任务调度方法、装置及平台
CN111241184A (zh) * 2020-02-17 2020-06-05 湖南工学院 用于配电网多源数据库的高吞吐率数据处理方法
CN111241184B (zh) * 2020-02-17 2023-07-04 湖南工学院 用于配电网多源数据库的高吞吐率数据处理方法

Also Published As

Publication number Publication date
CN101827302B (zh) 2015-10-21
CN101827302A (zh) 2010-09-08

Similar Documents

Publication Publication Date Title
WO2011130940A1 (zh) 多业务统一处理方法及统一业务平台
CN102339234B (zh) 一种协议栈运行装置和方法
US20030126196A1 (en) System for optimizing the invocation of computer-based services deployed in a distributed computing environment
WO2020063086A1 (zh) 基于物联网的数据传输方法及通信装置
CN104363291A (zh) 一种网络通信中间件实现方法
WO2014180407A1 (zh) 推送方法及装置
WO2011144031A1 (zh) 云服务发布方法、云服务发布接口消息包及云服务中介
WO2007115477A1 (fr) Procédé et système de synchronisation de données
CN102571550A (zh) 一种通用的信息交互平台和方法
WO2021185083A1 (zh) Vnf实例化方法及装置
WO2020124930A1 (zh) 一种资源的调度、处理方法及装置
CN106027534A (zh) 一种基于Netty实现金融报文处理系统
CN113055378B (zh) 用于工业互联网标识解析的协议转换平台及数据对接方法
WO2024125106A1 (zh) 数据传输方法、装置、设备及存储介质
WO2011003316A1 (zh) 一种进行多节点事务处理的集群系统及请求消息分发方法
CN112860462A (zh) 一种实现iot平台基座互联互通的方法、装置及系统
WO2023030178A1 (zh) 一种基于用户态协议栈的通信方法及相应装置
KR20080066502A (ko) P2p 오버레이 네트워크 상에서 무선 노드의 기능을처리하는 프록싱 처리 방법 및 서버
CN107102901B (zh) 一种任务处理方法和装置
CN106961687B (zh) 一种信息交互方法及系统
CN113973135A (zh) 数据缓存处理方法、装置、缓存网格平台和存储介质
CN112165529A (zh) 一种低成本跨网络数据交换的方法、装置、设备和介质
CA2593877A1 (en) Automatic mobile device configuration
WO2021057844A1 (zh) 一种创建pm任务的方法及装置
WO2014161411A1 (zh) 一种终端设备及其复用到多个协同组的方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10850074

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 10850074

Country of ref document: EP

Kind code of ref document: A1