Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
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
promise
OpenXG-RAN
Commits
ffd02335
Commit
ffd02335
authored
9 years ago
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes to take into account new asn1 patch
parent
1b08d451
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
cmake_targets/tools/fix_asn1
cmake_targets/tools/fix_asn1
+4
-4
cmake_targets/tools/fix_asn1.data/S1AP.rel10.5/NativeInteger.c.diff
...ets/tools/fix_asn1.data/S1AP.rel10.5/NativeInteger.c.diff
+2
-2
cmake_targets/tools/fix_asn1.data/X2AP.rel11.2/NativeInteger.c.diff
...ets/tools/fix_asn1.data/X2AP.rel11.2/NativeInteger.c.diff
+2
-2
No files found.
cmake_targets/tools/fix_asn1
View file @
ffd02335
...
...
@@ -9,13 +9,13 @@ RRC_Rel10=(
X2AP_Rel11_2
=(
"X2ap-CriticalityDiagnostics-IE-List.h"
ae96308b37fcbcbf39da5012e42968135fc5f27b
"fix_asn1.data/X2AP.rel11.2/X2ap-CriticalityDiagnostics-IE-List.h.diff"
"NativeInteger.c"
f815a276f31ec54e03ed008d4f01faee579f00
be
"fix_asn1.data/X2AP.rel11.2/NativeInteger.c.diff"
"constr_SET_OF.c"
aeae707ba2471104a862477eb0107f04f4793ff4
"fix_asn1.data/X2AP.rel11.2/constr_SET_OF.c.diff"
"NativeInteger.c"
9f173e87daa1e7378618dbb060a10aae752d74
be
"fix_asn1.data/X2AP.rel11.2/NativeInteger.c.diff"
"constr_SET_OF.c"
5c8765a1e0fc44a48e406d0aa7628004bf3aac2a
"fix_asn1.data/X2AP.rel11.2/constr_SET_OF.c.diff"
)
S1AP_Rel10_5
=(
"NativeInteger.c"
f815a276f31ec54e03ed008d4f01faee579f00
be
"fix_asn1.data/S1AP.rel10.5/NativeInteger.c.diff"
"constr_SET_OF.c"
aeae707ba2471104a862477eb0107f04f4793ff4
"fix_asn1.data/S1AP.rel10.5/constr_SET_OF.c.diff"
"NativeInteger.c"
9f173e87daa1e7378618dbb060a10aae752d74
be
"fix_asn1.data/S1AP.rel10.5/NativeInteger.c.diff"
"constr_SET_OF.c"
5c8765a1e0fc44a48e406d0aa7628004bf3aac2a
"fix_asn1.data/S1AP.rel10.5/constr_SET_OF.c.diff"
)
red_color
=
"
$(
tput setaf 1
)
"
...
...
This diff is collapsed.
Click to expand it.
cmake_targets/tools/fix_asn1.data/S1AP.rel10.5/NativeInteger.c.diff
View file @
ffd02335
28
2c282
28
3c283
< int dynamic = 0;
---
> //int dynamic = 0;
2
89c289
2
90c290
< dynamic = 1;
---
> //dynamic = 1;
This diff is collapsed.
Click to expand it.
cmake_targets/tools/fix_asn1.data/X2AP.rel11.2/NativeInteger.c.diff
View file @
ffd02335
28
2c282
28
3c283
< int dynamic = 0;
---
> //int dynamic = 0;
2
89c289
2
90c290
< dynamic = 1;
---
> //dynamic = 1;
This diff is collapsed.
Click to expand it.
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