US20090129285A1 - Statistic reporting method and media gateway - Google Patents
Statistic reporting method and media gateway Download PDFInfo
- Publication number
- US20090129285A1 US20090129285A1 US12/358,714 US35871409A US2009129285A1 US 20090129285 A1 US20090129285 A1 US 20090129285A1 US 35871409 A US35871409 A US 35871409A US 2009129285 A1 US2009129285 A1 US 2009129285A1
- Authority
- US
- United States
- Prior art keywords
- parameter
- time information
- statistic
- reporting
- mgc
- 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.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 30
- 230000001960 triggered effect Effects 0.000 description 4
- 230000006855 networking Effects 0.000 description 2
- 230000005540 biological transmission Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000012423 maintenance Methods 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L65/00—Network arrangements, protocols or services for supporting real-time applications in data packet communication
- H04L65/10—Architectures or entities
- H04L65/102—Gateways
- H04L65/1043—Gateway controllers, e.g. media gateway control protocol [MGCP] controllers
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/08—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
- H04L43/0823—Errors, e.g. transmission errors
- H04L43/0829—Packet loss
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L65/00—Network arrangements, protocols or services for supporting real-time applications in data packet communication
- H04L65/10—Architectures or entities
- H04L65/102—Gateways
- H04L65/1023—Media gateways
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L65/00—Network arrangements, protocols or services for supporting real-time applications in data packet communication
- H04L65/80—Responding to QoS
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/10—Active monitoring, e.g. heartbeat, ping or trace-route
- H04L43/106—Active monitoring, e.g. heartbeat, ping or trace-route using time related information in packets, e.g. by adding timestamps
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/16—Threshold monitoring
Definitions
- the present disclosure relates to media gateway control technologies, and in particular, to a statistic reporting method and a media gateway (MG).
- MG media gateway
- the media gateway controller (MGC) and the media gateway (MG) are two key components in a packet switched (PS) network.
- the MGC is responsible for the call control function, and the MG is responsible for the service bearer function. In this way, the call control plane is separated from the service bearer plane, thus fully sharing the network resources, simplifying equipment upgrade and service extension, and greatly reducing the development and maintenance costs.
- FIG. 1 shows a networking diagram of the MGC and the MG.
- the widely used protocols for communication between an MGC and an MG include the Gateway Control Protocol (H.248) and the Media Gateway Control Protocol (MGCP).
- H.284 As an example, various resources on the MG, for example, time division multiplexing (TDM) channels, and Real-time Transfer (RTP) protocol streams, are abstractly represented by terminations; and the combinations of terminations are abstractly represented by contexts.
- TDM time division multiplexing
- RTP Real-time Transfer
- the call connection is actually an operation on a termination and a context.
- Such operations are performed through command requests and replies between the MGC and the MG.
- Commands include: Add, Modify, Subtract, Move, AuditValue, AuditCapabilities, Notify, and ServiceChange.
- Command parameters also known as descriptors, are categorized into property, signal, event, and statistic. The parameters with service relevance are logically aggregated into a package.
- the parameters related to quality of service are generally defined as property parameters or statistic parameters.
- the statistic parameters are related to the QoS state, for example, the current value or average value applied by a jitter buffer.
- Such parameters are generally calculated and operated by the MG.
- the MGC can enable or disable them selectively, namely, activate or deactivate some or all of the statistic parameters.
- the MGC obtains the current values of the statistic parameters on the MG in the two ways: (i) the MGC sends a request command (AuditValue or Subtract) to the MG, and specifies the expected statistic parameter values or applies the default statistic parameter values, and then the MG returns the current value of each statistic parameter to the MGC through a response command; or, (ii) the MGC specifies the conditions for reporting a statistic parameter to the MG, or the MG presets such conditions. When the current value of the statistic parameter meets the conditions, the MG reports the current value of the statistic parameter to the MGC.
- a request command AuditValue or Subtract
- the MGC performs subsequent operations. If the time information is required in the analysis and prediction, the time information is subject to the time when the MGC receives the current value of the parameter. However, as affected by various factors such as protocol encoding/decoding, network transmission and message buffer, the time when the MGC receives statistic parameter values is different from the time when the reporting of these statistic parameter values is triggered according to the reporting conditions, and the time deviation is not fixed. This makes it impossible to obtain an accurate time error, thus reducing the accuracy of the subsequent analysis and prediction based on the time information.
- An embodiment of the present disclosure provides a statistic reporting method, which enables an MGC to obtain the correct time corresponding to a statistic parameter value, thus reducing errors.
- an MG provided in an embodiment of the present disclosure includes:
- a time obtaining module adapted to obtain current time information
- an associating module adapted to associate the time information obtained by the time obtaining module with a current value of a statistic parameter that needs to be reported
- a reporting module adapted to report the time information and the statistic parameter value associated by the associating module, to an MGC.
- the MG obtains the current time information if the reporting of the statistic parameter value needs to be bound to the time information after determining that it is necessary to report the statistic parameter value, associates the current time information with the current value of the statistic parameter to be reported, and reports the associated time information and the statistic parameter value to the MGC, thus enabling the MGC to obtain the correct time when the reporting of the statistic parameter value is triggered, reducing errors and improving the accuracy of subsequent analysis and prediction based on the reported statistic parameter value.
- FIG. 1 shows the networking of an MGC and an MG
- FIG. 2 is a flowchart of the statistic reporting method according to an embodiment of present disclosure.
- the MG reports the current statistic parameter value and the current time to the MGC after determining that it is necessary to report the statistic parameter value to the MGC, thus enabling the MGC to obtain the correct time when the reporting of the statistic parameter value is triggered, reducing errors and improving the accuracy of subsequent analysis and prediction based on the reported statistic parameter value.
- the MG may determine that it is necessary to report the current value of the statistic parameter when the current value of the statistic parameter meets the conditions for reporting the statistic parameter.
- the time binding request parameter may be sent by the MGC to the MG. Specifically, the time binding request parameter may be carried in the event sent by the MCG to the MG. The time binding request parameter may be preset in the MG by the MG.
- the time binding request parameter may be set in this way: (i) the presence of the parameter indicates that the time information needs to be bound; the absence of the parameter indicates that the time information does not need to be bound; or, (ii) the value of the parameter may be Bind, which indicates that the time information needs to be bound, or NoBind, which indicates that the time information does not need to be bound, or Auto, which indicates the MG decides whether to bind the time information.
- the preceding operations of associating the current time information with the current value of the statistic parameter to be reported, and reporting the associated time information and statistic parameter value to the MGC may include:
- the preceding operations of associating the current time information with the current value of the statistic parameter to be reported, and reporting the associated time information and statistic parameter value to the MGC may further include:
- the present disclosure provides a statistic reporting method.
- the method is hereinafter described in detail with reference to the embodiments.
- the process of a statistic reporting method includes the following steps:
- Step 201 The MG determines that it is necessary to report the current value of a statistic parameter, and obtains the current time information if the reporting of the statistic parameter value needs to be bound to the time information.
- the MG may determine that it is necessary to report the current value of the statistic parameter when the current value of the statistic parameter meets the conditions for reporting the statistic parameter.
- the current time information obtained by the MG is the time when the current value of the statistic parameter meets the conditions for reporting the statistic parameter.
- the time is hereinafter referred to as the triggering time.
- the statistic parameters herein may include various statistic parameters mentioned in the H.248 protocol, for example, RTP packet loss ratio on a termination.
- the preceding conditions for reporting the statistic parameters may be sent by the MGC to the MG, or set by the MG.
- an extended parameter may be used to indicate whether to report the triggering time, so as to determine whether the reporting of the statistic parameter value needs to be bound to the time information.
- the extended parameter indicating whether to report the triggering time is named TimeBindRequest (TBR).
- the TBR parameter is used to indicate the necessity of binding time information, namely, in the process of setting the statistic parameter based on conditional reporting, if the TBR parameter is present, the time information must be bound, which means that the triggering time must be reported when the statistic parameter value is reported; if the TBR parameter is absent, the time information does not need to be bound, which means that the triggering time does not need to be reported when the statistic parameter value is reported; or vice versa;
- the value of the TBR parameter is used to indicate whether it is necessary to bind the time information.
- the values of the TBR parameter include: Bind, NoBind, and Auto. One of the three values may be used by default, namely, in the process of setting the statistic parameter based on conditional reporting, different values of the TBR parameter indicate different requirements.
- the preceding TBR parameter may be set in an event descriptor.
- the MG determines that the current statistic parameter value meets the conditions for reporting the statistic parameter sent by the MGC or set by the MG
- the MG checks the setting of the preceding TBR parameter and judges whether the reporting of the statistic parameter value needs to be bound to the time information. If no binding is required, the MG reports the statistic parameter value directly; if binding is required, the MG obtains the triggering time, namely, it obtains the current time information in step 201 , and then the process proceeds to step 202 .
- the preceding first mode of setting the TBR parameter to judge whether the reporting of the statistic parameter value needs to be bound to the time information is to judge whether the TBR parameter is present in the process of setting the statistic parameter based conditional reporting; if the TBR parameter is present, the time information must be bound; otherwise, the time information does not need to be bound; or vice versa.
- the value of the TBR parameter is used as a basis for judging.
- the TBR parameter value is Bind, the time information must be bound; if the TBR parameter value is NoBind, the time information does not need to be bound; if the TBR parameter value is Auto, the MG decides whether to bind the time information according to the policy set by the MG about whether to report the triggering time.
- Step 202 Associating the current time information obtained in step 201 with the value of the statistic parameter to be reported, and reporting the associated time information and statistic parameter value to the MGC.
- associating the statistic parameter value with the current time information may be an operation of binding them into one command which is subsequently reported to the MGC. Because a command can carry the statistic parameter value to be reported through a reported event, this embodiment provides two reporting modes of binding the current time information to the statistic parameter value: (i) extending a parameter TriggerTime (TT) which indicates the time information, for the reported event.
- TT TriggerTime
- the parameters of the reported event include the current value of the statistic parameter, so the TT parameter can be set to a value equivalent to the current time information obtained in step 201 , so as to bind the current time information to the statistic parameter value; (ii) setting the current time information obtained in step 201 in the timestamp parameter generally used for reporting an event, which binds the current time information to the statistic parameter value because the current time information and the statistic parameter value are carried in the reported event concurrently.
- the triggering time namely, 2006-08-08 12:34:56
- an embodiment of the present disclosure provides an MG.
- the MG includes:
- a time obtaining module adapted to obtain the current time information
- an associating module adapted to associate the time information obtained by the time obtaining module with the current value of a statistic parameter to be reported
- a reporting module adapted to report the time information and the statistic parameter value, which are associated by the associating module, to an MGC.
- the associating module further includes: a time reporting decision unit, adapted to decide whether the associating module executes the operation of associating the time information obtained by the time obtaining module with the current value of the statistic parameter to be reported, depending on the value of the TBR parameter and the presence of the TBR parameter.
- a time reporting decision unit adapted to decide whether the associating module executes the operation of associating the time information obtained by the time obtaining module with the current value of the statistic parameter to be reported, depending on the value of the TBR parameter and the presence of the TBR parameter.
- the MG further includes: a receiving module, adapted to receive the event parameters sent by the MGC, and send the TBR parameter in the event parameters to the time reporting decision unit.
- the MG reports the accurate time when the statistic parameter value occurs while reporting the statistic parameter value to the MGC, thus improving the accuracy of analysis and prediction performed by the MGC according to the reported statistic parameter value and the time parameter.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Multimedia (AREA)
- Environmental & Geological Engineering (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Telephonic Communication Services (AREA)
Abstract
Description
- The present application is a continuation of PCT application PCT/CN2007/071331, filed on Dec. 26, 2007, which claims priority to Chinese Patent Application No. 200610170443.0 filed on Dec. 30, 2006, both of which are entitled “Statistic Reporting Method and Media Gateway” and are both hereby incorporated by reference in their entirety.
- The present disclosure relates to media gateway control technologies, and in particular, to a statistic reporting method and a media gateway (MG).
- The media gateway controller (MGC) and the media gateway (MG) are two key components in a packet switched (PS) network. The MGC is responsible for the call control function, and the MG is responsible for the service bearer function. In this way, the call control plane is separated from the service bearer plane, thus fully sharing the network resources, simplifying equipment upgrade and service extension, and greatly reducing the development and maintenance costs.
-
FIG. 1 shows a networking diagram of the MGC and the MG. The widely used protocols for communication between an MGC and an MG include the Gateway Control Protocol (H.248) and the Media Gateway Control Protocol (MGCP). Taking H.284 as an example, various resources on the MG, for example, time division multiplexing (TDM) channels, and Real-time Transfer (RTP) protocol streams, are abstractly represented by terminations; and the combinations of terminations are abstractly represented by contexts. In this protocol-based abstract model, the call connection is actually an operation on a termination and a context. Such operations are performed through command requests and replies between the MGC and the MG. Commands include: Add, Modify, Subtract, Move, AuditValue, AuditCapabilities, Notify, and ServiceChange. Command parameters, also known as descriptors, are categorized into property, signal, event, and statistic. The parameters with service relevance are logically aggregated into a package. - In the H.248 protocol, the parameters related to quality of service (QoS) are generally defined as property parameters or statistic parameters. The statistic parameters are related to the QoS state, for example, the current value or average value applied by a jitter buffer. Such parameters are generally calculated and operated by the MG. The MGC can enable or disable them selectively, namely, activate or deactivate some or all of the statistic parameters.
- Currently, the MGC obtains the current values of the statistic parameters on the MG in the two ways: (i) the MGC sends a request command (AuditValue or Subtract) to the MG, and specifies the expected statistic parameter values or applies the default statistic parameter values, and then the MG returns the current value of each statistic parameter to the MGC through a response command; or, (ii) the MGC specifies the conditions for reporting a statistic parameter to the MG, or the MG presets such conditions. When the current value of the statistic parameter meets the conditions, the MG reports the current value of the statistic parameter to the MGC.
- In the prior art, if the MG is triggered to report the value of a statistic parameter to the MGC, the reported information contains only the current value of the parameter, without the information about the time of triggering the reporting. According to the received statistic parameter value, the MGC performs subsequent operations. If the time information is required in the analysis and prediction, the time information is subject to the time when the MGC receives the current value of the parameter. However, as affected by various factors such as protocol encoding/decoding, network transmission and message buffer, the time when the MGC receives statistic parameter values is different from the time when the reporting of these statistic parameter values is triggered according to the reporting conditions, and the time deviation is not fixed. This makes it impossible to obtain an accurate time error, thus reducing the accuracy of the subsequent analysis and prediction based on the time information.
- An embodiment of the present disclosure provides a statistic reporting method, which enables an MGC to obtain the correct time corresponding to a statistic parameter value, thus reducing errors.
- A statistic reporting method provided by an embodiment of the present disclosure includes:
- obtaining, by an MG, current time information upon determining that it is necessary to report a current value of a statistic parameter and that it is necessary to bind time information for reporting of the current value of the statistic parameter;
- associating the current time information with the current value of the statistic parameter that needs to be reported; and
- reporting the associated current time information and statistic parameter value to an MGC.
- Further, an MG provided in an embodiment of the present disclosure includes:
- a time obtaining module, adapted to obtain current time information;
- an associating module, adapted to associate the time information obtained by the time obtaining module with a current value of a statistic parameter that needs to be reported; and
- a reporting module, adapted to report the time information and the statistic parameter value associated by the associating module, to an MGC.
- As seen from the preceding solution, the MG obtains the current time information if the reporting of the statistic parameter value needs to be bound to the time information after determining that it is necessary to report the statistic parameter value, associates the current time information with the current value of the statistic parameter to be reported, and reports the associated time information and the statistic parameter value to the MGC, thus enabling the MGC to obtain the correct time when the reporting of the statistic parameter value is triggered, reducing errors and improving the accuracy of subsequent analysis and prediction based on the reported statistic parameter value.
-
FIG. 1 shows the networking of an MGC and an MG; and -
FIG. 2 is a flowchart of the statistic reporting method according to an embodiment of present disclosure. - The main idea of the present disclosure is: According to the conditions for reporting a statistic parameter set in the MG, the MG reports the current statistic parameter value and the current time to the MGC after determining that it is necessary to report the statistic parameter value to the MGC, thus enabling the MGC to obtain the correct time when the reporting of the statistic parameter value is triggered, reducing errors and improving the accuracy of subsequent analysis and prediction based on the reported statistic parameter value.
- Here the MG may determine that it is necessary to report the current value of the statistic parameter when the current value of the statistic parameter meets the conditions for reporting the statistic parameter.
- Whether it is necessary to bind the reporting of the statistic parameter value with the time information depends on the setting of the time binding request parameter. The time binding request parameter may be sent by the MGC to the MG. Specifically, the time binding request parameter may be carried in the event sent by the MCG to the MG. The time binding request parameter may be preset in the MG by the MG.
- Moreover, the time binding request parameter may be set in this way: (i) the presence of the parameter indicates that the time information needs to be bound; the absence of the parameter indicates that the time information does not need to be bound; or, (ii) the value of the parameter may be Bind, which indicates that the time information needs to be bound, or NoBind, which indicates that the time information does not need to be bound, or Auto, which indicates the MG decides whether to bind the time information.
- The preceding operations of associating the current time information with the current value of the statistic parameter to be reported, and reporting the associated time information and statistic parameter value to the MGC may include:
- adding a parameter that indicates the time information to an event reported by the MG to the MGC, so as to associate the time information with the statistic parameter value in the reported event; and sending the reported event to the MGC.
- The preceding operations of associating the current time information with the current value of the statistic parameter to be reported, and reporting the associated time information and statistic parameter value to the MGC may further include:
- setting time information in the timestamp parameter that is sent with the reported event to the MGC;
- associating the time information with the statistic parameter value included in the reported event; and
- sending the reported event with the timestamp parameter to the MGC.
- Based on the preceding idea, the present disclosure provides a statistic reporting method. The method is hereinafter described in detail with reference to the embodiments.
- As shown in
FIG. 2 , the process of a statistic reporting method according to an embodiment of the present disclosure includes the following steps: - Step 201: The MG determines that it is necessary to report the current value of a statistic parameter, and obtains the current time information if the reporting of the statistic parameter value needs to be bound to the time information.
- In
step 201, the MG may determine that it is necessary to report the current value of the statistic parameter when the current value of the statistic parameter meets the conditions for reporting the statistic parameter. In this case, the current time information obtained by the MG is the time when the current value of the statistic parameter meets the conditions for reporting the statistic parameter. The time is hereinafter referred to as the triggering time. The statistic parameters herein may include various statistic parameters mentioned in the H.248 protocol, for example, RTP packet loss ratio on a termination. - The preceding conditions for reporting the statistic parameters may be sent by the MGC to the MG, or set by the MG. In the process of setting a statistic parameter based on conditional reporting, an extended parameter may be used to indicate whether to report the triggering time, so as to determine whether the reporting of the statistic parameter value needs to be bound to the time information. In this embodiment, the extended parameter indicating whether to report the triggering time is named TimeBindRequest (TBR).
- This embodiment provides two modes of setting the foregoing TBR parameter: (i) the TBR parameter is used to indicate the necessity of binding time information, namely, in the process of setting the statistic parameter based on conditional reporting, if the TBR parameter is present, the time information must be bound, which means that the triggering time must be reported when the statistic parameter value is reported; if the TBR parameter is absent, the time information does not need to be bound, which means that the triggering time does not need to be reported when the statistic parameter value is reported; or vice versa; (ii) the value of the TBR parameter is used to indicate whether it is necessary to bind the time information. For example, the values of the TBR parameter include: Bind, NoBind, and Auto. One of the three values may be used by default, namely, in the process of setting the statistic parameter based on conditional reporting, different values of the TBR parameter indicate different requirements.
- In the H.248 protocol, an event is used to monitor whether the conditions for reporting the statistic parameter are met. Therefore, the preceding TBR parameter may be set in an event descriptor.
- In this case, when the MG determines that the current statistic parameter value meets the conditions for reporting the statistic parameter sent by the MGC or set by the MG, the MG checks the setting of the preceding TBR parameter and judges whether the reporting of the statistic parameter value needs to be bound to the time information. If no binding is required, the MG reports the statistic parameter value directly; if binding is required, the MG obtains the triggering time, namely, it obtains the current time information in
step 201, and then the process proceeds to step 202. - In the preceding first mode of setting the TBR parameter, to judge whether the reporting of the statistic parameter value needs to be bound to the time information is to judge whether the TBR parameter is present in the process of setting the statistic parameter based conditional reporting; if the TBR parameter is present, the time information must be bound; otherwise, the time information does not need to be bound; or vice versa. In the preceding second mode of setting the TBR parameter, the value of the TBR parameter is used as a basis for judging. If the TBR parameter value is Bind, the time information must be bound; if the TBR parameter value is NoBind, the time information does not need to be bound; if the TBR parameter value is Auto, the MG decides whether to bind the time information according to the policy set by the MG about whether to report the triggering time.
- Step 202: Associating the current time information obtained in
step 201 with the value of the statistic parameter to be reported, and reporting the associated time information and statistic parameter value to the MGC. - In
step 202, associating the statistic parameter value with the current time information may be an operation of binding them into one command which is subsequently reported to the MGC. Because a command can carry the statistic parameter value to be reported through a reported event, this embodiment provides two reporting modes of binding the current time information to the statistic parameter value: (i) extending a parameter TriggerTime (TT) which indicates the time information, for the reported event. The parameters of the reported event include the current value of the statistic parameter, so the TT parameter can be set to a value equivalent to the current time information obtained instep 201, so as to bind the current time information to the statistic parameter value; (ii) setting the current time information obtained instep 201 in the timestamp parameter generally used for reporting an event, which binds the current time information to the statistic parameter value because the current time information and the statistic parameter value are carried in the reported event concurrently. - The process of this embodiment is further described below through an example: The MGC sends an Add, Move or Modify command to the MG, with the command carrying an event that includes the following parameters: StatisticID=rtp/pl, max=20% and tbr=Bind. The parameter StatisticID=rtp/pl is designed to identify that the event is specific to the RTP packet loss ratio parameter; max=20% is a reporting condition, that is, the parameter needs to be reported when the maximum value of the RTP packet loss ratio is 20%; tbr=Bind indicates that the time information must be reported.
- In this case, after the MG receives the Add, Move or Modify command, the MG retrieves the event from the command, and monitors whether the RTP packet loss ratio reaches 20% according to StatisticID=rtp/pl, max=20% and the RTP packet loss ratio calculated in real time or periodically. Supposing at 2006-08-08 12:34:56, the MG detects that the RTP packet loss ratio on a termination reaches 20% and the MG determines the time information must be reported according to tbr=Bind in the retrieved event, the MG obtains the triggering time (namely, 2006-08-08 12:34:56), and reports the triggering time and the corresponding RTP packet loss ratio to the MGC through a Notify command that carries the reported event. The carried event contains: StatisticID=rtp/pl, val=20% and tt=20060808123456. val=20 indicates that the current RTP packet loss ratio value is 20%; tt=20060808123456 indicates that the triggering time is 2006-08-08 12:34:56.
- Further, an embodiment of the present disclosure provides an MG. The MG includes:
- a time obtaining module, adapted to obtain the current time information;
- an associating module, adapted to associate the time information obtained by the time obtaining module with the current value of a statistic parameter to be reported; and
- a reporting module, adapted to report the time information and the statistic parameter value, which are associated by the associating module, to an MGC.
- The associating module further includes: a time reporting decision unit, adapted to decide whether the associating module executes the operation of associating the time information obtained by the time obtaining module with the current value of the statistic parameter to be reported, depending on the value of the TBR parameter and the presence of the TBR parameter.
- The MG further includes: a receiving module, adapted to receive the event parameters sent by the MGC, and send the TBR parameter in the event parameters to the time reporting decision unit.
- In the preceding embodiments, the MG reports the accurate time when the statistic parameter value occurs while reporting the statistic parameter value to the MGC, thus improving the accuracy of analysis and prediction performed by the MGC according to the reported statistic parameter value and the time parameter.
- The present disclosure has been described through some exemplary embodiments. In the practical application, those skilled in the art may make improvements according to the exemplary embodiments of the present disclosure in order to meet the specific requirements. It should be understood that the exemplary embodiments of the present disclosure are not intended to limit the scope of protection of the present disclosure.
Claims (14)
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN200610170443.0 | 2006-12-30 | ||
CN200610170443 | 2006-12-30 | ||
CNA2006101704430A CN101212308A (en) | 2006-12-30 | 2006-12-30 | Statistical report method |
PCT/CN2007/071331 WO2008083586A1 (en) | 2006-12-30 | 2007-12-26 | Statistic reporting method and media gate |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2007/071331 Continuation WO2008083586A1 (en) | 2006-12-30 | 2007-12-26 | Statistic reporting method and media gate |
Publications (2)
Publication Number | Publication Date |
---|---|
US20090129285A1 true US20090129285A1 (en) | 2009-05-21 |
US7869449B2 US7869449B2 (en) | 2011-01-11 |
Family
ID=39608349
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/358,714 Active 2028-04-16 US7869449B2 (en) | 2006-12-30 | 2009-01-23 | Statistic reporting method and media gateway |
Country Status (4)
Country | Link |
---|---|
US (1) | US7869449B2 (en) |
EP (1) | EP2040416B1 (en) |
CN (1) | CN101212308A (en) |
WO (1) | WO2008083586A1 (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20090122803A1 (en) * | 2006-12-30 | 2009-05-14 | Yangbo Lin | Method and apparatus for controlling reporting of an event timestamp |
US20110004621A1 (en) * | 2008-03-11 | 2011-01-06 | Kevin Kelley | Techniques for integrating parameterized information request into a system for for collaborative work |
US20110228790A1 (en) * | 2008-11-05 | 2011-09-22 | Martin De Nicolas Arturo | Conditional Execution of Commands |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101330471B (en) * | 2008-07-29 | 2011-07-13 | 中兴通讯股份有限公司 | Method for collecting medium gateway information on one side of base station controller when non-frame release call |
CN101651664A (en) * | 2008-08-14 | 2010-02-17 | 华为技术有限公司 | Method, media gateway and system for reporting media recording length information |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20030177374A1 (en) * | 2002-03-16 | 2003-09-18 | Yung Marcel Mordechay | Secure logic interlocking |
US20040170163A1 (en) * | 2003-02-28 | 2004-09-02 | Zarlink Semiconductor V.N. Inc. | Data structure providing storage and bandwidth savings for hardware RTCP statistics collection applications |
US20060056459A1 (en) * | 2004-09-13 | 2006-03-16 | Stratton John B | Add-on module for synchronizing operations of a plurality of devices |
US7653005B2 (en) * | 2005-12-22 | 2010-01-26 | Huawei Technologies Co., Ltd. | Method, device and system for monitoring network performance |
Family Cites Families (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE69636158T2 (en) * | 1996-01-29 | 2006-09-28 | Agilent Technologies, Inc. (n.d.Ges.d.Staates Delaware), Palo Alto | A method and arrangement for performing quality of service measurements on a connection over a network |
KR100540327B1 (en) * | 2003-03-20 | 2006-01-10 | 에스케이 텔레콤주식회사 | Voice Call Processing Method of Prepaid Mobile Phone Service in BCDM System |
CN100428686C (en) * | 2004-12-14 | 2008-10-22 | 华为技术有限公司 | MGC obtaining service quality information realizing method in next generation network |
CN100342693C (en) * | 2005-04-15 | 2007-10-10 | 华为技术有限公司 | Method of medium gateway monitoring and uploading event |
CN100531254C (en) | 2005-08-12 | 2009-08-19 | 华为技术有限公司 | Dff-line fault information report method, device and off-line fault reason positioning system |
CN100440890C (en) | 2005-12-26 | 2008-12-03 | 华为技术有限公司 | Method for statistical parameter values of terminal reported from media gateway |
-
2006
- 2006-12-30 CN CNA2006101704430A patent/CN101212308A/en not_active Withdrawn
-
2007
- 2007-12-26 EP EP07846157A patent/EP2040416B1/en active Active
- 2007-12-26 WO PCT/CN2007/071331 patent/WO2008083586A1/en active Application Filing
-
2009
- 2009-01-23 US US12/358,714 patent/US7869449B2/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20030177374A1 (en) * | 2002-03-16 | 2003-09-18 | Yung Marcel Mordechay | Secure logic interlocking |
US20040170163A1 (en) * | 2003-02-28 | 2004-09-02 | Zarlink Semiconductor V.N. Inc. | Data structure providing storage and bandwidth savings for hardware RTCP statistics collection applications |
US20060056459A1 (en) * | 2004-09-13 | 2006-03-16 | Stratton John B | Add-on module for synchronizing operations of a plurality of devices |
US7653005B2 (en) * | 2005-12-22 | 2010-01-26 | Huawei Technologies Co., Ltd. | Method, device and system for monitoring network performance |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20090122803A1 (en) * | 2006-12-30 | 2009-05-14 | Yangbo Lin | Method and apparatus for controlling reporting of an event timestamp |
US8116322B2 (en) * | 2006-12-30 | 2012-02-14 | Huawei Technologies Co., Ltd | Method and apparatus for controlling reporting of an event timestamp |
US20110004621A1 (en) * | 2008-03-11 | 2011-01-06 | Kevin Kelley | Techniques for integrating parameterized information request into a system for for collaborative work |
US8805879B2 (en) * | 2008-03-11 | 2014-08-12 | Virtualagility Inc. | Techniques for integrating parameterized information request into a system for collaborative work |
US9367571B2 (en) | 2008-03-11 | 2016-06-14 | Virtualagility Inc. | Techniques for integrating parameterized information requests into a system for collaborative work |
US20110228790A1 (en) * | 2008-11-05 | 2011-09-22 | Martin De Nicolas Arturo | Conditional Execution of Commands |
US9271331B2 (en) * | 2008-11-05 | 2016-02-23 | Telefonaktiebolaget L M Ericsson (Publ) | Conditional execution of commands |
Also Published As
Publication number | Publication date |
---|---|
US7869449B2 (en) | 2011-01-11 |
EP2040416B1 (en) | 2012-11-07 |
CN101212308A (en) | 2008-07-02 |
WO2008083586A1 (en) | 2008-07-17 |
EP2040416A4 (en) | 2009-07-22 |
EP2040416A1 (en) | 2009-03-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP1739900B1 (en) | A method for acquiring the qos of the multimedia stream periodically | |
US7869449B2 (en) | Statistic reporting method and media gateway | |
US7969875B2 (en) | Media gateway and packet filtering method thereof | |
US20060075498A1 (en) | Differential intrusion detection in networks | |
CN100514940C (en) | Method for reorienting network communication port and network communication system | |
US8000335B2 (en) | Media gateway and control method thereof | |
EP1993259B1 (en) | Method and apparatuses to implement media gateway internal connection | |
EP2093948B1 (en) | Method,device and system for controlling rtcp hr report | |
US20090147686A1 (en) | Media gateway and statistic reporting method | |
US20100220195A1 (en) | Method and system for updating video data | |
US20080304515A1 (en) | Communication system and communication method | |
EP2264959B1 (en) | Media gateway, media gateway controller, method and system for communication of multimedia phones | |
WO2007073666A1 (en) | Method and apparatus for counting parameter to adjust value | |
EP2061196B1 (en) | A method, apparatus and system for selection of virtual media gateway | |
US8116322B2 (en) | Method and apparatus for controlling reporting of an event timestamp | |
US20090028136A1 (en) | Method And Apparatus For Controlling Preset Events | |
US20100260194A1 (en) | Method, media gateway controller and media gateway for media resource identification capability interacting | |
US20100262698A1 (en) | Method for negotiating redundant transmission | |
EP2395705B1 (en) | Collection method and system for high resolution reports of quality of service | |
WO2008116418A1 (en) | A method and system for transmitting resource information, media gateway and media gateway controller | |
US20100265961A1 (en) | Method, device and system for controlling the packet size for media transmission | |
US20110134785A1 (en) | Signal gain control method, system, media gateway and media gateway controller | |
CN101127697A (en) | Flow control method and system under separated media control and processing architecture | |
CN101516103A (en) | Statistical report method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: HUAWEI TECHNOLOGIES CO., LTD, CHINA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LIN, YANGBO;REEL/FRAME:022149/0246 Effective date: 20090116 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552) Year of fee payment: 8 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 12 |