Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AUSF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-AUSF
Commits
78bf6be9
Commit
78bf6be9
authored
Dec 30, 2020
by
gibbs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix OneOfAv5gAkastring bug
parent
5720c168
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
model/UEAuthenticationCtx.cpp
model/UEAuthenticationCtx.cpp
+2
-2
model/UEAuthenticationCtx.h
model/UEAuthenticationCtx.h
+4
-4
No files found.
model/UEAuthenticationCtx.cpp
View file @
78bf6be9
...
...
@@ -64,11 +64,11 @@ void UEAuthenticationCtx::setAuthType(AuthType const& value)
{
m_AuthType
=
value
;
}
OneOfAv5gAkastring
UEAuthenticationCtx
::
getR5gAuthData
()
const
Av5gAka
UEAuthenticationCtx
::
getR5gAuthData
()
const
{
return
m_r_5gAuthData
;
}
void
UEAuthenticationCtx
::
setR5gAuthData
(
OneOfAv5gAkastring
const
&
value
)
void
UEAuthenticationCtx
::
setR5gAuthData
(
Av5gAka
const
&
value
)
{
m_r_5gAuthData
=
value
;
}
...
...
model/UEAuthenticationCtx.h
View file @
78bf6be9
...
...
@@ -19,7 +19,7 @@
#define UEAuthenticationCtx_H_
#include "
OneOfAv5gAkastring
.h"
#include "
Av5gAka
.h"
#include "LinksValueSchema.h"
#include "AuthType.h"
#include <string>
...
...
@@ -54,8 +54,8 @@ public:
/// <summary>
///
/// </summary>
OneOfAv5gAkastring
getR5gAuthData
()
const
;
void
setR5gAuthData
(
OneOfAv5gAkastring
const
&
value
);
Av5gAka
getR5gAuthData
()
const
;
void
setR5gAuthData
(
Av5gAka
const
&
value
);
/// <summary>
///
/// </summary>
...
...
@@ -74,7 +74,7 @@ public:
protected:
AuthType
m_AuthType
;
OneOfAv5gAkastring
m_r_5gAuthData
;
Av5gAka
m_r_5gAuthData
;
std
::
map
<
std
::
string
,
LinksValueSchema
>
m__links
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment