From 1448052f3762d25de9907c66954577d058710236 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 1 Dec 2019 23:12:38 +0700 Subject: counters: clarify documentation for MSC_CTR_CALL_* entries Change-Id: Iad1ef917a229c3be51bd8fbe155f009f81e7d72a --- doc/manuals/chapters/counters_generated.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/manuals/chapters/counters_generated.adoc b/doc/manuals/chapters/counters_generated.adoc index 49f2589c4..d73803db4 100644 --- a/doc/manuals/chapters/counters_generated.adoc +++ b/doc/manuals/chapters/counters_generated.adoc @@ -26,13 +26,13 @@ These counters and their description based on OsmoMSC 1.4.0 (OsmoMSC). | sms:delivered | <> | Total MT SMS delivery attempts. | sms:rp_err_mem | <> | Failed MT SMS delivery attempts (no memory). | sms:rp_err_other | <> | Failed MT SMS delivery attempts (other reason). -| call:mo_setup | <> | Received setup requests from a MS to init a MO call. -| call:mo_connect_ack | <> | Received a connect ack from MS of a MO call. Call is now successful connected up. -| call:mt_setup | <> | Sent setup requests to the MS (MT). -| call:mt_connect | <> | Sent a connect to the MS (MT). -| call:active | <> | Count total amount of calls that ever reached active state. -| call:complete | <> | Count total amount of calls which got terminated by disconnect req or ind after reaching active state. -| call:incomplete | <> | Count total amount of call which got terminated by any other reason after reaching active state. +| call:mo_setup | <> | Received MO SETUP messages (MO call establishment). +| call:mo_connect_ack | <> | Received MO CONNECT messages (MO call establishment). +| call:mt_setup | <> | Sent MT SETUP messages (MT call establishment). +| call:mt_connect | <> | Sent MT CONNECT messages (MT call establishment). +| call:active | <> | Calls that ever reached the active state. +| call:complete | <> | Calls terminated by DISCONNECT message after reaching the active state. +| call:incomplete | <> | Calls terminated by any other reason after reaching the active state. | nc_ss:mo_requests | <> | Received MS-initiated call independent SS/USSD requests. | nc_ss:mo_established | <> | Established MS-initiated call independent SS/USSD sessions. | nc_ss:mt_requests | <> | Received network-initiated call independent SS/USSD requests. -- cgit v1.2.3