From 25d89b30e345a04f99170bfb19038e327982d25b Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Tue, 27 Jan 2015 14:42:20 +0000 Subject: [PATCH] Was removed by error in OPENAIR-CN/SCRIPTS git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6431 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- .../install_asn1c_0.9.24.modified.bash | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 targets/SCRIPTS/install_asn1c_0.9.24.modified.bash diff --git a/targets/SCRIPTS/install_asn1c_0.9.24.modified.bash b/targets/SCRIPTS/install_asn1c_0.9.24.modified.bash new file mode 100755 index 0000000000..3821d656c9 --- /dev/null +++ b/targets/SCRIPTS/install_asn1c_0.9.24.modified.bash @@ -0,0 +1,38 @@ +#!/bin/bash +################################################################################ +# OpenAirInterface +# Copyright(c) 1999 - 2014 Eurecom +# +# OpenAirInterface is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# +# OpenAirInterface is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenAirInterface.The full GNU General Public License is +# included in this distribution in the file called "COPYING". If not, +# see <http://www.gnu.org/licenses/>. +# +# Contact Information +# OpenAirInterface Admin: openair_admin@eurecom.fr +# OpenAirInterface Tech : openair_tech@eurecom.fr +# OpenAirInterface Dev : openair4g-devel@eurecom.fr +# +# Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France. +# +################################################################################ +# Tested on ubuntu 12.04 with updates 07 november 2013 + +$1 rm -Rf /usr/local/src/asn1c-r1516 +$1 svn co https://github.com/vlm/asn1c/trunk /usr/local/src/asn1c-r1516 -r 1516 > /tmp/install_log.txt +cd /usr/local/src/asn1c-r1516 +$1 patch -p0 < $OPENAIRCN_DIR/S1AP/MESSAGES/ASN1/asn1cpatch.p0 > /tmp/install_log.txt +$1 ./configure > /tmp/install_log.txt +$1 make > /tmp/install_log.txt +$1 make install > /tmp/install_log.txt \ No newline at end of file -- GitLab