blob: af03be7df16e73bceea3b2502964180d755c4f72 [file] [log] [blame]
Neels Hofmeyr8c8ebb12017-09-18 16:19:30 +02001[[control]]
2== Control interface
3
4The actual protocol is described in <<common-control-if>>, the variables common
5to all programs using it are described in <<ctrl_common_vars>>. This section
6describes the CTRL interface variables specific to OsmoMSC.
7
8.Variables available on OsmoMSC's Control interface
9[options="header",width="100%",cols="20%,5%,5%,50%,20%"]
10|===
11|Name|Access|Trap|Value|Comment
12|subscriber-list-active-v1|RO|No||Return list of active subscribers.
13|===
14
15=== subscriber-list-active-v1
16
17Return a list of subscribers that are successfully attached (including full
18successful authentication and ciphering if those are enabled).
19
20The reply comprises of one subscriber per line, of the format
21
22----
23<IMSI>,<MSISDN>\n[<IMSI>,<MSISDN>\n[...]]
24----
25
26For example:
27
28----
29901700000015252,22801
30901700000015253,22802
31----