WO2011144043A2 - Omci消息传输方法、装置及无源光网络系统 - Google Patents

Omci消息传输方法、装置及无源光网络系统 Download PDF

Info

Publication number
WO2011144043A2
WO2011144043A2 PCT/CN2011/074338 CN2011074338W WO2011144043A2 WO 2011144043 A2 WO2011144043 A2 WO 2011144043A2 CN 2011074338 W CN2011074338 W CN 2011074338W WO 2011144043 A2 WO2011144043 A2 WO 2011144043A2
Authority
WO
WIPO (PCT)
Prior art keywords
omci
message
concurrent
messages
sent
Prior art date
Application number
PCT/CN2011/074338
Other languages
English (en)
French (fr)
Other versions
WO2011144043A3 (zh
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 华为技术有限公司
Priority to CN201180000601.7A priority Critical patent/CN102217328B/zh
Priority to PCT/CN2011/074338 priority patent/WO2011144043A2/zh
Publication of WO2011144043A2 publication Critical patent/WO2011144043A2/zh
Publication of WO2011144043A3 publication Critical patent/WO2011144043A3/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04QSELECTING
    • H04Q11/00Selecting arrangements for multiplex systems
    • H04Q11/0001Selecting arrangements for multiplex systems using optical switching
    • H04Q11/0062Network aspects
    • H04Q11/0067Provisions for optical access or distribution networks, e.g. Gigabit Ethernet Passive Optical Network (GE-PON), ATM-based Passive Optical Network (A-PON), PON-Ring
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04QSELECTING
    • H04Q11/00Selecting arrangements for multiplex systems
    • H04Q11/0001Selecting arrangements for multiplex systems using optical switching
    • H04Q11/0062Network aspects
    • H04Q2011/0079Operation or maintenance aspects

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to an ONT Management and Control Interface (OMCI) message transmission method and apparatus, and a Passive Optical Network (PON) system.
  • OMCI ONT Management and Control Interface
  • PON Passive Optical Network
  • Passive optical network systems are mainly composed of 0LT (optical line termination), 0DN (optical distribution network) and 0NT (optical network termination).
  • 0LT optical line termination
  • 0DN optical distribution network
  • 0NT optical network termination
  • GP0N Gigabit Passive Optical Network
  • GPON Gigabit Edgeless Optical Network
  • 0LT manages and configures 0NT using the 0MCI protocol.
  • the mode of transmitting 0MCI messages between 0LT and 0NT is "ping-pong".
  • 0NT receives the OMC I message (OMCI Message) delivered by the 0LT and returns the corresponding value to 0LT.
  • OMC I message OMC I message
  • 0MCI Response Message when the OLT receives the response message of the previous OMCI message or the 0LT waits for the response timeout, it can continue to send the next 0MCI message; if the response message of the previous 0MCI message is not received, it cannot send The next 0MCI message.
  • more and more 0MCI messages are used to configure 0NT.
  • the "ping-pong" message transmission method specified by the above protocol will result in low 0MCI configuration efficiency and 0MCI channel bandwidth utilization.
  • variable-length 0MCI messages to increase the configuration speed and efficiency of 0MCI by increasing the amount of information carried by a single 0MCI message.
  • variable length 0MCI messages even with variable length 0MCI messages, the 0MCI message interaction between 0LT and 0NT is still "ping-pong". Therefore, the OMC I configuration efficiency and 0MCI channel bandwidth utilization of the P0N system using variable length OMC I messages are still low.
  • Embodiments of the present invention provide a 0MCI message transmission method and apparatus, which effectively improve OMCI configuration efficiency and OMCI channel bandwidth utilization of the PON system. Embodiments of the present invention still further provide a PON system that can employ the above OMCI message transmission method and apparatus.
  • An OMCI message transmission method including:
  • the OMCI messages to be sent are grouped, wherein the OMCI messages in the same group have dependencies, and the OMCI messages between different groups have no dependency;
  • An OMCI message transmission device comprising:
  • a grouping unit configured to group the OMCI messages to be sent, where the OMCI message in the same group has a dependency, and the OMCI message between the different groups has no dependency;
  • the determining unit is configured to determine the current support between the 0LT and the 0NT The maximum number of concurrent OMCI messages;
  • a sending unit configured to obtain an OMCI message from the packet in a non-waiting response state according to the maximum number of concurrent OMCI messages currently supported between the 0LT and the 0NT, and send the message to the 0NT.
  • a passive optical network system comprising 0LT and a plurality of 0NTs, wherein the 0LT is connected to the plurality of 0NTs in a point-to-multipoint manner through an optical distribution network 0DN;
  • the OLT message is used to group OMCI messages to be sent, where OMCI messages in the same packet have dependencies, and OMCI messages between different packets have no dependency; determining the maximum concurrent message currently supported between 0LT and 0NT And the number of the maximum concurrent OMCI messages currently supported between the 0LT and the ONT, the OMCI message is obtained from the packet in the non-waiting response state and sent to the 0NT;
  • the 0NT is configured to receive an OMCI message sent by the 0LT, and return a response message corresponding to the OMCI message to the 0LT.
  • the OMCI message when an OMCI message is sent, the OMCI message is grouped according to whether there is a dependency, so that the OMCI message in the same packet has a dependency.
  • Dependency OMCI messages between different groups have no dependencies, so that 0LT can simultaneously obtain OMCI messages from multiple packets for transmission, and when the response message of a certain group's OMCI message is not returned, it can also be from other
  • An OMCI message is sent in a packet that is not waiting for a response state to be sent.
  • the technical solution provided by the embodiment of the present invention implements the concurrency of multiple OMCI messages between the 0LT and the 0NT, thereby effectively improving the OMC I configuration efficiency and the OMC I channel bandwidth utilization of the P0N system.
  • Figure 1 is a schematic diagram of OMCI message interaction using "ping-pong" transmission mode
  • Figure 2 is a schematic diagram of the structure of a passive optical network system
  • FIG. 3 is a flowchart of an OMCI message transmission method according to an embodiment of the present invention
  • FIG. 4 is a structural diagram of an OMCI message transmission apparatus according to an embodiment of the present invention
  • FIG. 6 is a structural diagram of an OMCI message transmission apparatus according to another embodiment of the present invention.
  • FIG. 7 is a schematic structural diagram of a determining unit in the OMCI message transmission apparatus shown in FIG. 6. detailed description
  • FIG. 1 is a schematic structural diagram of a passive optical network (PON) system to which an OMCI transmission method and apparatus are applicable according to an embodiment of the present invention.
  • the P0N system 100 includes at least one optical line termination (OLT) 110 and a plurality of optical network terminations (OTTs) 120.
  • the 0LT 110 is connected to the plurality of 0NTs 120 in a point-to-multipoint manner by the 0DN 130.
  • the direction from the OLT 110 to the 0NT 120 is defined as a downlink direction, and the direction from the 0NT 120 to the 0LT 110 is an uplink direction.
  • the PON system 100 may be a communication network that does not require any active devices to implement data distribution between the OLT 110 and the ONT 120, such as the OLT 110. Data distribution with the ONT 120 can be accomplished by passive optical devices (such as optical splitters) in the 0DN 130. Moreover, in a specific embodiment, the P0N system 100 may be a Gigabit Passive Optical Network (GP0N) system or a next-generation passive optical network (such as XGP0N, etc.), or other P0N system that is managed and configured by the 0MCI method. .
  • GP0N Gigabit Passive Optical Network
  • XGP0N next-generation passive optical network
  • the OLT 110 is typically located at a central location (e.g., a central office) that can collectively manage the plurality of NTTs 120 in an OMC I manner and transfer data between the NTT 120 and an upper network (not shown).
  • the OLT 110 may act as a medium between the ONT 120 and the upper layer network, forward data received from the upper layer network to the OT 120, and receive from the OT 120 The data is forwarded to the upper layer network.
  • the specific configuration of the OLT 110 may vary depending on the specific type of the PON system 100.
  • the OLT 110 may include a downlink sending module and an uplink receiving module, and the downlink sending module.
  • the uplink receiving module For transmitting the downlink optical signal (such as an OFDM message) to the optical network unit, where the uplink receiving module is configured to receive an uplink optical signal (such as an MIMO response message) from the optical network unit, where the downlink optical signal is
  • the upstream optical signal can be transmitted through the 0DN 130.
  • the downlink sending module and the uplink receiving module can be independently configured as one pluggable optical module.
  • the OT 120 may be distributedly disposed at a user side location (such as a customer premises).
  • the ONT 120 may be a network device for communicating with the OLT 110 and a user, in particular, the ONT 120 may serve as a medium between the OLT 110 and the user, for example, the ONT 120 Data received from the OLT 110 may be forwarded to the user and data received from the user may be forwarded to the OLT 110.
  • the specific configuration of the ONT 120 may be different depending on the specific type of the P0N system 100.
  • the ONT 120 may also include an uplink sending module and a downlink receiving module.
  • the uplink sending module is configured to send an uplink optical signal (such as an 0MCI response message) to the OLT, where the downlink receiving module is configured to receive a downlink optical signal (such as an OFDM message) from the optical network line terminal.
  • the uplink sending module and the downlink receiving module may also be independently configured as one pluggable optical module.
  • the structure of the NTT 120 and the optical network terminal (Optical Network Unit, ONU) is similar, so in the solution provided in this application, the optical network unit and the optical network terminal can be interchanged.
  • the 0DN 130 may be a data distribution system employing primary or multi-level splitting, which may include optical fibers, optical couplers, optical splitters, and/or other devices.
  • the optical fiber, optical coupler, optical splitter, and/or other device may be a passive optical device, in particular, the optical fiber, optical coupler, optical splitter, and/or other
  • the device may be a device that distributes data signals between the OLT 110 and the OT 120 without power support.
  • the ODN 130 may also include one or more processing devices, such as optical amplifiers or relay devices. In the branching structure shown in FIG.
  • the 0DN 130 may specifically extend from the 0LT 110 to the plurality of 0NTs 120, but may be configured in any other point-to-multipoint configuration.
  • the 0MCI message transmission mode and apparatus provided by various embodiments of the present invention will be described in detail below in conjunction with the P0N system shown in FIG.
  • the 0MCI message transmission method provided by the embodiment of the present invention can be executed in the 0LT of the P0N system shown in FIG. 2.
  • the method may include:
  • the 0MCI messages to be sent are grouped according to whether there is a dependency, wherein the 0MCI message in the same group has a dependency, and the 0MCI message between different groups has no dependency;
  • the 0MCI message that has been sent and is waiting for a response may be defined as: the 0MCI message has been sent by the 0LT to the ONT, but the 0LT has not been received by the 0NT.
  • the corresponding response message returned, that is, the OLT is in a state of waiting for a response message from the ONT;
  • the packet in the non-waiting response state may be: a packet that has sent an OMCI message and has received a response message, or a packet that has not sent an OMCI message, or has sent an OMCI message, but has not received a response message and the waiting time has exceeded A grouping of timeouts specified by the protocol.
  • the OMCI message when sending an OMCI message, is grouped according to the presence or absence of a dependency, so that the OMCI message in the same packet has a dependency, and the OMCI message between different packets has no dependency, thereby making the 0LT
  • the OMCI message can be sent from multiple packets at the same time for transmission, and when the response message of the OMCI message of a certain packet is not returned, the OMCI message can also be sent from other non-waiting response status packets.
  • the technical solution provided by the embodiment of the present invention implements multiple OMCI message concurrency between 0LT and 0NT, thereby effectively improving the OMCI configuration efficiency and the OMCI channel bandwidth utilization of the P0N system.
  • Example 2
  • the OMCI message transmission apparatus may be configured in the OLT of the PON system shown in FIG. 2.
  • the OMCI message transmission apparatus may include: a grouping unit 201, a determining unit 202, a searching unit 203, and Transmitting unit 204.
  • the grouping unit 201 is configured to group the 0MCI messages to be sent according to whether there is a dependency relationship, where the 0MCI message in the same group has a dependency, and the 0MCI message between different groups has no dependency;
  • the determining unit 202 is configured to determine the maximum number of concurrent 0MCI messages currently supported between 0LT and 0NT;
  • the searching unit 203 is configured to search for a packet in a non-waiting response state
  • the sending unit 204 is configured to: when the number of OMCI messages that have been sent and are waiting for a response is less than the maximum number of concurrent messages currently supported between the 0LT and the NTT, obtain an OMCI message from the packet in the non-waiting response state. Sent to 0NT;
  • the packet in the non-waiting response state may be: OMCI sent A packet that has received a response message, or a packet that has not sent an OMCI message, or has sent an OMCI message, but has not received a response message and has waited for a timeout that exceeds the timeout period specified by the protocol.
  • the OMCI message when the OMCI message is sent, the OMCI message is grouped according to the presence or absence of the dependency, so that the OMCI message in the same packet has a dependency, and the OMCI message between different packets has no dependency, thereby making the 0LT
  • the OMCI message can be sent from multiple packets at the same time for transmission, and when the response message of the OMCI message of a certain packet is not returned, the OMCI message can also be sent from other non-waiting response status packets.
  • the technical solution provided by the embodiment of the present invention implements multiple OMCI message concurrency between 0LT and 0NT, thereby effectively improving the OMCI configuration efficiency and the OMCI channel bandwidth utilization of the P0N system.
  • Example 3
  • the embodiment of the present invention further provides a PON system, which may be as shown in FIG. 2, and includes: at least one OLT and multiple optical networks.
  • Terminal 0NT wherein the OLT is connected to the plurality of OTs in a point-to-multipoint manner through the DN, and the OLT can implement management and configuration of the OT by sending an OMC I message to the OT.
  • the 0LT is configured to group the OMCI messages to be sent according to the presence or absence of a dependency, so that the OMCI messages in the same packet have dependencies, and the OMCI messages between different packets have no dependency; and, When the number of OMCI messages waiting to be responded is less than the maximum number of concurrent messages currently supported between the 0LT and the 0NT, the OMCI message is obtained from the packet in the non-waiting response state and sent to the 0NT;
  • 0NT configured to receive an OMCI message sent by the 0LT, and return a response message corresponding to the OMCI message to the 0LT.
  • the packet in the non-waiting response state may be: a packet that has sent an OMCI message and has received a response message, or a packet that does not send an OMCI message, or has sent an OMCI message, but does not receive a response message and waits for a time A packet that has exceeded the timeout period specified by the agreement.
  • the 0LT groups the OMCI messages to be sent according to whether there is a dependency, so that the OMCI messages in the same packet have dependencies, and the OMCI messages between different packets have no dependency, so that the 0LT can simultaneously
  • the OMCI message is sent in multiple packets for transmission, and when the response message of the OMCI message of a certain group is not returned, the OMCI message may also be sent from other non-waiting response status packets.
  • the technical solution provided by the embodiment of the present invention implements the concurrency of multiple messages between the 0LT and the 0NT, thereby effectively improving the OMCI configuration efficiency of the P0N system and the bandwidth utilization of the OMCI channel.
  • Example 4 Example 4:
  • the method for transmitting an OMCI message provided by the embodiment of the present invention, as shown in FIG. 5, includes the following steps:
  • the 0MCI messages to be sent are grouped according to whether there is a dependency, so that the 0MCI message in the same packet has a dependency, and the 0MCI message between different packets has no dependency.
  • having a dependency between 0MCI messages may be reflected as a result of the response of one of the 0MCI messages being dependent on another 0MCI message.
  • the method for determining whether there is a dependency between the 0MCI messages may be: If the 0LT sends the next 0MCI message, the response message of the previous 0MCI message is required, that is, when the 0LT receives the response of the previous 0MCI message. After the message, the next 0MCI message can be sent continuously, then the previous and next 0MCI messages have a dependency; otherwise, the previous and next 0MCI messages have no dependency.
  • the 0MCI messages to be sent are grouped according to the presence or absence of a dependency, and the following manner can be adopted:
  • Manner 1 According to the service type to which the 0MCI message to be sent belongs. Since there is usually no dependency between 0MCI messages of different service types, 0MCI messages of different service types can be divided into different groups, and 0MCI messages of the same service type are grouped into the same group.
  • the 0MCI message belonging to the Layer 2 service and belonging to the IP voice service VOIP can Divided into different groups.
  • Method 2 In the same service type, the relationship between different objects is configured to be non-dependent.
  • OMCI messages corresponding to different ports of 0NT can be divided into different groups, and all OMCI messages of the same port are divided into the same group.
  • step 402 can be implemented by the following steps:
  • the maximum number of concurrent 0MCI messages supported by the 0NT can be obtained by any of the following methods:
  • the configuration and capability of the ONT are sent to the OLT by using the management information base upload (mib upload), where the configuration and capabilities of the ONT include: the maximum concurrent 0MCI message supported by the 0NT. quantity.
  • the configuration and capabilities of the ONT include: the maximum concurrent 0MCI message supported by the 0NT. quantity.
  • 0LT can report the configuration and capability of the ONT to 0LT by requesting 0NT for mib upload.
  • the 0LT can be informed by extending the new message or by extending the number of the maximum concurrent 0MCI messages supported by the 0NT for the extended attributes of the 0NT2-G message or other messages in the G.984.4 protocol.
  • Manner 2 The 0LT sends a request message for obtaining the maximum number of concurrent 0MCI messages currently supported by the 0NT to the 0NT, and receives the number of the maximum concurrent 0MCI messages supported by the 0NT supported by the 0NT through the corresponding response message.
  • 0LT needs to know the maximum number of concurrent 0MCI messages supported by 0NT
  • 0LT can actively send a request message for obtaining the maximum number of concurrent 0MCI messages currently supported by 0NT to 0NT.
  • After receiving the request message 0NT returns corresponding to 0LT.
  • a response message, wherein the response message 7 carries the maximum number of concurrent 0MCI messages supported by the OT.
  • 0LT receives the number of maximum concurrent 0MCI messages supported by the ONT sent by the NTT through an Attribute Value Change (AVC) message.
  • AVC Attribute Value Change
  • 0NT can use the AVC mechanism defined by the G.984.4 protocol to report the maximum number of concurrent OMCI messages it supports, when the ONT is running a task that is occupied by a high CPU, etc., and the ability to change the maximum number of concurrent OMCI messages of the 0NT is changed.
  • AVC Attribute Value Change
  • the maximum number of concurrent OMCI messages supported by the OMCI channel can be obtained by the following calculations:
  • is the maximum number of concurrent OMCI messages supported by the OMCI channel
  • is 0MCI channel bandwidth
  • z is the size of each 0MCI message (usually 53Bytes).
  • the number of maximum concurrent 0MCI messages supported by the 0LT may be the sum of the maximum number of concurrent 0MCI messages supported by each 0NT connected to the 0LT.
  • the number of the maximum concurrent 0MCI messages currently supported between the OLT and the OT may be a negotiated number determined according to the maximum number of concurrent 0MCI messages supported by the OLT and the maximum number of concurrent 0MCI messages supported by the OT.
  • the negotiated quantity may be a minimum between the number of maximum concurrent 0MCI messages supported by the OLT and the number of maximum concurrent 0MCI messages supported by the OT, namely:
  • the number of concurrent 0MCI message negotiation min (the maximum number of concurrent 0MCI messages supported by the 0LT, and the maximum number of concurrent 0MCI messages supported by 0NT);
  • the number of concurrent 0MCI message negotiation may be finally determined as the maximum number of concurrent 0MCI messages currently supported between the 0LT and the ONT. And The number of concurrent OMCI messages that are ultimately used by the system;
  • the number of concurrent OMCI message negotiation is greater than or equal to the maximum number of concurrent OMCI messages supported by the OMCI channel
  • the number of currently supported maximum concurrent OMCI messages between the 0LT and the ONT needs to be determined as the OMCI message channel support.
  • the maximum number of concurrent OMCI messages is the maximum number of concurrent OMCI messages.
  • Concurrency Quantity Concurrent OMCI Message Negotiation Quantity ⁇ OMCI Channel Bandwidth Supported Concurrent OMCI Messages? Concurrent OMCI message negotiation number: The number of concurrent OMCI messages supported by OMCI channel bandwidth;
  • the maximum number of concurrent 0MCI messages supported by the 0MCI channel bandwidth is very large; in contrast, 0LT and 0NT are subject to CPU processing power, and the maximum number of concurrent 0MCI messages supported by the two is much smaller than 0MCI channel support.
  • the order of the steps of obtaining the maximum number of concurrent 0MCI messages supported by the OT, the maximum number of concurrent 0MCI messages supported by the OLT, and the maximum number of concurrent 0MCI messages supported by the 0MCI channel does not affect the present invention.
  • the implementation of the embodiments, that is, the order of the above steps may be any combination.
  • the packet in the non-waiting response may be: a packet that has sent a 0MCI message and has received a response message, or a packet that has not sent an 0MCI message, or has sent a 0MCI message, but has not received a response message and the waiting time has exceeded the protocol.
  • a grouping of specified timeouts may be: a packet that has sent a 0MCI message and has received a response message, or a packet that has not sent an 0MCI message, or has sent a 0MCI message, but has not received a response message and the waiting time has exceeded the protocol.
  • the packet in the waiting for response state may be: 0MCI message is sent to 0NT but no response message is received.
  • the 0LT receives a response message to the transmitted 0MCI message or waits for a response message to receive the 0MCI message to time out.
  • the timeout is specified in the International Telecommunication Union G984.4 protocol: the high priority message waits for a response timeout of 1 second, and the low priority message waits for a response timeout of 3 seconds; 3 times of timeout is considered a true timeout.
  • the 0LT modifies the packet to which the transmitted 0MCI message belongs to be in a non-waiting response state.
  • the 0LT organizes each group according to the relationship between the respective 0MCI messages.
  • OMCI message in .
  • the OMCI message When receiving the response message of the sent OMCI message, the OMCI message is sent, and the OMCI message sent is deleted in the corresponding packet; when the response message waiting to receive the sent OMCI message times out, the OMCI message is sent, in the corresponding The OMCI message that this clause failed to send is retained in the packet and is to be sent.
  • the 0LT when sending an OMCI message, groups the OMCI message according to the presence or absence of the dependency, so that the OMCI message in the same packet has a dependency, and the OMCI message between different packets has no dependency, thereby making
  • the 0LT can simultaneously obtain an OMCI message from multiple packets for transmission, and when the response message of the OMCI message of a certain packet is not returned, the OMCI message can also be obtained from other non-waiting response status packets.
  • the technical solution provided by the embodiment of the present invention implements the concurrency of multiple OMCI messages between 0LT and 0NT, thereby effectively improving the OMC I configuration efficiency and the OMC I channel bandwidth utilization of the P0N system.
  • the present application further provides an OMCI message transmission apparatus.
  • FIG. 6, is a schematic structural diagram of an OMCI message transmission apparatus according to an embodiment of the present invention.
  • the OMCI message transmission device can be configured at 0LT for transmitting OMCI messages to the 0NT.
  • the OMCI message transmission device may include:
  • the grouping unit 701 is configured to group the 0MCI messages to be sent according to the presence or absence of a dependency, so that the 0MCI message in the same packet has a dependency, and the 0MCI message between the different packets has no dependency;
  • the determining unit 702 is configured to determine a maximum number of concurrent 0MCI messages currently supported between 0LT and 0NT;
  • the searching unit 703 is configured to find a packet in a non-waiting response state.
  • the sending unit 704 is configured to: when the number of 0MCI messages that have been sent and are waiting for a response is less than the maximum number of concurrent messages currently supported between the 0LT and the NTT, obtain the 0MCI message from the packet in the non-waiting response state and Sent to 0NT;
  • the packet in the non-waiting response state may be: a packet that has sent an OMCI message and has received a response message, or a packet that does not send an OMCI message, or has sent an OMCI message, but does not receive a response message and waits for a time A packet that has exceeded the timeout period specified by the agreement.
  • the OMCI message transmission apparatus may further include:
  • the first adjusting unit 705 is configured to modify, after the sending unit 704 sends the 0MCI message, the packet in a non-waiting response state to a packet in a state of waiting for a response, where the group waiting for the response state is: A packet that has received a 0MCI message and has not received a response message;
  • the second adjusting unit 706 is configured to modify the packet to which the sent 0MCI message belongs to be non-received when the time when the response message of the sent 0MCI message is received or the response message of the sent 0MCI message is received is greater than the preset time A group waiting for a response status.
  • the determining unit 702 may include:
  • the 0NT maximum concurrency acquisition module 7021 is used to obtain the maximum number of concurrent 0MCI messages supported by 0NT.
  • the 0MCI channel maximum concurrency calculation module 7022 is used to determine the maximum number of concurrent 0MCI messages supported by the 0MCI channel.
  • the 0LT Maximum Concurrency Number Judgment Module 7023 is used to determine the maximum number of concurrent OMCI messages supported by the 0LT.
  • the number of the maximum concurrent OMCI messages supported by the 0LT may be the sum of the maximum number of concurrent OMCI messages supported by each 0NT connected to the 0LT.
  • a maximum concurrency number determining module 7024 configured to determine, according to the number of maximum concurrent OMCI messages supported by the OTT, the number of maximum concurrent OMCI messages supported by the OMCI channel, and the number of maximum concurrent OMCI messages supported by the OTT. The maximum number of concurrent OMCI messages currently supported between 0LT and the 0NT.
  • the 0NT maximum concurrent number obtaining module 7021 may include: The ONT management information base receiving sub-module is configured to receive the management information database report (mib upload) of the ONT, and the management information database reported from the ONT includes the configuration and capability of the 0NT, and the configuration and capabilities of the 0NT include: The number of maximum concurrent OMCI messages supported by the OT;
  • the 0NT maximum concurrent number acquisition submodule is configured to obtain the maximum number of concurrent OMCI messages supported by the 0NT from the management information database reported by the 0NT.
  • the 0NT maximum concurrent number acquisition module 7021 may include:
  • a request message sending submodule configured to send a request message to the 0NT for obtaining the maximum number of concurrent 0MCI messages currently supported by 0NT;
  • the 0NT maximum concurrent number obtaining submodule is configured to receive the response message corresponding to the request message returned by the 0NT, and obtain the maximum number of concurrent 0MCI messages supported by the 0NT from the response message.
  • the 0NT maximum concurrent number obtaining module 7021 may include:
  • the AVC message receiving submodule is configured to receive an AVC message sent by the 0NT when the capability of the maximum number of concurrent 0MCI messages changes, wherein the AVC message carries the maximum number of concurrent 0MCI messages supported by the 0NT;
  • the 0NT maximum concurrent number acquisition submodule is configured to obtain, from the AVC message, the number of the maximum concurrent 0MCI messages supported by the 0NT.
  • each module in the 0MCI message transmission apparatus of this embodiment can be referred to the specific description of the above embodiment of the 0MCI message transmission method.
  • the 0MCI message when the 0LT sends the 0MCI message, the 0MCI message is grouped according to the presence or absence of the dependency, so that the 0MCI message in the same packet has a dependency, and the 0MCI message between different packets has no dependency, thereby making
  • the 0LT can acquire the 0MCI message from multiple packets for transmission at the same time, and when the response message of the 0MCI message of a certain packet is not returned, the 0MCI message can also be obtained from other non-waiting response status packets for transmission.
  • the technical solution provided by the embodiment of the present invention implements multiple 0MCI message concurrency between 0LT and 0NT, thereby effectively improving OMC I configuration efficiency and OMC I channel bandwidth utilization of PON systems.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Small-Scale Networks (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

本发明实施例提供一种OMCI消息传输方法、设备和无源光网络系统。所述OMCI消息传输方法包括:将待发送的OMCI消息进行分组,其中,同一分组内的OMCI消息具有依赖性,不同分组之间的OMCI消息无依赖性;确定OLT与ONT之间当前支持的最大并发OMCI消息的数量;根据所述OLT与ONT之间当前支持的最大并发OMCI消息的数量,从处于非等待回应状态的分组中获取OMCI消息并发送给ONT。

Description

OMCI消息传输方法、 装置及无源光网络系统 技术领域
本发明涉及通信技术领域, 尤其涉及一种光网络终端管理和控 制接口 ( ONT Management and Control Interface, OMCI ) 消息传 输方法、 装置及无源光网络(Passive Optical Network, PON)系统。 背景技术
无源光网络系统主要由 0LT (光线路终端)、 0DN (光分配网络) 和 0NT (光网络终端 ) 组成。 在 GP0N (吉比特无源光网络 ) /10GPON ( 10千兆比特无缘光网络) 中, 0LT采用 0MCI协议对 0NT进行管理 和配置。 根据现有 0MCI 协议的定义, 0LT 与 0NT之间传输 0MCI 消 息的方式为 "乒乓式 "的 ,如图 1所示, 0NT接收到 0LT下发的 OMC I 消息 ( OMCI Message ) 之后向 0LT返回对应的 0MCI 回应消息 ( 0MCI Response Message ), 当 OLT接收到上一条 OMCI 消息的回应消息或 者 0LT等待回应超时, 才能继续发送下一条 0MCI 消息; 若未收到上 一条 0MCI 消息的回应消息, 则不能发送下一条 0MCI 消息。 随着 GPON/10GPON支持的应用不断扩充, 用于配置 0NT的 0MCI 消息也越 来越多, 采用上述协议规定的 "乒乓式" 消息传输方式会导致 0MCI 配置效率和 0MCI通道带宽利用率较低。
有鉴于此, 业界提出采用可变长的 0MCI 消息, 通过增加单条 0MCI 消息携带的信息量来提高 0MCI 的配置速度和效率。 但是, 即 使采用可变长的 0MCI 消息, 0LT与 0NT之间的 0MCI 消息交互方式 仍然为 "乒乓式"。 因此,采用可变长的 OMC I 消息的 P0N 系统的 OMC I 配置效率以及 0MCI通道带宽利用率仍然较低。 发明内容
本发明的实施例提供一种 0MCI 消息传输方法和装置, 有效提高 了 PON 系统的 OMCI 配置效率和 OMCI 通道带宽利用率。 本发明的实 施例还进一步提供一种可采用上述 OMCI 消息传输方法和装置的 P0N 系统。
为达到上述目的, 本发明的实施例采用如下技术方案:
一种 OMCI 消息传输方法, 包括:
将待发送的 OMCI 消息进行分组, 其中同一分组内的 OMCI 消息 具有依赖性, 不同分组之间的 OMCI 消息无依赖性;
确定 0LT与 0NT之间当前支持的最大并发 OMCI 消息的数量; 根据所述 0LT与 0NT之间当前支持的最大并发 OMCI消息的数量, 从处于非等待回应状态的分组中获取 OMCI 消息并发送给 0NT。
一种 OMCI 消息传输装置, 包括:
分组单元, 用于将待发送的 OMCI 消息进行分组, 其中同一分组 内的 OMCI 消息具有依赖性, 不同分组之间的 OMCI 消息无依赖性; 确定单元, 用于确定 0LT与 0NT之间当前支持的最大并发 OMCI 消息的数量;
发送单元, 用于根据所述 0LT与 0NT之间当前支持的最大并发 OMCI 消息的数量, 从处于非等待回应状态的分组中获取 OMCI 消息 并发送给 0NT。
一种无源光网络系统, 包括 0LT和多个 0NT, 其中所述 0LT通 过光分配网络 0DN以点到多点的形式连接到所述多个 0NT;
其中所述 0LT, 用于将待发送的 OMCI 消息进行分组, 其中同一 分组内的 OMCI 消息具有依赖性, 不同分组之间的 OMCI 消息无依赖 性; 确定 0LT与 0NT之间当前支持的最大并发消息条数; 并且, 根 据所述 0LT和所述 0NT之间当前支持的最大并发 OMCI 消息的数量, 从处于非等待回应状态的分组中获取 OMCI 消息并发送给所述 0NT;
所述 0NT, 用于接收所述 0LT发送的 OMCI 消息, 并向所述 0LT 返回与所述 OMCI 消息相对应的回应消息。
本发明实施例提供的技术方案, 在发送 OMCI 消息时, 根据有无 依赖性对 OMCI 消息进行分组, 使得同一分组内的 OMCI 消息具有依 赖性, 不同分组之间的 OMCI 消息无依赖性, 从而使得 0LT可以同时 从多个分组中获取 OMCI 消息进行发送, 并且在某个分组的 OMCI 消 息的回应消息未返回时, 还可以从其他的非等待回应状态的分组中 获取 OMCI 消息进行发送。 与现有技术相比, 本发明实施例提供的技 术方案实现了 0LT与 0NT之间多条 OMCI 消息的并发, 从而有效提高 了 P0N系统的 OMC I 配置效率和 OMC I通道带宽利用率。 附图说明
图 1 为采用 "乒乓式" 传输方式的 OMCI 消息交互示意图; 图 2为无源光网络系统的结构示意图;
图 3为本发明一种实施例提供的 OMCI 消息传输方法的流程图; 图 4为本发明一种实施例提供的 OMCI 消息传输装置的结构图; 图 5 为本发明另一种实施例提供的 OMCI 消息传输方法的流程 图;
图 6 为本发明另一种实施例提供的 OMCI 消息传输装置的结构 图;
图 7为图 6所示的 OMCI消息传输装置中确定单元的结构示意图。 具体实施方式
下面结合附图对本发明实施例 OMCI 消息传输方法、 装置及无源 光网络系统进行详细描述。
请参阅图 1, 其为本发明实施例提供的 OMCI传输方法和装置可 以适用的无源光网络 ( P0N ) 系统的结构示意图。 所述 P0N 系统 100 包括至少一个光线路终端 ( OLT ) 110和多个光网络终端 ( 0NT ) 120。 所述 0LT 110 通过 0DN 130 以点到多点的形式连接到所述多个 0NT 120。 其中, 从所述 OLT 110到所述 0NT 120的方向定义为下行方向, 而从所述 0NT 120到所述 0LT 110的方向为上行方向。
所述 P0N 系统 100 可以是不需要任何有源器件来实现所述 0LT 110与所述 ONT 120之间的数据分发的通信网络,比如,所述 OLT 110 与所述 ONT 120之间的数据分发可以通过所述 0DN 130 中的无源光 器件(比如分光器)来实现。 并且, 在具体实施例中, 所述 P0N 系统 100可以为吉比特无源光网络(GP0N)系统或者下一代无源光网络(比 如 XGP0N等), 或者其他采用 0MCI方式进行管理和配置的 P0N 系统。
所述 OLT 110通常位于中心位置(例如中心局),其可以采用 OMC I 方式统一管理所述多个 0NT 120, 并在所述 0NT 120与上层网络(图 未示)之间传输数据。 具体来说, 所述 0LT 110可以充当所述 0NT 120 与所述上层网络之间的媒介, 将从所述上层网络接收到的数据转发 到所述 0NT 120, 以及将从所述 0NT 120 接收到的数据转发到所述 上层网络。 所述 0LT 110的具体结构配置可能会因所述 P0N 系统 100 的具体类型而异, 比如, 在一种实施例中, 所述 0LT 110 可以包括 下行发送模块和上行接收模块, 所述下行发送模块用于向所述光网 络单元发送下行光信号(比如 0MCI 消息), 所述上行接收模块用于接 收来自所述光网络单元的上行光信号(比如 0MCI 回应消息), 其中所 述下行光信号和上行光信号可通过所述 0DN 130 进行传输。 并且, 所述下行发送模块和上行接收模块可以独立配置成一个可插拔的光 模块。
所述 0NT 120可以分布式地设置在用户侧位置(比如用户驻地)。 所述 0NT 120 可以为用于与所述 0LT 110和用户进行通信的网络设 备, 具体而言, 所述 ONT 120 可以充当所述 OLT 110 与所述用户之 间的媒介, 例如, 所述 0NT 120可以将从所述 0LT 110接收到的数 据转发到所述用户,以及将从所述用户接收到的数据转发到所述 0LT 110。 同样, 所述 0NT 120 的具体结构配置可能会因所述 P0N 系统 100 的具体类型而异, 比如, 在一种实施例中, 所述 0NT 120 可以 也包括上行发送模块和下行接收模块, 所述上行发送模块用于向所 述 0LT发送上行光信号(比如 0MCI 回应消息), 所述下行接收模块用 于接收来自所述光网络线路终端的下行光信号(比如 0MCI 消息)。 并 且, 所述上行发送模块和下行接收模块也可以独立配置成一个可插 拔的光模块。 另外, 应当理解, 所述 0NT 120 的结构与光网络终端 (Optical Network Unit, ONU)相近, 因此在本申请文件提供的方案 中, 光网络单元和光网络终端之间可以互换。
所述 0DN 130 可以是一个采用一级分光或多级分光的数据分发 系统, 其可以包括光纤、 光耦合器、 光分路器和 /或其他设备。 在一 个实施例中, 所述光纤、 光耦合器、 光分路器和 /或其他设备可以是 无源光器件, 具体来说, 所述光纤、 光耦合器、 光分路器和 /或其他 设备可以是在所述 0LT 110和所述 0NT 120之间分发数据信号是不 需要电源支持的器件。 另外, 在其他实施例中, 该 ODN 130 还可以 包括一个或多个处理设备, 例如, 光放大器或者中继设备(Relay device)。 在如图 2所示的分支结构中, 所述 0DN 130具体可以从所 述 0LT 110 延伸到所述多个 0NT 120, 但也可以配置成其他任何点 到多点的结构。 以下将结合图 2 所示的 P0N 系统, 对本发明各种实施例提供的 0MCI 消息传输方式和装置进行详细介绍。
实施例 1:
本发明实施例提供的 0MCI消息传输方法可以在图 2所示 P0N系 统的 0LT 中执行。 请参阅图 3, 所述方法可以包括:
101、 将待发送的 0MCI 消息按照有无依赖关系进行分组, 其中 同一分组内的 0MCI 消息具有依赖性, 不同分组之间的 0MCI 消息无 依赖性;
102、 确定 0LT与 0NT之间当前支持的最大并发 0MCI 消息的数 量;
103、 查找处于非等待回应状态的分组;
104、 在已发送且等待回应的 0MCI 消息的数量小于所述 0LT与 0NT之间当前支持的最大并发 0MCI 消息的数量时, 从所述处于未等 待回应非等待回应状态的分组中获取 0MCI 消息并且发送给 0NT。
其中, 所述已发送且等待回应的 0MCI 消息可以定义为: 所述 0MCI 消息已经由 0LT发送给 0NT,但所述 0LT尚未接收到由所述 0NT 返回的对应回应消息, 即所述 0LT处于等待来自所述 0NT 的回应消 息的状态;
所述处于非等待回应状态的分组可以为: 已发送 OMCI 消息且已 接收到回应消息的分组、 或未发送 OMCI 消息的分组、 或已发送 OMCI 消息, 但未接收到回应消息且等待时间已经超过协议规定的超时时 间的分组。
采用本实施例提供的方法, 在发送 OMCI 消息时, 根据有无依赖 性对 OMCI 消息进行分组, 使得同一分组内的 OMCI 消息具有依赖性, 不同分组之间的 OMCI 消息无依赖性, 从而使得 0LT可以同时从多个 分组中获取 OMCI 消息进行发送, 并且在某个分组的 OMCI 消息的回 应消息未返回时, 还可以从其他的非等待回应状态的分组中获取 OMCI 消息进行发送。 与现有技术相比, 本发明实施例提供的技术方 案实现了 0LT与 0NT之间多条 OMCI 消息并发, 从而有效提高了 P0N 系统的 OMCI 配置效率和 OMCI通道带宽利用率。 实施例 2:
本发明实施例提供的 OMCI消息传输装置可以配置在在图 2所示 P0N系统的 0LT中, 请参阅图 4, 所述 OMCI 消息传输装置可以包括: 分组单元 201, 确定单元 202, 查找单元 203和发送单元 204。
其中, 分组单元 201, 用于将待发送的 0MCI 消息按照有无依赖 关系进行分组, 其中同一分组内的 0MCI 消息具有依赖性, 不同分组 之间的 0MCI 消息无依赖性;
确定单元 202, 用于确定 0LT 与 0NT之间当前支持的最大并发 0MCI 消息的数量;
查找单元 203, 用于查找处于非等待回应状态的分组;
发送单元 204, 用于在已发送且等待回应的 OMCI 消息的数量小 于所述 0LT与 0NT之间当前支持的最大并发消息条数时, 从所述处 于非等待回应状态的分组中获取 OMCI 消息并发送给 0NT;
其中, 所述处于非等待回应状态的分组可以为: 已发送 OMCI 消 息且已接收到回应消息的分组、 或未发送 OMCI 消息的分组、 或已发 送 OMCI 消息, 但未接收到回应消息且等待时间已经超过协议规定的 超时时间的分组。
采用本实施例提供的装置, 在发送 OMCI 消息时, 根据有无依赖 性对 OMCI 消息进行分组, 使得同一分组内的 OMCI 消息具有依赖性, 不同分组之间的 OMCI 消息无依赖性, 从而使得 0LT可以同时从多个 分组中获取 OMCI 消息进行发送, 并且在某个分组的 OMCI 消息的回 应消息未返回时, 还可以从其他的非等待回应状态的分组中获取 OMCI 消息进行发送。 与现有技术相比, 本发明实施例提供的技术方 案实现了 0LT与 0NT之间多条 OMCI 消息并发, 从而有效提高了 P0N 系统的 OMCI 配置效率和 OMCI通道带宽利用率。 实施例 3:
基于上述实施例 1和 2提供的 OMCI传输方法和传输, 本发明实 施例还进一步提供一种 P0N系统, 所述 P0N 系统可以是如图 2所示, 其包括: 至少一个 0LT 和多个光网络终端 0NT, 其中所述 0LT通过 0DN以点到多点的形式连接到所述多个 0NT, 且所述 0LT可以通过向 所述 0NT发送 OMC I 消息, 实现所述 0NT进行管理和配置。
其中, 所述 0LT, 用于将待发送的 OMCI 消息按照有无依赖关系 进行分组, 使得同一分组内的 OMCI 消息具有依赖性, 不同分组之间 的 OMCI 消息无依赖性; 并且, 在已发送且等待回应的 OMCI 消息的 数量小于所述 0LT和 0NT之间当前支持的最大并发消息条数时, 从 处于非等待回应状态的分组中获取 OMCI 消息并发送给所述 0NT;
0NT, 用于接收所述 0LT发送的 OMCI 消息, 并向所述 0LT返回 与所述 OMCI 消息相对应的回应消息。
其中, 所述处于非等待回应状态的分组可以为: 已发送 OMCI 消 息且已接收到回应消息的分组、 或未发送 OMCI 消息的分组、 或已发 送 OMCI 消息, 但未接收到回应消息且等待时间已经超过协议规定的 超时时间的分组。 采用本实施例提供的系统, 0LT根据有无依赖性对待发送的 OMCI 消息进行分组, 使得同一分组内的 OMCI 消息具有依赖性, 不同分组 之间的 OMCI 消息无依赖性, 从而使得 0LT可以同时从多个分组中获 取 OMCI 消息进行发送, 并且在某个组的 OMCI 消息的回应消息未返 回时, 还可以从其他的非等待回应状态的分组中获取 OMCI 消息进行 发送。 与现有技术相比, 本发明实施例提供的技术方案实现了 0LT 与 0NT之间多条消息的并发, 从而有效提高了 P0N系统的 OMCI 配置 效率和 OMCI通道带宽利用率。 实施例 4:
本发明实施例提供的 OMCI 消息的传输方法, 如图 5所示, 包括 以下步骤:
401、 将待发送的 0MCI 消息按照有无依赖关系进行分组, 使得 同一分组内的 0MCI 消息具有依赖性, 不同分组之间的 0MCI 消息无 依赖性。
在具体实施例中, 0MCI 消息之间具有依赖性可以反映为其中一 条 0MCI 消息的发送需要依赖于另一条 0MCI 消息的回应结果。 比如, 所述 0MCI 消息之间有无依赖性的判断方法可以为: 若 0LT下发下一 条 0MCI 消息时, 需依赖上一条 0MCI 消息的回应消息, 亦即当 0LT 接收到上一条 0MCI 消息的回应消息后, 才能继续发送下一条 0MCI 消息, 则所述上一条和下一条 0MCI 消息具有依赖性; 反之, 则所述 上一条和下一条 0MCI 消息不具有依赖性。
具体地, 将待发送的 0MCI 消息按照有无依赖关系进行分组, 可 以采用如下方式:
方式一、 根据待发送的 0MCI 消息所属的业务类型进行分组。 由 于不同业务类型的 0MCI 消息之间通常没有依赖性, 因而可以将不同 业务类型的 0MCI 消息分在不同的分组中, 将同一业务类型的 0MCI 消息分在同一分组中。
例如, 属于二层业务和属于 IP语音业务 VOIP的 0MCI 消息可以 划分在不同的分组中。
方式二、 同一种业务类型中, 将不同对象之间的关系配置为无 依赖性。
例如, 在二层业务中, 可以将 0NT不同端口所对应的 OMCI 消息 划分到不同分组, 而将同一个端口的所有 OMCI 消息划分在同一个分 组中。
402、 确定 0LT与 0NT之间当前支持的最大并发 0MCI 消息的数 量。
具体地, 步骤 402 可以通过如下步骤实现:
首先, 获取 0NT支持的最大并发 0MCI 消息的数量。
本实施例中, 所述 0NT支持的最大并发 0MCI 消息的数量可以通 过以下任一种方式获取:
方式一: 0NT 通过管理信息库上才艮 ( management information base upload, mib upload ) 将其配置和能力上才艮给 OLT, 其中所 述 ONT的配置和能力包括: 所述 0NT支持的最大并发 0MCI 消息的数 量。 根据 G.984.4 协议, 0NT首次激活并注册到 0LT 时或者 0LT发 现与 0NT的 mib不同步时, 0LT可以通过要求 0NT进行 mib upload 来把 ONT 的配置和能力上报给 0LT。 在这个过程中, 可通过扩展新 消息或者在 G.984.4协议中对 0NT2-G消息或其他消息的扩展属性携 带所述 0NT支持的最大并发 0MCI 消息的数量, 来告知 0LT。
方式二: 0LT向 0NT发送用于获取 0NT 当前支持最大并发 0MCI 消息数量的请求消息, 并接收所述 0NT 通过相应的回应消息承载的 所述 0NT支持的最大并发 0MCI 消息的数量。 当 0LT需要得知 0NT支 持的最大并发 0MCI 消息的数量时, 0LT可以主动向 0NT发送用于获 取 0NT 当前支持最大并发 0MCI 消息数量的请求消息, 0NT收到该请 求消息后, 向 0LT返回相应的回应消息, 其中所述回应消息 7 载有 所述 0NT支持的最大并发 0MCI 消息的数量。
方式三: 0LT接收 0NT通过属性值变化( Attribute Value Change AVC ) 消息发送的所述 ONT支持的最大并发 0MCI 消息的数量。 比如, 当 ONT正在运行高 CPU 占用的任务等原因导致 0NT的最大并发 OMCI 消息数量的能力发生变化时, 0NT 可采用 G.984.4 协议定义的 AVC 机制, 将其当前支持的最大并发 OMCI 消息的数量上报给 0LT。
其次, 计算 OMCI通道支持的最大并发 OMCI 消息的数量。
OMCI通道支持的最大并发 OMCI 消息的数量,可以通过以下计算 获得:
Y= ( X * 1024 * 1024 ) / ( ζ* 8 );
其中, Υ为 OMCI通道支持的最大并发 OMCI消息的数量、 χ为 0MCI 通道带宽、 z为每个 0MCI 消息的大小 (通常为 53Byte )。 所述 OMCI 通道带宽的单位是: Mbit/s (兆比特每秒), 其中 M (兆) 与 bit (比 特) 间的换算关系为: 1M=1024 * 1024bit, 8 个 bit 为 1 个 Byte (字节)。
接着, 判断 0LT支持的最大并发 0MCI 消息的数量。
比如, 所述 0LT支持的最大并发 0MCI 消息的数量可以是连接到 所述 0LT的各个 0NT所支持的最大并发 0MCI 消息数量之和。
最后, 确定所述 0LT与所述 0NT之间当前支持的最大并发 0MCI 消息的数量。
具体而言, 所述 0LT与所述 0NT之间当前支持的最大并发 0MCI 消息的数量可以是根据所述 0LT支持的最大并发 0MCI消息数量和所 述 0NT支持的最大并发 0MCI 消息数量确定的协商数量, 比如, 所述 协商数量可以为所述 0LT 支持的最大并发 0MCI 消息的数量和所述 0NT支持的最大并发 0MCI 消息的数量二者之间的最小值, 即:
并发 0MCI 消息协商数量 = min (所述 0LT支持的最大并发 0MCI 消息数量, 0NT支持的最大并发 0MCI 消息数量);
不过, 系统使用的并发 0MCI 消息数量不能超出 0MCI 通道带宽 大小的限制, 即:
当所述并发 0MCI 消息协商数量小于 0MCI通道支持的并发 0MCI 消息数量时, 可以将所述并发 0MCI 消息协商数量最终确定为所述 0LT与所述 0NT之间当前支持的最大并发 0MCI 消息的数量, 并将其 作为系统最终使用的并发 OMCI 消息数量;
当所述并发 OMCI 消息协商数量大于或等于 OMCI 通道支持的最 大并发 OMCI 消息数量时, 需要将所述 0LT与所述 0NT之间当前支持 的最大并发 OMCI 消息的数量确定为所述 OMCI 消息通道支持的最大 并发 OMCI 消息的数量。
具体可以表达如下:
确定的 OMCI 消息并发数量 = 并发 OMCI 消息协商数量 < OMCI 通道带宽支持的并发 OMCI 消息数量 ? 并发 OMCI 消息协商数量 : OMCI通道带宽支持的并发 OMCI 消息数量;
在步骤 4022 中, 假设 0MCI 通道带宽 X 为 1M, 每个 0MCI 消息 53Byte, 则 1秒内可传输的 OMC I 消息个数为: Y= ( χ * 1024 * 1024 ) / ( ζ* 8 ) =2478, 即, 1秒内可以发送 2478条消息。
通过上述计算可以看出, 通常, 0MCI通道带宽支持的最大并发 0MCI 消息数量非常大; 相比之下, 0LT和 0NT受制于 CPU处理能力, 二者支持的最大并发 0MCI 消息数量远小于 0MCI 通道支持的最大并 发 0MCI 消息数量。 因此, 0LT与 0NT之间支持最大并发 0MCI 消息 数量的主要取决于 0LT和 0NT支持的最大并发数。 由此可见, 在具 体实现上, 随着 CPU 处理能力的增强、 多核 CPU 等的应用, 使 0LT 和 0NT的处理能力可以达到带宽限制时, 才可能需要考虑 0MCI通道 带宽对 0LT与 0NT之间支持的最大并发 0MCI 消息数量的限制。
需要说明的是, 上述获取所述 0NT支持的最大并发 0MCI 消息数 量、 所述 0LT支持的最大并发 0MCI 消息数量以及所述 0MCI 通道支 持的的最大并发 0MCI 消息数量的步骤的顺序并不影响本发明实施 例的实现, 即上述步骤的顺序可以是任意组合的。
403、判断已发送且等待回应的 0MCI 消息数量是否小于所述 0LT 和所述 0NT之间当前支持的最大并发 0MCI 消息数量。 若已发送且等 待回应的 0MCI消息条数小于所述 0LT和所述 0NT之间当前支持的最 大并发 0MCI 消息数量, 进入 404; 若已发送 0MCI 消息条数且等待 回应的大于所述 0LT和所述 0NT之间当前支持的最大并发 0MCI消息 数量, 结束发送。
404、 查找处于非等待回应状态的分组。 若查找到处于非等待回 应状态的分组, 则进入 405; 若没有查找到处于非等待回应状态的 分组, 则结束发送。
所述处于非等待回应的分组可以为: 已发送 0MCI 消息且已接收 到回应消息的分组、 或未发送 0MCI 消息的分组、 或已发送 0MCI 消 息, 但未接收到回应消息且等待时间已经超过协议规定的超时时间 的分组。
405、 根据所述 0LT 和所述 0NT之间当前支持的最大并发 0MCI 消息数量, 从各个处于非等待回应状态的分组中分别获取一条 0 M C I 消息, 并且将从各个处于非等待回应状态的分组中获取到的 0MCI 消 息并发给 0NT。
406、 将所述处于非等待回应状态的分组的状态修改为处于等待 回应状态, 并且从所述分组中删除已下发的 0MCI 消息。 其中, 所述 处于等待回应状态的分组可以为: 已发送 0MCI 消息给 0NT但未接收 到回应消息。
完成 4Q1-4Q6 步骤后或结束发送后, 重新进入 403, 继续后续 0MCI 消息的传输。 上面是对 0MCI 消息发送过程的介绍, 下面介绍接收 0MCI 消息 回应消息的处理过程:
首先, 0LT接收到已发送的 0MCI 消息的回应消息或等待接收已 发送 0MCI 消息的回应消息超时。
所述超时在国际电信联盟 G984.4协议中的规定是: 高优先级消 息等待回应超时时间为 1 秒, 低优先级消息等待回应超时时间为 3 秒; 3次超时才认为是真正的超时。
其次, 所述 0LT将所述已发送 0MCI 消息所属的分组修改为处于 非等待回应状态。
接着, 所述 0LT根据各个 0MCI 消息之间的关系, 整理各个分组 中的 OMCI 消息。
当接收到已发送 OMCI 消息的回应消息时, 完成本条 OMCI 消息 发送, 在相应分组中删除发送完成的 OMCI 消息; 当等待接收已发送 OMCI 消息的回应消息超时, 本条 OMCI 消息发送失败, 在相应的分 组中保留本条发送失败的 OMCI 消息, 待继续发送。
采用本实施例提供的方法, 0LT在发送 OMCI 消息时, 根据有无 依赖性对 OMCI 消息进行分组, 使得同一分组内的 OMCI 消息具有依 赖性, 不同分组之间的 OMCI 消息无依赖性, 从而使得 0LT可以同时 从多个分组中获取 OMCI 消息进行发送, 并且在某个分组的 OMCI 消 息的回应消息未返回时, 还可以从其他的非等待回应状态的分组中 获取 OMCI 消息进行发送。 与现有技术相比, 本发明实施例提供的技 术方案实现了 0LT与 0NT之间多条 OMCI 消息的并发, 从而有效提高 了 P0N系统的 OMC I 配置效率和 OMC I通道带宽利用率。 实施例 5:
基于上述 OMCI 消息传输方法实施例, 本申请还进一步提供一种 OMCI 消息传输装置。 请参阅图 6, 其为本发明实施例提供的 OMCI 消 息传输装置的结构示意图。所述 OMCI 消息传输装置可以配置在 0LT, 用于向 0NT传输 OMCI 消息。
所述 OMCI 消息传输装置可以包括:
分组单元 701, 用于将待发送的 0MCI 消息按照有无依赖关系进 行分组, 使得同一分组内的 0MCI 消息具有依赖性, 不同分组之间的 0MCI 消息无依赖性;
确定单元 702, 用于确定 0LT 与 0NT之间当前支持的最大并发 0MCI 消息数量;
查找单元 703, 用于查找处于非等待回应状态的分组。
发送单元 704, 用于在已发送且等待回应的 0MCI 消息条数小于 所述 0LT与 0NT之间当前支持的最大并发消息条数时, 从所述处于 非等待回应状态的分组中获取 0MCI 消息并且发送给 0NT; 其中, 所述处于非等待回应状态的分组可以为: 已发送 OMCI 消 息且已接收到回应消息的分组、 或未发送 OMCI 消息的分组、 或已发 送 OMCI 消息, 但未接收到回应消息且等待时间已经超过协议规定的 超时时间的分组。
进一步地, 在具体实施例中, 所述 OMCI 消息传输装置还可以包 括:
第一调整单元 705, 用于在所述发送单元 704发送所述 0MCI 消 息之后将所述处于非等待回应状态的分组修改为处于等待回应状态 的分组, 其中, 所述等待回应状态的分组为: 已发送 0MCI 消息未接 收到回应消息的分组;
第二调整单元 706, 用于在接收到已发送 0MCI 消息的回应消息 或等待接收已发送 0MCI 消息的回应消息的时间大于预设时间时, 将 所述已发送 0MCI 消息所属的分组修改为处于非等待回应状态的分 组。
请参阅图 7, 在具体实施例中, 所述确定单元 702可以包括:
0NT最大并发数获取模块 7021, 用于获取 0NT 支持的最大并发 0MCI 消息的数量。
0MCI 通道最大并发数计算模块 7022, 用于确定 0MCI 通道支持 的最大并发 0MCI 消息的数量。
0LT最大并发数判断模块 7023, 用于判断 0LT 支持的最大并发 OMCI 消息的数量。 其中, 所述 0LT 支持的最大并发 OMCI 消息的数 量可以是连接到所述 0LT的各个 0NT所支持的最大并发 OMCI消息数 量之和。
最大并发数确定模块 7024, 用于根据所述 0LT支持的最大并发 OMCI 消息的数量、 所述 OMCI通道支持的最大并发 OMCI 消息的数量 和所述 0NT支持的最大并发 OMCI 消息的数量, 确定所述 0LT和所述 0NT之间当前支持的最大并发 OMCI 消息数量。
进一步地,在具体实施例中,所述 0NT最大并发数获取模块 7021 可以包括: ONT 管理信息库接收子模块, 用于接收 0NT 的管理信息库上报 ( mib upload) , 并从所述 ONT上报的管理信息库包括所述 0NT的配 置和能力, 所述 0NT 的配置和能力包括: 所述 0NT支持的最大并发 OMCI 消息的数量;
0NT最大并发数获取子模块,用于从所述 0NT上报的管理信息库 获取所述 0NT支持的最大并发 OMCI 消息的数量。
或者,在一种替代实施例中,所述 0NT最大并发数获取模块 7021 可以包括:
请求消息发送子模块, 用于向 0NT发送用于获取 0NT 当前支持 最大并发 0MCI 消息数量的请求消息;
0NT最大并发数获取子模块,用于接收所述 0NT返回的与所述请 求消息相对应的回应消息, 并从所述回应消息中获取所述 0NT 支持 的最大并发 0MCI 消息的数量。
或者, 在另一种替代实施例中, 所述 0NT 最大并发数获取模块 7021 可以包括:
AVC消息接收子模块, 用于接收 0NT在其最大并发 0MCI 消息数 量的能力发生变化时发送的 AVC 消息, 其中所述 AVC 消息承载有当 前所述 0NT支持的最大并发 0MCI 消息数量;
0NT 最大并发数获取子模块, 用于从所述 AVC 消息中获取所述 0NT支持的最大并发 0MCI 消息的数量。
本实施例的 0MCI消息传输装置中各个模块的功能和具体工作可 以参阅上述 0MCI 消息传输方法实施例的具体描述。
采用本实施例提供的装置, 0LT在发送 0MCI 消息时, 根据有无 依赖性对 0MCI 消息进行分组, 使得同一分组内的 0MCI 消息具有依 赖性, 不同分组之间的 0MCI 消息无依赖性, 从而使得 0LT可以同时 从多个分组中获取 0MCI 消息进行发送, 并且在某个分组的 0MCI 消 息的回应消息未返回时, 还可以从其他的非等待回应状态的分组中 获取 0MCI 消息进行发送。 与现有技术相比, 本发明实施例提供的技 术方案实现了 0LT与 0NT之间多条 0MCI 消息并发, 从而有效提高了 PON系统的 OMC I 配置效率和 OMC I通道带宽利用率。
本领域普通技术人员可以理解实现上述实施例方法中的全部或 部分步骤是可以通过程序来指令相关的硬件完成, 所述的程序可以 存储于一种计算机可读存储介质中, 所述存储介质可以是只读存储 器、 磁盘或光盘等。
以上所述, 仅为本发明的具体实施方式, 但本发明的保护范围 并不局限于此, 任何熟悉本技术领域的技术人员在本发明揭露的技 术范围内, 可轻易想到变化或替换, 都应涵盖在本发明的保护范围 之内。 因此, 本发明的保护范围应所述以权利要求的保护范围为准。

Claims

权 利 要 求 书
1、 一种 OMCI 消息传输方法, 其特征在于, 包括:
将待发送的 OMCI 消息进行分组, 其中, 同一分组内的 OMCI 消息 具有依赖性, 不同分组之间的 OMCI 消息无依赖性;
确定光线路终端 0LT与光网络终端 0NT之间当前支持的最大并发 OMCI 消息的数量;
根据所述 0LT与 0NT之间当前支持的最大并发 OMCI消息的数量, 从处于非等待回应状态的分组中获取 OMCI 消息并发送给所述 0NT。
2、 根据权利要求 1所述的 OMCI 消息传输方法, 其特征在于, 所 述处于非等待回应状态的分组包括: 已发送 OMCI 消息且已接收到回 应消息的分组、 未发送 OMCI 消息的分组、 或者已发送 OMCI 消息, 但 未接收到回应消息且等待时间已经超过预设时间的分组。
3、 根据权利要求 1所述的 OMCI 消息传输方法, 其特征在于, 在 从所述处于非等待回应状态的分组中获取 OMCI 消息并发送给 0NT之 后, 还包括: 将所述处于非等待回应状态的分组的状态修改为处于等 待回应状态。
4、 根据权利要求 3所述的 OMCI 消息传输方法, 其特征在于, 还 包括: 在接收到已发送 OMCI 消息的回应消息或等待接收已发送 OMCI 消息的回应消息的时间大于预设时间时, 将所述已发送 OMCI 消息所 属的分组的状态修改为处于非等待回应状态。
5、 根据权利要求 1所述的 OMCI 消息的传输方法, 其特征在于, 所述将待发送的 OMCI 消息进行分组包括:
将不同业务类型的 OMCI 消息分在不同的分组, 而将同一业务类 型的 OMCI 消息分在同一分组。
6、 根据权利要求 1所述的 OMCI 消息的传输方法, 其特征在于, 所述将待发送的 OMCI 消息进行分组包括:
在属于同一种业务类型的 OMCI 消息中, 将所述 0NT不同端口所 对应的 OMCI 消息划分到不同分组, 而将所述 0NT 同一个端口的所对 应的 OMCI 消息划分在同一个分组。
7、 根据权利要求 1所述的 OMCI 消息的传输方法, 其特征在于, 所述确定 0LT与 0NT之间当前支持的最大并发 OMCI消息的数量包括: 在所述 0LT支持的最大并发 OMCI 消息数量和所述 0NT支持的最 大并发 OMCI 消息数量二者之间的最小值小于所述 0LT和 0NT之间的 OMCI通道支持的并发 OMCI 消息数量时, 将所述 0LT支持的最大并发 OMCI 消息数量和所述 0NT支持的最大并发 OMCI 消息数量二者之间的 最小值确定为所述 0LT与所述 0NT之间当前支持的最大并发 OMCI 消 息的数量。
8、 一种 OMCI 消息传输装置, 其特征在于, 包括:
分组单元, 用于将待发送的 OMCI 消息进行分组, 其中同一分组 内的 OMCI 消息具有依赖性, 不同分组之间的 OMCI 消息无依赖性; 确定单元, 用于确定光线路终端 0LT与光网络终端 0NT之间当前 支持的最大并发 OMCI 消息的数量;
发送单元, 用于根据所述 0LT 与 0NT 之间当前支持的最大并发 OMCI 消息的数量, 从处于非等待回应状态的分组中获取 OMCI 消息并 发送给 0NTo
9、 根据权利要求 8所述的 OMCI 消息传输装置, 其特征在于, 所 述处于非等待回应状态的分组包括: 已发送 OMCI 消息且已接收到回 应消息的分组、 未发送 OMCI 消息的分组、 或者已发送 OMCI 消息, 但 未接收到回应消息且等待时间已经超过预设时间的分组。
10、 根据权利要求 8所述的 0MCI 消息的传输装置, 其特征在于, 还包括:
第一调整单元, 用于在将所述处于非等待回应状态的分组中获取 0MCI 消息并发送给 0NT 之后, 将所述处于非等待回应状态的分组的 状态修改为处于等待回应状态。
11、 根据权利要求 8所述的 0MCI 消息的传输装置, 其特征在于, 还包括:
第二调整单元, 用于在接收到已发送 0MCI 消息的回应消息或等 待接收已发送 0MCI 消息的回应消息的时间大于预设时间时, 将所述 已发送 OMCI 消息所属的分组的状态修改为处于非等待回应状态。
12、 根据权利要求 8所述的 OMCI 消息的传输装置, 其特征在于, 所述确定单元包括:
0NT 最大并发数获取模块, 用于获取 0NT 支持的最大并发 OMCI 消息的数量;
OMCI通道最大并发数计算模块, 用于确定 OMCI通道支持的最大 并发 OMCI 消息的数量;
0LT 最大并发数判断模块, 用于判断 0LT 支持的最大并发 OMCI 消息的数量;
最大并发数确定模块, 用于根据所述 0LT 支持的最大并发 OMCI 消息的数量、 所述 OMCI通道支持的最大并发 OMCI 消息的数量和所述 0NT支持的最大并发 OMCI 消息的数量, 确定所述 0LT和所述 0NT之 间当前支持的最大并发 OMCI 消息数量。
13、根据权利要求 12所述的 OMCI 消息的传输装置,其特征在于, 在所述 0LT支持的最大并发 OMCI 消息数量和所述 0NT支持的最大并 发 OMCI 消息数量二者之间的最小值小于所述 0LT和 0NT之间的 OMCI 通道支持的并发 OMCI 消息数量时, 所述最大并发数确定模块将所述 0LT支持的最大并发 OMCI 消息数量和所述 0NT支持的最大并发 OMCI 消息数量二者之间的最小值确定为所述 0LT与所述 0NT之间当前支持 的最大并发 OMCI 消息的数量。
14、 一种无源光网络系统, 其特征在于, 包括光线路终端 0LT和 多个光网络终端 0NT, 其中所述 0LT通过光分配网络 0DN以点到多点 的形式连接到所述多个 0NT;
其中, 所述 0LT, 用于将待发送的 OMCI 消息进行分组, 使得同一 分组内的 OMCI消息具有依赖性,不同分组之间的 OMCI消息无依赖性; 并且, 根据所述 0LT和所述 0NT之间当前支持的最大并发 OMCI 消息 的数量, 从所述处于非等待回应状态的分组中获取 OMCI 消息并发送 给所述 0NT;
所述 0NT, 用于接收所述 0LT发送的 OMCI 消息, 并向所述 0LT 返回与所述 OMCI 消息相对应的回应消息。
15、 根据权利要求 14 所述的无源光网络系统, 其特征在于, 述 0LT包括如权利要求 8-13 中任一项所述的 OMCI 消息传输装置。
PCT/CN2011/074338 2011-05-19 2011-05-19 Omci消息传输方法、装置及无源光网络系统 WO2011144043A2 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201180000601.7A CN102217328B (zh) 2011-05-19 2011-05-19 Omci消息传输方法、装置及无源光网络系统
PCT/CN2011/074338 WO2011144043A2 (zh) 2011-05-19 2011-05-19 Omci消息传输方法、装置及无源光网络系统

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2011/074338 WO2011144043A2 (zh) 2011-05-19 2011-05-19 Omci消息传输方法、装置及无源光网络系统

Publications (2)

Publication Number Publication Date
WO2011144043A2 true WO2011144043A2 (zh) 2011-11-24
WO2011144043A3 WO2011144043A3 (zh) 2012-04-26

Family

ID=44746769

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/074338 WO2011144043A2 (zh) 2011-05-19 2011-05-19 Omci消息传输方法、装置及无源光网络系统

Country Status (2)

Country Link
CN (1) CN102217328B (zh)
WO (1) WO2011144043A2 (zh)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102497228A (zh) * 2011-12-08 2012-06-13 上海市共进通信技术有限公司 Pon系统中olt与onu间实现动态多通道omci消息传输的方法
CN102710999A (zh) * 2012-05-29 2012-10-03 南京邮电大学 一种gpon中传输和处理omci消息的方法
CN110012367B (zh) * 2019-03-27 2021-10-19 烽火通信科技股份有限公司 用于gpon olt的omci组帧装置及组帧方法

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101247310A (zh) * 2008-03-26 2008-08-20 中兴通讯股份有限公司 虚拟局域网过滤配置方法及系统
CN101854568A (zh) * 2010-06-03 2010-10-06 中兴通讯股份有限公司 Gpon系统中用户身份信息的处理方法、装置及系统

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101060523B (zh) * 2006-04-26 2010-09-08 华为技术有限公司 光网络终端、其端口限速属性配置方法及报文处理方法
CN101145843B (zh) * 2007-10-25 2012-03-07 中兴通讯股份有限公司 一种吉比特无源光网络终端软件版本的下载方法
CN101174909B (zh) * 2007-11-16 2010-08-18 华为技术有限公司 一种无源光网络组播接入的控制方法、设备和系统

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101247310A (zh) * 2008-03-26 2008-08-20 中兴通讯股份有限公司 虚拟局域网过滤配置方法及系统
CN101854568A (zh) * 2010-06-03 2010-10-06 中兴通讯股份有限公司 Gpon系统中用户身份信息的处理方法、装置及系统

Also Published As

Publication number Publication date
CN102217328B (zh) 2013-07-10
CN102217328A (zh) 2011-10-12
WO2011144043A3 (zh) 2012-04-26

Similar Documents

Publication Publication Date Title
US9762326B2 (en) Method, system and device for optical network termination configuration
US10057667B2 (en) Extending EPON multi-point control protocol to run on Ethernet PON over coax networks
US9793993B2 (en) Method and apparatus of delivering upstream data in ethernet passive optical network over coaxial network
WO2007124660A1 (fr) Terminaison de réseau optique, procédé de configuration pour propriété de taux de limitation de ports, et procédé de traitement de message
EP2897309B1 (en) Protection switching method, system and apparatus for passive optical network
JP2010219978A (ja) 光伝送路終端装置、受動光網システムおよび帯域割当方法
JP2009118469A (ja) 光受動網を用いた通信システムおよび光受動網
US11309967B2 (en) Communications network and related device
WO2009039791A1 (fr) Système de communication à diffusion de groupe de réseau optique passif, procédé de gestion de diffusion de groupe et dispositif correspondant
WO2014198017A1 (zh) 虚拟化无源光网络的方法、装置和无源光网络虚拟化系统
WO2012119439A1 (zh) 光网络系统的数据通信方法、光网络单元及系统
US11575441B2 (en) Optical processing module and optical processing apparatus
US8615168B2 (en) PON ONU configured in the form of a gigabit interface converter (GBIC)
WO2018120179A1 (zh) 一种管理光网络单元onu的方法、装置及系统
WO2014134208A1 (en) Transmission prioritization based on polling time
WO2011144043A2 (zh) Omci消息传输方法、装置及无源光网络系统
WO2015074275A1 (zh) 光线路终端、分配点单元、系统及数据流调度方法
WO2015100534A1 (zh) 以太网无源光网络的通信方法、设备和系统
KR100539952B1 (ko) 기가비트 수동형 광 가입자망의 gem 모드에서의멀티캐스트 전송 방법과 그 프레임 처리 방법
WO2022179234A1 (zh) 一种通信方法、装置及系统
EP4391458A1 (en) Method for allocating uplink transmission resources, and related device
CN108449204B (zh) 一种rof设备管理系统及方法
JP2014158072A (ja) 光通信システム、局側装置および宅側装置

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201180000601.7

Country of ref document: CN

NENP Non-entry into the national phase in:

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11782960

Country of ref document: EP

Kind code of ref document: A2