CN114629971A - Pile service program thermal upgrading system and method for electric vehicle charging service platform - Google Patents

Pile service program thermal upgrading system and method for electric vehicle charging service platform Download PDF

Info

Publication number
CN114629971A
CN114629971A CN202210178386.XA CN202210178386A CN114629971A CN 114629971 A CN114629971 A CN 114629971A CN 202210178386 A CN202210178386 A CN 202210178386A CN 114629971 A CN114629971 A CN 114629971A
Authority
CN
China
Prior art keywords
protocol
layer
pile
resolver
electric vehicle
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.)
Pending
Application number
CN202210178386.XA
Other languages
Chinese (zh)
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.)
Zhejiang Aichong Network Science & Technology Co ltd
Original Assignee
Zhejiang Aichong Network Science & Technology 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 Zhejiang Aichong Network Science & Technology Co ltd filed Critical Zhejiang Aichong Network Science & Technology Co ltd
Priority to CN202210178386.XA priority Critical patent/CN114629971A/en
Publication of CN114629971A publication Critical patent/CN114629971A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/10Active monitoring, e.g. heartbeat, ping or trace-route

Abstract

The invention provides a pile service program hot upgrading system and method of an electric vehicle charging service platform, wherein the system comprises the electric vehicle charging service platform, the electric vehicle charging service platform is in communication connection with a plurality of charging piles through a service program, the service program comprises an application layer, a presentation layer, a session layer and a network layer from bottom to top, the presentation layer is provided with a protocol parser list, the protocol parser list corresponds to a plurality of protocol parsers, a universal calling interface is arranged between adjacent layers, and cross-layer calling is forbidden; the network layer is used for realizing network communication between the electric automobile charging service platform and the charging pile; the session layer is used for receiving the data stream of the opposite terminal and storing the communication protocol information of the opposite terminal; the presentation layer is used for matching a protocol analyzer corresponding to the opposite-end communication protocol information in a polling mode. The invention keeps the connection to the pile, and can realize that the platform service does not need to be restarted when the charging service is upgraded and the charging service is not interrupted when the charging service is upgraded.

Description

Pile service program hot upgrading system and method of electric vehicle charging service platform
Technical Field
The invention relates to the technical field of charging service program thermal upgrading, in particular to a pile service program thermal upgrading system and method of an electric vehicle charging service platform.
Background
With the fact that new energy vehicles have higher and higher occupation ratios, as a part of new capital construction, more and more merchants participate in design, manufacture and operation of electric vehicle charging piles.
According to the standard of the middle-power-grid connection T/CEC 102, charging pile manufacturers develop own communication protocols of the charging piles and the charging platform in a customized mode, different manufacturers have different protocols, and the communication protocols of the charging piles of the same manufacturer in different ages are different.
The same charging platform service needs to be accessed to thousands of charging piles, in order to access to the charging piles of different manufacturers, the charging platform needs to analyze various different communication protocols, and when one communication protocol is upgraded, the charging platform service is often required to be upgraded.
Currently, a charging pile program is connected with a back-end pile service program developed by each platform by establishing a TCP direct connection mode or an MQTT protocol. The upgrade and restart of the back-end service will cause the connection between the stub and the service to be disconnected, and the charging service will be interrupted briefly.
Charging platform operators often choose to upgrade in the morning and inform customers and corporate management layers in advance. But the electricity price is relatively cheap in the morning, and many buses and operating vehicles still charge in the morning, and the sudden restart of the service can influence the charging of the buses and the operating vehicles. And the availability requirement of the operating vehicle on the charging service platform is very high, and once the charging service platform is not charged, the normal development of company operating business is influenced.
The more charging pile communication protocols the charging platform needs to support, the more times the platform service needs to be upgraded and restarted, and the more times the restarting causes charging service flash.
In order to improve the platform service availability, service interruption caused by platform service restart needs to be avoided as much as possible.
Disclosure of Invention
The invention provides a pile service program thermal upgrading system and method of an electric vehicle charging service platform, aiming at improving the usability of the charging platform and improving the charging user experience.
In order to realize the purpose, the following technical scheme is provided:
a pile service program hot upgrading system of an electric vehicle charging service platform comprises the electric vehicle charging service platform, wherein the electric vehicle charging service platform is in communication connection with a plurality of charging piles through a service program, the service program comprises an application layer, a presentation layer, a session layer and a network layer from bottom to top, the presentation layer is provided with a protocol parser list, the protocol parser list corresponds to a plurality of protocol parsers, a universal calling interface is arranged between adjacent layers, and cross-layer calling is forbidden; the network layer is used for realizing network communication between the electric automobile charging service platform and the charging pile; the session layer is used for receiving the data stream of the opposite terminal and storing the communication protocol information of the opposite terminal; the presentation layer is used for matching a protocol resolver corresponding to the opposite-end communication protocol information in a polling mode, the application layer is used for receiving and applying the opposite-end data stream, a session layer corresponding to the charging pile only stores a protocol name, when the session layer needs to access the protocol resolver, a resolver object is obtained from a resolver manager through the protocol name, and the object reference is released immediately after calling.
The charging access service of the invention is responsible for communicating with the charging pile, and the service is divided into 4 layers from bottom to top: the device comprises an application layer, a presentation layer, a session layer and a network layer, wherein a protocol resolver is positioned in the presentation layer. A universal calling interface is designed between adjacent layers, different layers have different implementations based on interface programming, and cross-layer calling is not allowed. After the charging service is started, the background task periodically scans the specified directory, tries to load the dynamic library of the resolver which realizes the corresponding level calling interface, and only stores the latest version of each communication protocol resolver. During scanning, according to a uniform naming rule, whether a protocol parser realizes a universal presentation layer interface or not is tried to be analyzed, and only a dynamic library realizing a layered interface is loaded into a parser list. One charging platform access service can be accessed to thousands of charging piles, each charging pile is connected with one network and corresponds to one session layer instance, one presentation layer instance and one application layer instance respectively.
A pile service program thermal upgrading method of an electric vehicle charging service platform adopts the pile service program thermal upgrading system of the electric vehicle charging service platform, and comprises the following steps:
s1, after receiving the opposite end data flow, the session layer judges whether the opposite end communication protocol information is stored, if yes, the protocol resolver example is obtained from the resolver manager according to the protocol name, and then the step S3 is carried out, and if not, the step S2 is carried out;
s2, searching a corresponding protocol analyzer from the protocol analyzer list by adopting a polling method, judging whether the protocol analyzer is successfully matched, if so, entering S3, and if not, feeding back that the matching is failed;
and S3, replacing the resolver manager member variable as a new protocol resolver object instance during upgrading without informing a session layer and an application layer.
Preferably, the object reference is not saved in each request context environment, only the stub number or the protocol name is saved, when each layer of object needs to be called, the object is searched from the object centralized manager according to the stub number or the protocol name, and the reference to the resolver instance is released immediately after the message is sent or processed each time.
Preferably, the S2 specifically includes the following steps:
the opposite end needs to transmit a protocol frame first and informs the protocol information adopted by the charging pile of the current platform;
after the protocol resolver is loaded into the service program memory, when a protocol head network data stream from the charging pile is received, searching a corresponding protocol resolver from a protocol resolver list by adopting a polling method;
after receiving the protocol frame, each protocol analyzer compares the corresponding protocol identifier of the protocol header with the CRC check code, analyzes the protocol data in turn, and returns three results according to the matching condition: acceptance, failure of matching, and insufficient information.
Preferably, the polling procedure is as follows:
if the protocol resolver returns acceptance, the matching is successful, and the search is stopped, otherwise, other protocol resolvers in the list are continuously queried.
If all resolvers return matching failure, the protocol is not supported, an error is returned to the opposite terminal, and the connection is disconnected after a period of silence;
if the returned information is insufficient, the protocol frame data does not completely arrive, no processing is firstly carried out, the arrived partial data is cached, after more network stream data arrive, a complete data frame is formed, and protocol polling is initiated again.
Preferably, each protocol only has one resolver object, and the life cycles of all the protocol resolver objects are uniformly managed by a globally unique resolver manager, so that uniform upgrading is facilitated.
The invention has the beneficial effects that: the connection to the pile is kept continuous, the charging pile and the charging user have no perception, the platform service does not need to be restarted when the charging service is upgraded, and the charging service is not interrupted when the charging service is upgraded.
Drawings
FIG. 1 is a schematic polling diagram of an embodiment;
FIG. 2 is a system architecture diagram of an embodiment.
Detailed Description
Example (b):
the embodiment provides a pile service program thermal upgrading system of an electric vehicle charging service platform, which comprises the electric vehicle charging service platform, wherein the electric vehicle charging service platform is in communication connection with a plurality of charging piles through a service program, the service program comprises an application layer, a presentation layer, a session layer and a network layer from bottom to top, the presentation layer is provided with a protocol parser list, the protocol parser list corresponds to a plurality of protocol parsers, a universal calling interface is arranged between adjacent layers, and cross-layer calling is forbidden; the network layer is used for realizing network communication between the electric automobile charging service platform and the charging pile; the session layer is used for receiving the opposite-end data stream and storing the opposite-end communication protocol information; the presentation layer is used for matching a protocol resolver corresponding to the opposite-end communication protocol information in a polling mode, the application layer is used for receiving and applying the opposite-end data stream, a session layer corresponding to the charging pile only stores a protocol name, when the session layer needs to access the protocol resolver, a resolver object is obtained from a resolver manager through the protocol name, and the object reference is released immediately after calling. The embodiment further provides a pile service program thermal upgrading method for an electric vehicle charging service platform, and the pile service program thermal upgrading system adopting the electric vehicle charging service platform comprises the following steps: s1, after receiving the opposite end data flow, the session layer judges whether the opposite end communication protocol information is stored, if yes, the protocol resolver example is obtained from the resolver manager according to the protocol name, and then the step S3 is carried out, and if not, the step S2 is carried out; s2, searching a corresponding protocol analyzer from the protocol analyzer list by adopting a polling method, judging whether the protocol analyzer is successfully matched, if so, entering S3, and if not, feeding back that the matching is failed; and S3, replacing the resolver manager member variable as a new protocol resolver object instance during upgrading without informing a session layer and an application layer.
Referring to fig. 1 and 2, the electric pile access service of the platform is divided into two parts:
1) the Internet of things part is directly connected with the charging piles TCP through a Netty network framework, and at most 2 ten thousand charging piles can be connected into the same service program.
2) The internet part receives various requests of starting and stopping charging, inquiring charging progress and the like through a Java Spring framework; meanwhile, messages such as telegraph asynchronous response, charging real-time data report and the like are sent to other micro services through message queue middleware such as a RabbitMQ.
The Netty channels encapsulate a network layer, each charging pile is connected with one charging pile in a long way, corresponds to one Channel instance, and sends and receives messages through the Channel instance to communicate with the charging piles through a network.
Referring to fig. 2, right-most:
EpNettySession, PresentationProxy, AppUpdateHandlerImpl correspond to the session layer, presentation layer, application layer respectively, and are held to facilitate cross-layer calling.
And respectively creating a Channel object, an EpnetySession object, a PresentationProxy object and an AppUpdateHandlerImpl object for each charging pile. For hot upgrade convenience, the presentation layer applies the proxy mode, designing the PresentationProxy as the requesting proxy, and does not hold the protocol parser EpPresentation object. The PresentationProxy also implements the interface of the presentation layer as a proxy, but it is only responsible for acquiring a corresponding protocol parser and forwarding a request, and does not actually implement the service logic related to the presentation layer.
The same electric pile protocol has a plurality of charging piles, and different context objects need to be quoted for different piles in the same EpPresention instance, so that the presentationContext is designed to package the electric pile request context.
When the EpPresence is to send a message to a specified stub, the request context such as the session layer, application layer object or stub number related to the stub is obtained through the PresentionContext. The introduction of PresentationContext makes it possible for multiple charging piles to dynamically depend on, rather than hold, a protocol parser.
The connection is intermittent, the Channel corresponding to the connection is dynamic and evanescent, but the session layer is stable, and the session is released only when the stub is continuously disconnected. Therefore, the life cycle of the Channel instance is inconsistent with the EpnetySession, and the Channel instance is not designed to have a strong dependence relationship with each other. And recording the stub ID by the Channel and the session layer, establishing dynamic dependence by means of EpSessionadmin, and searching the corresponding object instance through the stub ID when the opposite side needs to be called.
EpSessionadmin is used as a container of the Channel and the Session, and the Channel and the Session objects are stored in a key-value pair mode by taking the stake ID as a key. And when the connection is connected and the opposite end pile ID is analyzed according to the protocol, saving the corresponding Channel and the Session. And removing the Channel when the connection is disconnected, and removing the Session corresponding to the stub when the Session is overtime after the connection is disconnected for a period of time.
In order to realize hot upgrade, the protocol analysis part which is easy to change is encapsulated in the subclass, and the subclass realizes the protocol Impl abstract class. The PresentationLoader periodically scans and appoints a Jar packet directory, loads various implementation classes of the protocol Impl, and subclasses of the presentation loader inherit to the protocol Impl, thereby realizing a query interface of protocol names and versions, realizing a protocol matching check interface and the like, and only retaining the analyzers of the latest version of each protocol.
In each Channel, the protocol name and the opposite end stub ID are stored. For the newly-built Channel, there is no protocol and pile ID information, at this time, it is necessary to wait for the protocol frame sent by the opposite end to arrive, and then after the Channel receives the network flow data, poll each protocol impl instance in the PresentationLoader, and the protocol impl instances try to determine whether the protocol identifiers are consistent according to their respective protocol definitions, and then cut out the whole protocol frame according to the length field. If the frame has CRC check, whether the frame data is correct is calculated according to the CRC. If no check information exists, the protocol identification is compared again after the arrival of the subsequent frame data.
When the Jar package with the same protocol is upgraded in a hot mode, the class searched by polling is required to replace the class with the same name loaded in the memory before. Java defaults to loading classes from a parent ClassLoader, so when a jar package is upgraded, the classes with the same package name and class name are loaded into a memory, and the class cannot be replaced by new classes by default. Therefore, in the implementation, the loadClass method of the URLClasLoader needs to be customized, and the class in the newly upgraded jar package is not loaded from the parent loader, but the Java class is loaded from the jar after the upgrade.
And after constructing the network layer, the session layer and the presentation layer instance corresponding to the stub in the hierarchical model, binding the application layer instance. The application layer instance is created and initialized by an upper layer, the presentationLoader provides a registration method for registering a callback function by the application layer, and after the protocol parser is loaded successfully and parses out the stub ID, the presentation layer obtains the application layer instance through the callback and holds the other side.
As can be seen from fig. 2, the life cycle of the protocol resolver is managed by a globally unique management class instance PresentationLoader, and other classes are dynamically dependent and find the protocol resolver according to the protocol name if necessary. When the protocol parser is loaded into a new version protocol parser, the presentationLoader can finish upgrading without notifying other layer instances after replacing the protocol parser.
When the messages are transmitted layer by layer from bottom to top, each Channel object of the network layer stores the stub ID analyzed according to the protocol frame, and after the messages are received, the corresponding session layer object can be obtained by accessing the EpSessionadmin through the stub ID. Since EPNettySession and PresentationProxy hold each other, PresentationProxy and appupdatehandlerifl hold each other. The network layer calls the session layer, the presentation layer is called after the session layer is processed, and the application layer is called after the presentation layer is processed.
And the application layer saves the application layer instance corresponding to each pile by taking the charging pile ID as a main key. When the pile needs to be informed to start or stop charging and inquire the real-time charging state of the pile, an ApUpdateHandlerImpl instance is obtained from EpComComClientService according to the pile ID, and the request sequentially passes through layers from top to bottom and then reaches the charging pile.

Claims (6)

1. A pile service program hot upgrading system of an electric vehicle charging service platform is characterized by comprising the electric vehicle charging service platform, wherein the electric vehicle charging service platform is in communication connection with a plurality of charging piles through a service program, the service program comprises an application layer, a presentation layer, a session layer and a network layer from bottom to top, the presentation layer is provided with a protocol parser list, the protocol parser list corresponds to a plurality of protocol parsers, a universal calling interface is arranged between adjacent layers, and cross-layer calling is forbidden; the network layer is used for realizing network communication between the electric automobile charging service platform and the charging pile; the session layer is used for receiving the opposite-end data stream and storing the opposite-end communication protocol information; the presentation layer is used for matching a protocol resolver corresponding to the opposite-end communication protocol information in a polling mode, the application layer is used for receiving and applying the opposite-end data stream, a session layer corresponding to the charging pile only stores a protocol name, when the session layer needs to access the protocol resolver, a resolver object is obtained from a resolver manager through the protocol name, and the object reference is released immediately after calling.
2. A pile service program thermal upgrading method of an electric vehicle charging service platform adopts the pile service program thermal upgrading system of the electric vehicle charging service platform as claimed in claim 1, and is characterized by comprising the following steps:
s1, after receiving the opposite end data flow, the session layer judges whether the opposite end communication protocol information is stored, if yes, the protocol resolver example is obtained from the resolver manager according to the protocol name, and then the step S3 is carried out, and if not, the step S2 is carried out;
s2, searching a corresponding protocol analyzer from the protocol analyzer list by adopting a polling method, judging whether the protocol analyzer is successfully matched, if so, entering S3, and if not, feeding back that the matching is failed;
and S3, replacing the resolver manager member variable as a new protocol resolver object instance during upgrading without informing a session layer and an application layer.
3. The pile service program hot upgrading method of the electric vehicle charging service platform according to claim 2, wherein the reference of the object is not stored in each request context environment, only the pile number or the protocol name is stored, when the objects in each layer need to be called, the objects are searched from the object centralized manager according to the pile number or the protocol name, and the reference of the resolver instance is immediately released after the message is sent or processed each time.
4. The pile service program hot upgrading method of the electric vehicle charging service platform according to claim 2, wherein the S2 specifically includes the following steps:
the opposite end needs to transmit a protocol frame first and informs the current platform of the protocol information adopted by the charging pile;
after the protocol resolver is loaded into the service program memory, when a protocol head network data stream from the charging pile is received, searching a corresponding protocol resolver from a protocol resolver list by adopting a polling method;
after receiving the protocol frame, each protocol analyzer compares the corresponding protocol identifier of the protocol header with the CRC check code, analyzes the protocol data in turn, and returns three results according to the matching condition: acceptance, failure of matching, and insufficient information.
5. The pile service program hot upgrading method of the electric vehicle charging service platform according to claim 4, wherein the polling process is as follows:
if the protocol resolver returns acceptance, the matching is successful, and the search is stopped, otherwise, other protocol resolvers in the list are continuously queried.
If all resolvers return matching failure, the protocol is not supported, an error is returned to the opposite terminal, and the connection is disconnected after a period of silence;
if the returned information is insufficient, the protocol frame data does not completely arrive, no processing is firstly carried out, the arrived partial data is cached, after more network stream data arrive, a complete data frame is formed, and protocol polling is initiated again.
6. The method for hot upgrading of the stub service program of the electric vehicle charging service platform according to claim 2, wherein each protocol has only one parser object, and the life cycles of all the protocol parser objects are uniformly managed by a globally unique parser manager.
CN202210178386.XA 2022-02-25 2022-02-25 Pile service program thermal upgrading system and method for electric vehicle charging service platform Pending CN114629971A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210178386.XA CN114629971A (en) 2022-02-25 2022-02-25 Pile service program thermal upgrading system and method for electric vehicle charging service platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210178386.XA CN114629971A (en) 2022-02-25 2022-02-25 Pile service program thermal upgrading system and method for electric vehicle charging service platform

Publications (1)

Publication Number Publication Date
CN114629971A true CN114629971A (en) 2022-06-14

Family

ID=81900360

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210178386.XA Pending CN114629971A (en) 2022-02-25 2022-02-25 Pile service program thermal upgrading system and method for electric vehicle charging service platform

Country Status (1)

Country Link
CN (1) CN114629971A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105677433A (en) * 2016-03-15 2016-06-15 深圳创维-Rgb电子有限公司 Hot upgrading method and device for server program
CN106850285A (en) * 2017-01-19 2017-06-13 薛辉 Video security monitoring device, auditing system and its deployment architecture and method
WO2017156693A1 (en) * 2016-03-15 2017-09-21 深圳创维-Rgb电子有限公司 Method and device for hot upgrading server program
CN112463204A (en) * 2020-11-11 2021-03-09 浙江爱充网络科技有限公司 Pile service program gray level release method without sensing of direct connection charging pile
CN113542006A (en) * 2021-06-02 2021-10-22 杭州华橙软件技术有限公司 Remote upgrading method and device for intelligent terminal, electronic device and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105677433A (en) * 2016-03-15 2016-06-15 深圳创维-Rgb电子有限公司 Hot upgrading method and device for server program
WO2017156693A1 (en) * 2016-03-15 2017-09-21 深圳创维-Rgb电子有限公司 Method and device for hot upgrading server program
CN106850285A (en) * 2017-01-19 2017-06-13 薛辉 Video security monitoring device, auditing system and its deployment architecture and method
CN112463204A (en) * 2020-11-11 2021-03-09 浙江爱充网络科技有限公司 Pile service program gray level release method without sensing of direct connection charging pile
CN113542006A (en) * 2021-06-02 2021-10-22 杭州华橙软件技术有限公司 Remote upgrading method and device for intelligent terminal, electronic device and storage medium

Similar Documents

Publication Publication Date Title
KR100708301B1 (en) Method for over the air mobile station management
US8949434B2 (en) Automatically provisioning a WWAN device
CN111752641A (en) Method, device, equipment and storage medium for starting service between micro-service containers
CN109842656B (en) Intelligent compatible multi-protocol Internet of vehicles service method and Internet of vehicles gateway system
US20110314462A1 (en) Firmware Upgrade System and Method in a Device Management Architecture
US20100004019A1 (en) Method for Obtaining Telecommunications Services Through a Telecommunications Terminal
US8180866B2 (en) Device management apparatus and method for setting configuration-value therein
CN115426391A (en) Remote procedure call protocol self-adaption method, related device and server
US20070162478A1 (en) Method of achieving service configurability within telecommunication devices
CN111770151B (en) Processing method and device for custom flow, electronic equipment and storage medium
CN113064685A (en) H5 page loading method and device
EP1542404A1 (en) Sharing services on a network
CN105871568B (en) Software upgrading method and system
CN111158711A (en) Application program deployment method and device for multiple android system terminals
CN111726367B (en) Method, device, system and equipment for binding access of Customer Premises Equipment (CPE)
CN114629971A (en) Pile service program thermal upgrading system and method for electric vehicle charging service platform
CN110493773B (en) Method and equipment for acquiring authentication capability of mobile equipment
CN113014626A (en) Data service management method and device, storage medium and electronic device
KR101264315B1 (en) Method, apparatus and record carrier for interworking between applications on a mobile platform
CN114500510B (en) Request information response method, apparatus, communication device and storage medium
CN111930625B (en) Log acquisition method, device and system based on cloud service platform
KR100774475B1 (en) Method for downloading software of mobile terminal
CN114339637A (en) Short message splicing method, device, equipment and storage medium
CN112685102A (en) Gateway plug-in hot loading method, device, equipment and medium
EP2042986A1 (en) Method and system for execution of a service-related process

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination