blob: 33532068d3c1c9e6795d1a48ca422526d3ee8737 [file] [log] [blame]
Scott Bakerc9d3d842021-09-17 11:32:53 -07001{
2 "access-profile": {
3 "access-profile": [
4 {
5 "id": "typical-access-profile",
6 "type": "internet-only",
7 "filter": "allow app name",
8 "description": "a typical access profile"
9 }
10 ]
11 },
12 "apn-profile": {
13 "apn-profile": [
14 {
15 "id": "typical-apn-profile",
16 "apn-name": "internet",
17 "dns-primary": "8.8.8.4",
18 "dns-secondary": "8.8.8.8",
19 "mtu": 1460,
20 "gx-enabled": true,
21 "description": "a typical apn profile"
22 }
23 ]
24 },
25 "qos-profile": {
26 "qos-profile": [
27 {
28 "id": "typical-qos-profile",
29 "apn-ambr": {
30 "uplink": 4096,
31 "downlink": 4096
32 },
33 "description": "a typical qos profile"
34 }
35 ]
36 },
37 "up-profile": {
38 "up-profile": [
39 {
40 "id": "typical-up-profile",
41 "user-plane": "spgwu1.headless",
42 "access-control": "all",
43 "description": "a typical up profile"
44 }
45 ]
46 },
47 "subscriber": {
48 "ue": [
49 {
50 "ueid": "e150109999111",
51 "serving-plmn": {
52 "mcc": 208,
53 "mnc": 11,
54 "tac": 1
55 },
56 "enabled": true,
57 "requested-apn": "mme-selected-apn",
58 "profiles": {
59 "apn-profile": "typical-apn-profile",
60 "qos-profile": "typical-qos-profile",
61 "up-profile": "typical-up-profile",
62 "access-profile": [
63 {
64 "access-profile": "typical-access-profile",
65 "allowed": true
66 }
67 ]
68 }
69 }
70 ]
71 }
72}