Feature #1653
KPIs for OsmoNITB
Start date:
05/05/2016
Due date:
05/05/2016
% Done:
90%
Spec Reference:
Description
Some of those below will be in libbsc, some in libmsc:
libbsc: using network_chan_load()
libbsc: using network_chan_load()
- TCH blocking (%): 0 % not supported
- SDCCH blocking (%): 0 % not supported
- Cell utilization (%)
- Total TCH traffic (erlang)
- for each codec
- how many calls were using this codec (%)
- Traffic (Erlang)
- dropped call (%)
- hand-over success rate(%): completed / attempts
- call attempt (total number)
Related issues
History
#1 Updated by laforge almost 5 years ago
- Related to Bug #1652: Expose statistics / KPIs programmatically added
#2 Updated by laforge over 4 years ago
- Due date set to 05/05/2016
- Start date changed from 03/11/2016 to 05/05/2016
- Follows Feature #1700: Update/add counter and/or vty documentation for osmo-* programs added
#3 Updated by laforge over 4 years ago
After #1700, we need to sit down and define how and where to add the missing statistics, or if we can modify some of the existing ones to fit the description above.
#4 Updated by laforge over 4 years ago
- Assignee set to lynxis
#5 Updated by lynxis over 4 years ago
- Description updated (diff)
#6 Updated by lynxis over 4 years ago
- Status changed from New to In Progress
#7 Updated by lynxis over 4 years ago
- Description updated (diff)
#8 Updated by lynxis over 4 years ago
- Description updated (diff)
#9 Updated by lynxis over 4 years ago
next steps:
- convert osmocom counter ofs msc into statsd counters
- add counter call attempts via new_state() of transaction
- add counter call active via new_state() of transcaction
- missing: call drop - which failure state do we cover here?
- codec: /TODO
#10 Updated by lynxis over 4 years ago
- Description updated (diff)
#11 Updated by lynxis over 4 years ago
- % Done changed from 0 to 90
#13 Updated by laforge over 3 years ago
- Priority changed from Normal to Urgent
#14 Updated by lynxis over 3 years ago
libbsc¶
Cell utilization (%)¶
- unknown
Total TCH traffic (erlang)¶
- unknown
for each codec:¶
how many calls were using this codec (%):
- implemented by rate counter bts.codec_amr_f bts.codec_amr_h bts.codec_efr bts.codec_fr bts.codec_hr
Traffic (Erlang)¶
- unknown
hand-over success rate(%): completed / attempts¶
- implemend by rate counter handover.completed handover.attempted
libmsc¶
dropped call (%):¶
- implemented by rate counter call.complete + call.incomplete
call attempt (total number):¶
- implemented by rate counter call.mo_setup + call.mt_setup
#15 Updated by laforge about 3 years ago
- Status changed from In Progress to Stalled
- Priority changed from Urgent to Normal
#16 Updated by laforge over 2 years ago
- Status changed from Stalled to Resolved
marking as resolved, OsmoNITB is obsolete.