Skip to content

Commit

Permalink
fix: Fixes the value of the Slice Differentiator to represent a valid…
Browse files Browse the repository at this point in the history
… 24-bit int (#638)
  • Loading branch information
Gmerold authored Sep 17, 2024
1 parent 7a14e1c commit 9ae0859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/createNetworkSlice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const createNetworkSlice = async ({
const sliceData = {
"slice-id": {
sst: "1",
sd: "010203",
sd: "102030",
},
"site-device-group": [deviceGroupName],
"site-info": {
Expand Down

0 comments on commit 9ae0859

Please sign in to comment.