Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Bin He
openairinterface5G
Commits
a385af01
Commit
a385af01
authored
6 years ago
by
Cédric Roux
Browse files
Options
Downloads
Patches
Plain Diff
better setup for asn1c
- use OAI location to retrieve asn1c - use a specific commit instead of a branch name
parent
1961fd7f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake_targets/tools/build_helper
+5
-2
5 additions, 2 deletions
cmake_targets/tools/build_helper
with
5 additions
and
2 deletions
cmake_targets/tools/build_helper
+
5
−
2
View file @
a385af01
...
...
@@ -678,9 +678,12 @@ install_asn1c_from_source(){
(
$SUDO rm -rf /tmp/asn1c
# GIT_SSL_NO_VERIFY=true git clone https://gitlab.eurecom.fr/oai/asn1c.git /tmp/asn1c
git clone https://git
hub.com/brchiu
/asn1c /tmp/asn1c
git clone https://git
lab.eurecom.fr/oai
/asn1c
.git
/tmp/asn1c
cd /tmp/asn1c
git checkout velichkov_s1ap_plus_option_group
# better to use a given commit than a branch in case the branch
# is updated and requires modifications in the source of OAI
#git checkout velichkov_s1ap_plus_option_group
git checkout ec830d70bbb014b769810355a2f321a91ccd8a58
autoreconf -iv
./configure
make -j`nproc`
...
...
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