Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
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-AMF
Commits
b3571957
Commit
b3571957
authored
Jun 25, 2021
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: typo
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
a636e930
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
25 deletions
+25
-25
ci-scripts/generateHtmlReport.py
ci-scripts/generateHtmlReport.py
+1
-1
src/ngap/libngap/Ngap_ProtocolIE-Field.c
src/ngap/libngap/Ngap_ProtocolIE-Field.c
+24
-24
No files found.
ci-scripts/generateHtmlReport.py
View file @
b3571957
...
@@ -375,7 +375,7 @@ class HtmlReport():
...
@@ -375,7 +375,7 @@ class HtmlReport():
def
buildSummaryFooter
(
self
):
def
buildSummaryFooter
(
self
):
self
.
file
.
write
(
' </table>
\n
'
)
self
.
file
.
write
(
' </table>
\n
'
)
self
.
file
.
write
(
' <br>
\n
'
)
self
.
file
.
write
(
' <br>
\n
'
)
if
self
.
nb_warnings
>
0
:
if
len
(
self
.
warning_rows
)
>
0
:
self
.
file
.
write
(
' <h3>Compilation Warnings Details</h3>
\n
'
)
self
.
file
.
write
(
' <h3>Compilation Warnings Details</h3>
\n
'
)
self
.
file
.
write
(
' <button data-toggle="collapse" data-target="#oai-compilation-details">Details for Compilation Errors and Warnings </button>
\n
'
)
self
.
file
.
write
(
' <button data-toggle="collapse" data-target="#oai-compilation-details">Details for Compilation Errors and Warnings </button>
\n
'
)
self
.
file
.
write
(
' <div id="oai-compilation-details" class="collapse">
\n
'
)
self
.
file
.
write
(
' <div id="oai-compilation-details" class="collapse">
\n
'
)
...
...
src/ngap/libngap/Ngap_ProtocolIE-Field.c
View file @
b3571957
...
@@ -79,9 +79,9 @@ static const long asn_VAL_7_Ngap_optional = 0;
...
@@ -79,9 +79,9 @@ static const long asn_VAL_7_Ngap_optional = 0;
static const long asn_VAL_8_Ngap_id_UL_NGU_UP_TNLInformation = 139;
static const long asn_VAL_8_Ngap_id_UL_NGU_UP_TNLInformation = 139;
static const long asn_VAL_8_Ngap_reject = 0;
static const long asn_VAL_8_Ngap_reject = 0;
static const long asn_VAL_8_Ngap_mandatory = 2;
static const long asn_VAL_8_Ngap_mandatory = 2;
//static const long asn_VAL_9_Ngap_id_AdditionalUL_NGU_UP_TNLInformation = 126;
//
static const long asn_VAL_9_Ngap_id_AdditionalUL_NGU_UP_TNLInformation = 126;
//static const long asn_VAL_9_Ngap_reject = 0;
//
static const long asn_VAL_9_Ngap_reject = 0;
//static const long asn_VAL_9_Ngap_optional = 0;
//
static const long asn_VAL_9_Ngap_optional = 0;
static const long asn_VAL_10_Ngap_id_DataForwardingNotPossible = 127;
static const long asn_VAL_10_Ngap_id_DataForwardingNotPossible = 127;
static const long asn_VAL_10_Ngap_reject = 0;
static const long asn_VAL_10_Ngap_reject = 0;
static const long asn_VAL_10_Ngap_optional = 0;
static const long asn_VAL_10_Ngap_optional = 0;
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