Change in osmo-mgw[master]: mgcp_ratectr: fix comments in header file

2020-08-12 Thread laforge
laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-mgw/+/19562 )

Change subject: mgcp_ratectr: fix comments in header file
..

mgcp_ratectr: fix comments in header file

Change-Id: Idd9d7b108e81b44501b78264284dfa46e679d994
---
M include/osmocom/mgcp/mgcp_ratectr.h
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/include/osmocom/mgcp/mgcp_ratectr.h 
b/include/osmocom/mgcp/mgcp_ratectr.h
index ff59ea4..657e897 100644
--- a/include/osmocom/mgcp/mgcp_ratectr.h
+++ b/include/osmocom/mgcp/mgcp_ratectr.h
@@ -11,7 +11,7 @@
MGCP_GENERAL_RX_FAIL_NO_ENDPOINT,
 };

-/* Global MCGP CRCX related rate counters */
+/* Trunk-global MCGP CRCX related rate counters */
 enum {
MGCP_CRCX_SUCCESS,
MGCP_CRCX_FAIL_BAD_ACTION,
@@ -32,7 +32,7 @@
MGCP_CRCX_FAIL_CLAIM,
 };

-/* Global MCGP MDCX related rate counters */
+/* Trunk-global MCGP MDCX related rate counters */
 enum {
MGCP_MDCX_SUCCESS,
MGCP_MDCX_FAIL_WILDCARD,
@@ -51,7 +51,7 @@
MGCP_MDCX_FAIL_AVAIL,
 };

-/* Global MCGP DLCX related rate counters */
+/* Trunk-global MCGP DLCX related rate counters */
 enum {
MGCP_DLCX_SUCCESS,
MGCP_DLCX_FAIL_WILDCARD,

--
To view, visit https://gerrit.osmocom.org/c/osmo-mgw/+/19562
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: Idd9d7b108e81b44501b78264284dfa46e679d994
Gerrit-Change-Number: 19562
Gerrit-PatchSet: 2
Gerrit-Owner: dexter 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-MessageType: merged


Change in osmo-mgw[master]: mgcp_ratectr: fix comments in header file

2020-08-10 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-mgw/+/19562 )

Change subject: mgcp_ratectr: fix comments in header file
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/osmo-mgw/+/19562
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: Idd9d7b108e81b44501b78264284dfa46e679d994
Gerrit-Change-Number: 19562
Gerrit-PatchSet: 1
Gerrit-Owner: dexter 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Comment-Date: Mon, 10 Aug 2020 20:07:11 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-mgw[master]: mgcp_ratectr: fix comments in header file

2020-08-10 Thread dexter
dexter has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-mgw/+/19562 )


Change subject: mgcp_ratectr: fix comments in header file
..

mgcp_ratectr: fix comments in header file

Change-Id: Idd9d7b108e81b44501b78264284dfa46e679d994
---
M include/osmocom/mgcp/mgcp_ratectr.h
1 file changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/62/19562/1

diff --git a/include/osmocom/mgcp/mgcp_ratectr.h 
b/include/osmocom/mgcp/mgcp_ratectr.h
index ff59ea4..657e897 100644
--- a/include/osmocom/mgcp/mgcp_ratectr.h
+++ b/include/osmocom/mgcp/mgcp_ratectr.h
@@ -11,7 +11,7 @@
MGCP_GENERAL_RX_FAIL_NO_ENDPOINT,
 };

-/* Global MCGP CRCX related rate counters */
+/* Trunk-global MCGP CRCX related rate counters */
 enum {
MGCP_CRCX_SUCCESS,
MGCP_CRCX_FAIL_BAD_ACTION,
@@ -32,7 +32,7 @@
MGCP_CRCX_FAIL_CLAIM,
 };

-/* Global MCGP MDCX related rate counters */
+/* Trunk-global MCGP MDCX related rate counters */
 enum {
MGCP_MDCX_SUCCESS,
MGCP_MDCX_FAIL_WILDCARD,
@@ -51,7 +51,7 @@
MGCP_MDCX_FAIL_AVAIL,
 };

-/* Global MCGP DLCX related rate counters */
+/* Trunk-global MCGP DLCX related rate counters */
 enum {
MGCP_DLCX_SUCCESS,
MGCP_DLCX_FAIL_WILDCARD,

--
To view, visit https://gerrit.osmocom.org/c/osmo-mgw/+/19562
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: Idd9d7b108e81b44501b78264284dfa46e679d994
Gerrit-Change-Number: 19562
Gerrit-PatchSet: 1
Gerrit-Owner: dexter 
Gerrit-MessageType: newchange