CN101924666B - Decoding realization method and system of signaling tracking - Google Patents

Decoding realization method and system of signaling tracking Download PDF

Info

Publication number
CN101924666B
CN101924666B CN201010236658.4A CN201010236658A CN101924666B CN 101924666 B CN101924666 B CN 101924666B CN 201010236658 A CN201010236658 A CN 201010236658A CN 101924666 B CN101924666 B CN 101924666B
Authority
CN
China
Prior art keywords
tracing
decoding
network management
dynamic link
link library
Prior art date
Legal status (The legal status 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 status listed.)
Expired - Fee Related
Application number
CN201010236658.4A
Other languages
Chinese (zh)
Other versions
CN101924666A (en
Inventor
李莹
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jiangsu Anke Zhongkuang Technology Co ltd
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN201010236658.4A priority Critical patent/CN101924666B/en
Publication of CN101924666A publication Critical patent/CN101924666A/en
Application granted granted Critical
Publication of CN101924666B publication Critical patent/CN101924666B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Telephonic Communication Services (AREA)

Abstract

The invention provides decoding realization method and system of signaling tracking, and the method comprises the steps of packaging a signaling tracking decoding program into a dynamic link library by a tracked object and providing a corresponding decoding interface function to a network management system; reporting tracking information to the network management system when a tracking task sent by the network management system is received; and decoding the tracking information by calling the signaling tracking decoding interface function of the dynamic link library when the tracking information reported by the tracked object is received by of the network management system. The tracked object provides the corresponding version of dynamic link library which analyzes the contents of the tracked object by using an XML (Extensive Makeup Language) format to the network management system, and the network management system analyzes the reported signaling tracking information code stream into the XML format by calling the signaling tracking decoding interface function of the dynamic link library so as to display on a network management platform.

Description

A kind of decoding realization method of signaling tracing and system
Technical field
The present invention relates to the communications field, more specifically, relate to a kind of decoding realization method and system of signaling tracing.
Background technology
Signaling tracing is research and development and tester's observed traffic flow process, inspection message content, locates fast the effective ways of fault.
As shown in Figure 1, existing signaling tracing be mostly by tracing object reporting message to webmaster, message code stream is decoded according to corresponding scripts on webmaster backstage, employing be tree structure show content code stream.When newly-increased signaling tracing message, need each tracing object safeguard corresponding decoding script and offer webmaster, according to decoding abridged edition scanning message structure, guarantee that message can obtain correct parsing by webmaster.
There is following shortcoming in existing decoding implementation:
1. newly-increased message will go maintenance network pin originally, and business and webmaster contact larger;
2. the nodename of tree structure is self-defining internal structure field name, although more directly perceived, and standard agreement cannot be corresponding completely one by one, is unfavorable for contrasting agreement and locates fast relevant field content;
3. unrealized nested decoding function, cannot parse the upper-layer protocol field contents code stream automatically from bottom source code flow;
4. the signaling tracing function of each network element is different on the external presentation mode of signaling code stream decoding, seriation not, standardization.
Summary of the invention
The technical problem that the present invention solves is to provide a kind of decoding realization method and system of signaling tracing, realizes the decoding of signaling tracing message code stream by dynamic link library.
For solving the problems of the technologies described above, the invention provides a kind of decoding realization method of signaling tracing, described method comprises:
Its signaling tracing decoding program is packaged into dynamic link library by tracing object, and provide corresponding decoding interface function to network management system; In the time receiving the tracing task that network management system issues, report tracking message to network management system;
When network management system is received the tracking message that tracing object reports, by the signaling tracing decoding interface function that calls dynamic link library, tracking message is decoded.
Further, tracing object generates signaling tracing decoding program by the compiling of scanning message structure.
Further, tracking message comprises: the message content of summary decoding descriptor and transparent transmission.
Further, summary decoding descriptor comprises tracking type;
Network management system is determined tracing object according to the tracking type of tracking message, and calls corresponding dynamic link library.
Further, signaling tracing decoding program is packaged into dynamic link library, and provides corresponding decoding interface function to network management system, specifically refer to:
Each tracing object is packaged into dynamic link library by its signaling tracing decoding program respectively, and provides respectively corresponding decoding interface function to network management system;
Or, the signaling tracing decoding program of all tracing objects is encapsulated in a dynamic link library, and provides unified decoding interface function to network management system.
Further, signaling tracing decoding program adopts extensible markup language (XML) language to be described message structure; Network management system becomes XML form by loading dynamic link library by tracking message code stream analyzing, and presents the tracking message code stream of XML form.
Further, a kind of decoding of signaling tracing realizes system, and system comprises: tracing object and network management system, and tracing object comprises that dynamic link library provides module and tracking message reporting module, network management system comprises tracking message decoder module, wherein,
Dynamic link library provide module for, the signaling tracing decoding program of tracing object is packaged into dynamic link library, and provides corresponding decoding interface function to network management system;
Tracking message reporting module is used for, and the tracing task issuing according to the network management system of receiving, reports tracking message to network management system;
Tracking message decoder module is used for, and while receiving the tracking message that tracing object reports, by the signaling tracing decoding interface function that calls dynamic link library, tracking message is decoded.
Further, dynamic link library provides module to be further used for, and generates the signaling tracing decoding program of tracing object by the compiling of scanning message structure.
Further, the tracking message that tracking message reporting module reports comprises: the message content of summary decoding descriptor and transparent transmission, and wherein summary decoding descriptor comprises tracking type;
Tracking message decoder module is further used for, and determines tracing object according to the tracking type of tracking message, and calls corresponding dynamic link library.
Further, dynamic link library provides module to be further used for, and respectively the signaling tracing decoding program of each tracing object is packaged into dynamic link library, and provides respectively corresponding decoding interface function to network management system; Or, the signaling tracing decoding program of all tracing objects is encapsulated in a dynamic link library, and provides unified decoding interface function to network management system.
In sum, the present invention provides dynamic link library respective version, that adopt XML format analysis tracing object message content by tracing object to webmaster, webmaster is by calling the signaling tracing decoding interface function of this dynamic link library, the signaling tracing message code stream reporting is resolved to XML form, so that show on network management platform.
Accompanying drawing explanation
Fig. 1 is the existing schematic diagram of realizing signaling tracing;
Fig. 2 is the logical construction schematic diagram of existing signaling tracing;
The tracing object that Fig. 3 is the embodiment of the present invention provides the schematic diagram of dynamic link library to webmaster;
Fig. 4 is the composition schematic diagram that the decoding of the signaling tracing of the embodiment of the present invention realizes system;
Fig. 5 is the mutual schematic diagram that the decoding of the signaling tracing of application example of the present invention realizes system.
Embodiment
The problem existing for solving existing signaling tracing decoding process, basic conception of the present invention is as follows:
On the one hand, the dynamic link library that webmaster adopts tracing object to provide is decoded to message code stream, that is: by each tracing object, according to message structure, compiling generates dynamic link library, and offer webmaster, when webmaster receives the message that each tracing object reports, can, by loading dynamic link library file, the message content reporting be decoded, thereby make webmaster without being concerned about associated code flow message structure script, realize the decoupling zero with tracing object;
On the other hand, adopt the decoding presentation mode of unified signaling tracing.Due to XML (ExtensibleMarkup Language, extensible markup language) technology is convenient to the expression of data, not only be easy to presenting flexibly of constantly expansion and data, also be conducive to data transmits and changes between different application programs, therefore, the present invention's unification adopts XML mode, signaling tracing message code stream is converted to the data of XML form that is:, webmaster backstage presents signaling tracing content according to the data of XML form, and need not be concerned about the particular content of resolving message.
Based on above-mentioned design, the invention provides a kind of decoding realization method of signaling tracing, specifically adopt following technical scheme:
Its signaling tracing decoding program is packaged into dynamic link library by tracing object, and provide corresponding decoding interface function to network management system; In the time receiving the tracing task that described network management system issues, report tracking message to described network management system;
When described network management system is received the tracking message that tracing object reports, by the signaling tracing decoding interface function that calls described dynamic link library, described tracking message is decoded.
Further, described tracing object generates described signaling tracing decoding program by the compiling of scanning message structure.
Further, described tracking message comprises: the message content of summary decoding descriptor and transparent transmission.
Further, described summary decoding descriptor comprises tracking type;
Described network management system is determined tracing object according to the tracking type of tracking message, and calls corresponding dynamic link library.
Further, described signaling tracing decoding program is packaged into dynamic link library, and provides corresponding decoding interface function to network management system, specifically refer to:
Each tracing object is packaged into dynamic link library by its signaling tracing decoding program respectively, and provides respectively corresponding decoding interface function to described network management system;
Or, the signaling tracing decoding program of all tracing objects is encapsulated in a dynamic link library, and provides unified decoding interface function to described network management system.
Further, described signaling tracing decoding program adopts XML language to be described message structure; Described network management system becomes XML form by loading dynamic link library by tracking message code stream analyzing, and presents the tracking message code stream of XML form.
Clearer for what the object, technical solutions and advantages of the present invention were expressed, below in conjunction with accompanying drawing and preferred embodiment, the present invention is done to further description.
As shown in Figure 2, network management system mainly comprises webmaster signaling tracing function, 3G (3 rdgeneration, 3G (Third Generation) Moblie technology) platform XML decode logic, business XML decode logic.Wherein, between webmaster signaling tracing function and XML decode logic, be function calling relationship.It should be noted that, for ease of understanding intuitively signaling tracing business, Fig. 2 is signaling tracing service interaction figure, there is no the system architecture of imbody network management platform and business platform in Fig. 2.
In the present invention, tracing object provides dynamic link library respective version, that adopt XML format analysis tracing object message content to webmaster, webmaster is by calling the signaling tracing decoding interface function of this dynamic link library, the signaling tracing message code stream reporting is resolved to XML form, so that show on network management platform.
In addition, in prior art, for the nested decoding function of signaling tracing, because the upper strata source code flow of business is carried in the bottom signaling source code flow of 3G platform, and there is no direct function calling relationship between the XML decode logic signaling that platform provides and the decode logic signaling of business, therefore, for the signaling tracing source code flow of business module, need webmaster to coordinate therein, to realize the function of nested decoding upper-layer service code stream.For the signaling tracing source code flow of 3G platform, if need nested decoding in business module inside, directly realize by intrinsic function call-by mechanism.
And in the present invention, the dynamic link library providing by platform can be by bottom code stream analyzing out, the dynamic link library that calling upper-layer service provides again parses the upper-layer protocol field contents comprising in bottom code stream, thereby make bottom source code flow can automatically parse the upper-layer protocol field contents in code stream, realized nested decoding function.
Fig. 3 shows tracing object provides the schematic diagram of dynamic link library.As shown in Figure 3, business, agreement and platform, this three is the relation from upper strata to bottom, the sending order of signaling tracing message is business-> agreement-> platform, wherein, each tracing object is (as supported the business module of signaling tracing, protocol module etc.) its signaling tracing decoding program (is for example packaged into dynamic link library that network management platform can load, the operating system of network management platform is linux system, dynamic link library is to exist in the mode of so file), and provide the corresponding signaling tracing decoding interface of webmaster function.
In addition, for the dynamic link library of signaling tracing decoding, identical with the released version of business platform.Because if the tracing object of business platform is different from signaling tracing decoding dynamic link library version, can cause decoding error because of tracing object code stream format change.
In the time of issuing service platform software version, be the dynamic link libraries for signaling tracing decoding of all signaling tracing object publishings of this business platform with version simultaneously.This dynamic link library is by all message structures that need to report webmaster of scan tracing object, and with XML formatted output, generates the signaling tracing decoding program of its corresponding XML form, has encapsulated.
In the time making software version, tracing object carries out structure scanning to following the tracks of the message reporting, and provides dynamic link library to call for webmaster, thereby the signaling tracing code stream that oneself reports webmaster can be parsed with XML.
The present invention also provides a kind of decoding of signaling tracing to realize system, be illustrated in figure 4 the decode system of the signaling tracing of the embodiment of the present invention, it mainly comprises: network management system and tracing object (tracing object 1, ... tracing object is n), wherein, tracing object comprises that dynamic link library provides module and tracking message reporting module, and described network management system comprises tracking message decoder module
Dynamic link library provide module for, the signaling tracing decoding program of tracing object is packaged into dynamic link library, and provides corresponding decoding interface function to network management system;
Tracking message reporting module is used for, and the tracing task issuing according to the described network management system of receiving, reports tracking message to described network management system;
Tracking message decoder module is used for, and while receiving the tracking message that tracing object reports, by the signaling tracing decoding interface function that calls described dynamic link library, described tracking message is decoded.
Wherein, described dynamic link library provides module to be further used for, and generates the signaling tracing decoding program of described tracing object by the compiling of scanning message structure.
Wherein, the described tracking message that described tracking message reporting module reports comprises: the message content of summary decoding descriptor and transparent transmission, and wherein said summary decoding descriptor comprises tracking type;
Described tracking message decoder module is further used for, and determines tracing object according to the tracking type of tracking message, and calls corresponding dynamic link library.
Wherein, described dynamic link library provides module to be further used for, and respectively the signaling tracing decoding program of each tracing object is packaged into dynamic link library, and provides respectively corresponding decoding interface function to described network management system; Or, the signaling tracing decoding program of all tracing objects can also be encapsulated in a dynamic link library, and provide unified decoding interface function to described network management system.
As shown in Figure 5, the decoding of the signaling tracing of application example of the present invention realizes in system, network management system comprises that above-mentioned tracking message decoder module can be applied in existing this signaling tracing function for dynamic link library and the signaling tracing function of signaling tracing decoding; And tracing object comprises IMS (IPMultimedia Subsystem, IP Multimedia System) the IMS business that need to implement signaling tracing, SIP (Session Initiation Protocol, Session initiation Protocol) protocol stack and 3G platform etc. in system.
Before system operation, the subsystems such as IMS business in IMS system, Session Initiation Protocol stack, 3G platform must provide corresponding version, by the dynamic link library file of XML format analysis tracing object message content to webmaster.This dynamic link library is that the signaling tracing decoding program encapsulation being generated according to the concrete message structure compiling of tracing object by each subsystem forms.In the time that webmaster receives the reporting message of each tracing object, by loading dynamic link library file, the tracking message content reporting is resolved, and present according to the form of XML.
The implementing procedure of the signaling tracing below in conjunction with Fig. 4 to the embodiment of the present invention is specifically described.
As shown in Figure 4, the flow process of the signaling tracing of the embodiment of the present invention mainly comprises the steps:
Step 1, in system running, user sets up signaling tracing task on network management interface, network management system sends tracing task by procotol and sets up message to IMS system, and each subsystem tracing object of IMS system will store to own relevant information of tracking task;
Step 2, tracing object, self sending or when receipt message, judging whether to meet tracing task according to the information of tracking task of storage, need to follow the tracks of time, send tracking message to webmaster through 3G platform by procotol;
Wherein, the message content that tracing object reports webmaster is divided into following two parts: a part is that NTLV (Name Type Length Value, name type length value) is a kind of binary format of self-explanatory, for describing summary decoded information; Another part is the message content of transparent transmission, and this content is transparent to webmaster, and webmaster is indifferent to its content.
Which tracing object tracking type judgement in the message that step 3, webmaster report according to tracing object is, the corresponding dynamic link library file of dynamic load again, using the original transparency bit stream in reporting message, message number, message-length as entering ginseng, call dynamic decoder bank interface function;
Wherein, tracing object, in the time making version, provides dynamic link library file to webmaster, and the dynamic link library file of receiving is stored in this locality by webmaster.
Step 4, dynamic link library are according to the message number and the message-length that enter in ginseng, the XML form that original transparency bit stream is resolved to corresponding message structure returns to webmaster signaling tracing function as going out ginseng, and the code stream information that shows normalized tracing object on network management interface is checked for user.
One of ordinary skill in the art will appreciate that all or part of step in said method can carry out instruction related hardware by program and complete, described program can be stored in computer-readable recording medium, as read-only memory, disk or CD etc.Alternatively, all or part of step of above-described embodiment also can realize with one or more integrated circuits.Correspondingly, the each module/unit in above-described embodiment can adopt the form of hardware to realize, and also can adopt the form of software function module to realize.The present invention is not restricted to the combination of the hardware and software of any particular form.

Claims (8)

1. a decoding realization method for signaling tracing, is characterized in that, described method comprises:
Its signaling tracing decoding program is packaged into dynamic link library by tracing object, and provide corresponding decoding interface function to network management system; In the time receiving the tracing task that described network management system issues, report tracking message to described network management system;
When described network management system is received the tracking message that tracing object reports, by the signaling tracing decoding interface function that calls described dynamic link library, described tracking message is decoded;
Described signaling tracing decoding program is packaged into dynamic link library, and provides corresponding decoding interface function to network management system, specifically refer to:
Each tracing object is packaged into dynamic link library by its signaling tracing decoding program respectively, and provides respectively corresponding decoding interface function to described network management system;
Or, the signaling tracing decoding program of all tracing objects is encapsulated in a dynamic link library, and provides unified decoding interface function to described network management system.
2. the method for claim 1, is characterized in that,
Described tracing object generates described signaling tracing decoding program by the compiling of scanning message structure.
3. method as claimed in claim 1 or 2, is characterized in that,
Described tracking message comprises: the message content of summary decoding descriptor and transparent transmission.
4. method as claimed in claim 3, is characterized in that,
Described summary decoding descriptor comprises tracking type;
Described network management system is determined tracing object according to the tracking type of tracking message, and calls corresponding dynamic link library.
5. method as claimed in claim 1 or 2, is characterized in that,
Described signaling tracing decoding program adopts extensible markup language (XML) language to be described message structure; Described network management system becomes XML form by loading dynamic link library by tracking message code stream analyzing, and presents the tracking message code stream of XML form.
6. the decoding of signaling tracing realizes a system, it is characterized in that, described system comprises: tracing object and network management system, described tracing object comprises that dynamic link library provides module and tracking message reporting module, described network management system comprises tracking message decoder module, wherein
Described dynamic link library provide module for, the signaling tracing decoding program of tracing object is packaged into dynamic link library, and provides corresponding decoding interface function to network management system;
Described tracking message reporting module is used for, and the tracing task issuing according to the described network management system of receiving, reports tracking message to described network management system;
Described tracking message decoder module is used for, and while receiving the tracking message that tracing object reports, by the signaling tracing decoding interface function that calls described dynamic link library, described tracking message is decoded;
Described dynamic link library provides module to be further used for, and respectively the signaling tracing decoding program of each tracing object is packaged into dynamic link library, and provides respectively corresponding decoding interface function to described network management system; Or, the signaling tracing decoding program of all tracing objects is encapsulated in a dynamic link library, and provides unified decoding interface function to described network management system.
7. system as claimed in claim 6, is characterized in that,
Described dynamic link library provides module to be further used for, and generates the signaling tracing decoding program of described tracing object by the compiling of scanning message structure.
8. the system as described in claim 6 or 7, is characterized in that,
The described tracking message that described tracking message reporting module reports comprises: the message content of summary decoding descriptor and transparent transmission, and wherein said summary decoding descriptor comprises tracking type;
Described tracking message decoder module is further used for, and determines tracing object according to the tracking type of tracking message, and calls corresponding dynamic link library.
CN201010236658.4A 2010-07-22 2010-07-22 Decoding realization method and system of signaling tracking Expired - Fee Related CN101924666B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201010236658.4A CN101924666B (en) 2010-07-22 2010-07-22 Decoding realization method and system of signaling tracking

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201010236658.4A CN101924666B (en) 2010-07-22 2010-07-22 Decoding realization method and system of signaling tracking

Publications (2)

Publication Number Publication Date
CN101924666A CN101924666A (en) 2010-12-22
CN101924666B true CN101924666B (en) 2014-06-11

Family

ID=43339329

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201010236658.4A Expired - Fee Related CN101924666B (en) 2010-07-22 2010-07-22 Decoding realization method and system of signaling tracking

Country Status (1)

Country Link
CN (1) CN101924666B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104426997B (en) * 2013-09-11 2019-06-21 中兴通讯股份有限公司 The processing method and processing device of signaling tracing
CN109802880A (en) * 2017-11-17 2019-05-24 中兴通讯股份有限公司 Multimedia Message signaling tracking method, device and equipment, storage medium
CN110752949A (en) * 2019-10-22 2020-02-04 深圳震有科技股份有限公司 Network management simplifying method of universal transmission system, intelligent terminal and storage medium
CN112835651B (en) * 2021-04-01 2023-10-20 中国空空导弹研究院 Multipath image parallel decoding processing method
CN113485282B (en) * 2021-09-07 2021-12-07 西安热工研究院有限公司 Message tracking display method, system, equipment and storage medium for distributed control system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1972494A (en) * 2006-12-07 2007-05-30 中兴通讯股份有限公司 Processing method for signaling tracking
CN101132648A (en) * 2007-10-11 2008-02-27 华为技术有限公司 Base station tracing method and apparatus thereof
CN101826985A (en) * 2010-04-20 2010-09-08 中兴通讯股份有限公司 Plugin-based centralized signaling tracing method and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1972494A (en) * 2006-12-07 2007-05-30 中兴通讯股份有限公司 Processing method for signaling tracking
CN101132648A (en) * 2007-10-11 2008-02-27 华为技术有限公司 Base station tracing method and apparatus thereof
CN101826985A (en) * 2010-04-20 2010-09-08 中兴通讯股份有限公司 Plugin-based centralized signaling tracing method and system

Also Published As

Publication number Publication date
CN101924666A (en) 2010-12-22

Similar Documents

Publication Publication Date Title
CN101924666B (en) Decoding realization method and system of signaling tracking
CN101661494B (en) Data interactive method for distributed middleware and database
CN102082992B (en) Mobile office system and implementation method thereof
US9135130B2 (en) Debugging method, chip, board, and system
CN113805867A (en) Internet of things platform based on visual static script engine
WO2021174718A1 (en) Remote monitoring control system and terminal
CN101404696A (en) Visible service flow tracing method and system, service flow processing system
CN101826987A (en) System and method for supporting mixed service based on integrated open network
CN101853189B (en) Exception handling device based on Java and exception handling method thereof
CN105573129A (en) Cordova-based cross-platform smart home mobile terminal
CN112328313A (en) Universal architecture applied to embedded system
CN111158779A (en) Data processing method and related equipment
CN102111160B (en) Coding and decoding system and codec for reactive system test
Bo et al. Development of Web-Telecom based hybrid services orchestration and execution middleware over convergence networks
CN102571541A (en) Message encoding-decoding method and device
CN101572624B (en) Cross-platform cross-method SNMP extension MIB realization method
CN111338717B (en) Interface calling method, application program upgrading method, server and client
CN113495915A (en) Information processing method and device of Internet of things equipment and cloud server
CN116301759A (en) Mobile component sharing method, system, equipment and storage medium
CN116450234A (en) C++ model library service packaging framework system and method
CN110266660A (en) JCTP based on EPOLL model realizes system, method and medium
CN109816546A (en) A kind of farm farming management platform and method based on J2EE framework
CN111447279B (en) Server and interface analysis service package generation method
CN115913912A (en) Message interception and service link diagram generation method and device
CN109286608B (en) Call chain processing method and device, storage device and computer device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20171221

Address after: 221700 Xinhua lane, Fengxian County, Xuzhou, Jiangsu Province, No. 6

Patentee after: Fengxian County science and Technology Development Service Station

Address before: 518057 Nanshan District Guangdong high tech Industrial Park, South Road, science and technology, ZTE building, Ministry of Justice

Patentee before: ZTE Corp.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20180517

Address after: 221700 Industrial Park, Huashan Town, Fengxian County, Xuzhou, Jiangsu

Patentee after: JIANGSU ANKE ZHONGKUANG TECHNOLOGY CO.,LTD.

Address before: 221700 Xinhua lane, Fengxian County, Xuzhou, Jiangsu Province, No. 6

Patentee before: Fengxian County science and Technology Development Service Station

TR01 Transfer of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20140611

Termination date: 20210722

CF01 Termination of patent right due to non-payment of annual fee