1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"group": {
"desc": "Include this model to support a cellular interface link",
"label": "Cellular Link",
"name": "model_18",
"points": [
{
"desc": "Model identifier",
"label": "Model ID",
"mandatory": "M",
"name": "ID",
"size": 1,
"static": "S",
"type": "uint16",
"value": 18
},
{
"desc": "Model length",
"label": "Model Length",
"mandatory": "M",
"name": "L",
"size": 1,
"static": "S",
"type": "uint16"
},
{
"access": "RW",
"desc": "Interface name",
"label": "Name",
"name": "Nam",
"size": 4,
"type": "string"
},
{
"access": "RW",
"desc": "International Mobile Equipment Identifier for the interface",
"label": "IMEI",
"name": "IMEI",
"size": 2,
"type": "uint32"
},
{
"access": "RW",
"desc": "Access Point Name for the interface",
"label": "APN",
"name": "APN",
"size": 4,
"type": "string"
},
{
"access": "RW",
"desc": "Phone number for the interface",
"label": "Number",
"name": "Num",
"size": 6,
"type": "string"
},
{
"access": "RW",
"desc": "Personal Identification Number for the interface",
"label": "PIN",
"name": "Pin",
"size": 6,
"type": "string"
}
],
"type": "group"
},
"id": 18
}