Commit ca4300ed authored by Kirill Smelkov's avatar Kirill Smelkov

kpi: Explain what .QCI and .CAUSE suffixes mean inside Measurement definition

Cosmetical change done when rereading Measurement description afresh.
parent f47d68ea
......@@ -200,8 +200,12 @@ class Measurement(np.void):
('X.Tstart', Ttime), # when the measurement started
('X.δT', Ttime), # time interval during which the measurement was made
# below come values/events as specified by TS 32.425 and TS 32.450
# NOTE all .QCI and .CAUSE are expanded from outside.
# below comes definition of values/events as specified by TS 32.425 and TS 32.450
#
# - .QCI suffix means a value comes as array of per-QCI values.
# - .CAUSE suffix means a value comes as array of per-CAUSE values.
#
# NOTE both .QCI and .CAUSE are expanded from outside.
#
# NAME TYPE/DTYPE UNIT TS 32.425 reference + ...
('RRC.ConnEstabAtt.CAUSE', Tcc), # 1 4.1.1.1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment