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
常顺宇
OpenXG-RAN
Commits
c35867e9
Commit
c35867e9
authored
Oct 17, 2018
by
Bi-Ruei, Chiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade ASN.1 of S1AP and X2AP to 15.3.0
parent
c7aa94c3
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22633 additions
and
8 deletions
+22633
-8
cmake_targets/CMakeLists.txt
cmake_targets/CMakeLists.txt
+8
-8
openair2/X2AP/MESSAGES/ASN1/R15/x2ap-15.3.0.asn1
openair2/X2AP/MESSAGES/ASN1/R15/x2ap-15.3.0.asn1
+8097
-0
openair3/S1AP/MESSAGES/ASN1/R14/s1ap-14.7.0.asn1
openair3/S1AP/MESSAGES/ASN1/R14/s1ap-14.7.0.asn1
+6998
-0
openair3/S1AP/MESSAGES/ASN1/R15/s1ap-15.3.0.asn1
openair3/S1AP/MESSAGES/ASN1/R15/s1ap-15.3.0.asn1
+7530
-0
No files found.
cmake_targets/CMakeLists.txt
View file @
c35867e9
...
...
@@ -394,7 +394,7 @@ add_custom_command (OUTPUT ${NR_RRC_FULL_DIR}/NR_asn_constant.h
# Same limitation as described in RRC: unknown generated file list
# so we generate it at cmake time
##############
add_list1_option
(
S1AP_RELEASE R1
4
"S1AP ASN.1 grammar version"
R8 R9 R10 R14 R15
)
add_list1_option
(
S1AP_RELEASE R1
5
"S1AP ASN.1 grammar version"
R8 R9 R10 R14 R15
)
set
(
S1AP_DIR
${
OPENAIR3_DIR
}
/S1AP
)
if
(
${
S1AP_RELEASE
}
STREQUAL
"R8"
)
...
...
@@ -416,11 +416,11 @@ elseif (${S1AP_RELEASE} STREQUAL "R13")
make_version
(
S1AP_VERSION 13 6 0
)
set
(
S1AP_ASN_FILES
"s1ap-13.6.0.asn1"
)
elseif
(
${
S1AP_RELEASE
}
STREQUAL
"R14"
)
make_version
(
S1AP_VERSION 14
5
0
)
set
(
S1AP_ASN_FILES
"s1ap-14.
5
.0.asn1"
)
make_version
(
S1AP_VERSION 14
7
0
)
set
(
S1AP_ASN_FILES
"s1ap-14.
7
.0.asn1"
)
else
(
${
S1AP_RELEASE
}
STREQUAL
"R15"
)
make_version
(
S1AP_VERSION 15
1
0
)
set
(
S1AP_ASN_FILES
"s1ap-15.
1
.0.asn1"
)
make_version
(
S1AP_VERSION 15
3
0
)
set
(
S1AP_ASN_FILES
"s1ap-15.
3
.0.asn1"
)
endif
(
${
S1AP_RELEASE
}
STREQUAL
"R8"
)
add_definitions
(
-DS1AP_VERSION=
${
S1AP_VERSION
}
)
set
(
S1AP_ASN_DIR
${
S1AP_DIR
}
/MESSAGES/ASN1/
${
S1AP_RELEASE
}
)
...
...
@@ -472,7 +472,7 @@ add_library(S1AP_ENB
# Same limitation as described in RRC/S1AP: unknown generated file list
# so we generate it at cmake time
##############
add_list1_option
(
X2AP_RELEASE R1
4
"X2AP ASN.1 grammar version"
R8 R11 R12 R14 R15
)
add_list1_option
(
X2AP_RELEASE R1
5
"X2AP ASN.1 grammar version"
R8 R11 R12 R14 R15
)
set
(
X2AP_DIR
${
OPENAIR2_DIR
}
/X2AP
)
if
(
${
X2AP_RELEASE
}
STREQUAL
"R8"
)
...
...
@@ -488,8 +488,8 @@ elseif (${X2AP_RELEASE} STREQUAL "R14")
make_version
(
X2AP_VERSION 14 6 0
)
set
(
X2AP_ASN_FILES x2ap-14.6.0.asn1
)
elseif
(
${
X2AP_RELEASE
}
STREQUAL
"R15"
)
make_version
(
X2AP_VERSION 15
1
0
)
set
(
X2AP_ASN_FILES x2ap-15.
1
.0.asn1
)
make_version
(
X2AP_VERSION 15
3
0
)
set
(
X2AP_ASN_FILES x2ap-15.
3
.0.asn1
)
endif
(
${
X2AP_RELEASE
}
STREQUAL
"R8"
)
add_definitions
(
-DX2AP_VERSION=
${
X2AP_VERSION
}
)
set
(
X2AP_ASN_DIR
${
X2AP_DIR
}
/MESSAGES/ASN1/
${
X2AP_RELEASE
}
)
...
...
openair2/X2AP/MESSAGES/ASN1/R15/x2ap-15.3.0.asn1
0 → 100644
View file @
c35867e9
This diff is collapsed.
Click to expand it.
openair3/S1AP/MESSAGES/ASN1/R14/s1ap-14.7.0.asn1
0 → 100644
View file @
c35867e9
This diff is collapsed.
Click to expand it.
openair3/S1AP/MESSAGES/ASN1/R15/s1ap-15.3.0.asn1
0 → 100644
View file @
c35867e9
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