Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
a385af01
Commit
a385af01
authored
Jul 24, 2018
by
Cédric Roux
Browse files
better setup for asn1c
- use OAI location to retrieve asn1c - use a specific commit instead of a branch name
parent
1961fd7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake_targets/tools/build_helper
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`
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment