Skip to content

Commit 9d0a9f5

Browse files
authored
Merge pull request #40 from gab-arrobo/validate-names
Update device group name to comply with new validation done by the `webui`
2 parents 863b6b7 + 186cb4d commit 9d0a9f5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

roles/core/templates/radio-5g-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ omec-sub-provision:
153153

154154
# Configure Device Groups (ignored if provision-network-slice is disabled)
155155
device-groups:
156-
- name: "5g-user-group1"
156+
- name: "user-group1"
157157
imsis:
158158
- "001010123456864"
159159
- "001010123456865"
@@ -184,7 +184,7 @@ omec-sub-provision:
184184
sd: "010203"
185185
sst: 1
186186
site-device-group:
187-
- "5g-user-group1" # All UEs in this device-group are assigned to this slice
187+
- "user-group1" # All UEs in this device-group are assigned to this slice
188188
# Applicaiton filters control what each user can access.
189189
# Default, allow access to all applications
190190
application-filtering-rules:

roles/core/templates/sdcore-5g-sriov-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ omec-sub-provision:
163163

164164
# Configure Device Groups (ignored if provision-network-slice is disabled)
165165
device-groups:
166-
- name: "5g-gnbsim-user-group1"
166+
- name: "gnbsim-user-group1"
167167
imsis:
168168
- "208930100007487"
169169
- "208930100007488"
@@ -292,7 +292,7 @@ omec-sub-provision:
292292
sd: "010203"
293293
sst: 1
294294
site-device-group:
295-
- "5g-gnbsim-user-group1" # All UEs in this device-group are assigned to this slice
295+
- "gnbsim-user-group1" # All UEs in this device-group are assigned to this slice
296296
# Applicaiton filters control what each user can access.
297297
# Default, allow access to all applications
298298
application-filtering-rules:

roles/core/templates/sdcore-5g-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ omec-sub-provision:
163163

164164
# Configure Device Groups (ignored if provision-network-slice is disabled)
165165
device-groups:
166-
- name: "5g-gnbsim-user-group1"
166+
- name: "gnbsim-user-group1"
167167
imsis:
168168
- "208930100007487"
169169
- "208930100007488"
@@ -292,7 +292,7 @@ omec-sub-provision:
292292
sd: "010203"
293293
sst: 1
294294
site-device-group:
295-
- "5g-gnbsim-user-group1" # All UEs in this device-group are assigned to this slice
295+
- "gnbsim-user-group1" # All UEs in this device-group are assigned to this slice
296296
# Applicaiton filters control what each user can access.
297297
# Default, allow access to all applications
298298
application-filtering-rules:

0 commit comments

Comments
 (0)