Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webconsole
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pqc-free5gc
webconsole
Commits
251151ff
Unverified
Commit
251151ff
authored
3 years ago
by
chliu-nems
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Support to modify SQN (#12)
parent
b2332d95
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/pages/Subscribers/components/SubscriberModal.js
+9
-1
9 additions, 1 deletion
frontend/src/pages/Subscribers/components/SubscriberModal.js
with
9 additions
and
1 deletion
frontend/src/pages/Subscribers/components/SubscriberModal.js
+
9
−
1
View file @
251151ff
...
...
@@ -193,6 +193,7 @@ class SubscriberModal extends Component {
"
K
"
,
"
OPOPcSelect
"
,
"
OPOPc
"
,
"
SQN
"
,
],
properties
:
{
plmnID
:
{
...
...
@@ -231,6 +232,12 @@ class SubscriberModal extends Component {
pattern
:
"
^[A-Fa-f0-9]{32}$
"
,
default
:
"
8e27b6af0e692e750f32667a3b14605d
"
,
},
SQN
:
{
type
:
"
string
"
,
title
:
"
SQN
"
,
pattern
:
"
^[A-Fa-f0-9]{1,12}$
"
,
default
:
"
16f3b3f70fc2
"
,
},
sliceConfigurations
:
{
type
:
"
array
"
,
title
:
"
S-NSSAI Configuration
"
,
...
...
@@ -472,6 +479,7 @@ class SubscriberModal extends Component {
OPOPcSelect
:
isOp
?
"
OP
"
:
"
OPc
"
,
OPOPc
:
isOp
?
subscriber
[
'
AuthenticationSubscription
'
][
"
milenage
"
][
"
op
"
][
"
opValue
"
]
:
subscriber
[
'
AuthenticationSubscription
'
][
"
opc
"
][
"
opcValue
"
],
SQN
:
subscriber
[
'
AuthenticationSubscription
'
][
"
sequenceNumber
"
],
sliceConfigurations
:
sliceConfigurationsFromSubscriber
(
subscriber
),
};
...
...
@@ -542,7 +550,7 @@ class SubscriberModal extends Component {
"
encryptionKey
"
:
0
,
"
permanentKeyValue
"
:
formData
[
"
K
"
]
// Change required
},
"
sequenceNumber
"
:
"
16f3b3f70fc2
"
,
"
sequenceNumber
"
:
formData
[
"
SQN
"
]
,
},
"
AccessAndMobilitySubscriptionData
"
:
{
"
gpsis
"
:
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment