OLD | NEW |
1 { | 1 { |
2 "Type": "Cellular", | 2 "Type": "Cellular", |
3 "Name": "Test Network", | 3 "Name": "Test Network", |
4 "Cellular": { | 4 "Cellular": { |
5 "ActivationState": "Activated", | 5 "ActivationState": "Activated", |
6 "ActivationType": "OTASP", | 6 "ActivationType": "OTASP", |
7 "AllowRoaming": true, | 7 "AllowRoaming": true, |
8 "AutoConnect": true, | 8 "AutoConnect": true, |
9 "Carrier": "cellular_provider", | 9 "Carrier": "cellular_provider", |
10 "HomeProvider": { | 10 "HomeProvider": { |
11 "Country": "us", | 11 "Country": "us", |
12 "Name": "cellular_provider" | 12 "Name": "cellular_provider" |
13 }, | 13 }, |
| 14 "NetworkTechnology": "LTEAdvanced", |
14 "RoamingState": "Home", | 15 "RoamingState": "Home", |
15 "ServingOperator": { | 16 "ServingOperator": { |
16 "Code": "test-code", | 17 "Code": "test-code", |
17 "Country": "test-country", | 18 "Country": "test-country", |
18 "Name": "test-name" | 19 "Name": "test-name" |
19 }, | 20 }, |
20 "SupportedCarriers": [ | 21 "SupportedCarriers": [ |
21 "cellular_provider", | 22 "cellular_provider", |
22 "generic_provider" | 23 "generic_provider" |
23 ], | 24 ], |
(...skipping 21 matching lines...) Expand all Loading... |
45 "Username": "test-username3" | 46 "Username": "test-username3" |
46 } | 47 } |
47 ], | 48 ], |
48 "SIMLockStatus": { | 49 "SIMLockStatus": { |
49 "LockType": "sim-pin", | 50 "LockType": "sim-pin", |
50 "LockEnabled": true | 51 "LockEnabled": true |
51 } | 52 } |
52 }, | 53 }, |
53 "Source":"Device" | 54 "Source":"Device" |
54 } | 55 } |
OLD | NEW |