aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2020-08-10 21:12:49 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2020-08-10 22:56:59 +0200
commit113141d4f98fed6345bf509530db96da7d32e0e7 (patch)
tree2f4c09e8581d3aa5efd749d28ebf5a6ed25d3d98
parent993ea6be7af7cb72ff9147972186819fee359e39 (diff)
mgcp_ratectr: fix comments in header file
-rw-r--r--include/osmocom/mgcp/mgcp_ratectr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osmocom/mgcp/mgcp_ratectr.h b/include/osmocom/mgcp/mgcp_ratectr.h
index ff59ea457..657e89714 100644
--- a/include/osmocom/mgcp/mgcp_ratectr.h
+++ b/include/osmocom/mgcp/mgcp_ratectr.h
@@ -11,7 +11,7 @@ enum {
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 @@ enum {
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 @@ enum {
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,