Skip to content

Commit

Permalink
updated docker files based new asn repo
Browse files Browse the repository at this point in the history
Signed-off-by: Ganesh Gedela <ganesh.gedela@veltris.com>
  • Loading branch information
ganeshg87 authored and panyogesh committed Mar 11, 2024
1 parent b4933f0 commit edd79c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions lte/gateway/docker/mme/Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ RUN git clone --recurse-submodules -b v1.15.0 https://github.com/grpc/grpc && \
wget https://www.gnupg.org/ftp/gcrypt/gnutls/v3.1/gnutls-3.1.23.tar.xz && \
git clone https://liblfds.org/git/liblfds && \
git clone https://gitea.osmocom.org/cellular-infrastructure/libgtpnl && \
git clone https://github.com/OPENAIRINTERFACE/asn1c.git && \
git clone https://github.com/mouse07410/asn1c.git && \
git clone https://github.com/OPENAIRINTERFACE/opencord.org.freeDiameter.git freediameter && \
git clone https://github.com/nlohmann/json.git

Expand Down Expand Up @@ -275,8 +275,8 @@ RUN cd libgtpnl && \

##### asn1c
RUN cd asn1c && \
# Moved git clone https://github.com/OPENAIRINTERFACE/asn1c.git && \
git checkout f12568d617dbf48497588f8e227d70388fa217c9 && \
# Moved git clone https://github.com/mouse07410/asn1c.git && \
git checkout ebed802 && \
autoreconf -iv && \
./configure && \
make -j`nproc` && \
Expand Down
5 changes: 3 additions & 2 deletions lte/gateway/docker/mme/Dockerfile.ubuntu18.04
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ RUN git clone --recurse-submodules -b v1.15.0 https://github.com/grpc/grpc && \
git clone https://liblfds.org/git/liblfds && \
git clone https://gitea.osmocom.org/cellular-infrastructure/libgtpnl && \
git clone https://github.com/OPENAIRINTERFACE/asn1c.git && \
git clone https://github.com/mouse07410/asn1c.git && \
git clone https://github.com/OPENAIRINTERFACE/opencord.org.freeDiameter.git freediameter && \
git clone https://github.com/nlohmann/json.git

Expand Down Expand Up @@ -207,8 +208,8 @@ RUN cd libgtpnl && \

##### asn1c
RUN cd asn1c && \
# Moved git clone https://github.com/OPENAIRINTERFACE/asn1c.git && \
git checkout f12568d617dbf48497588f8e227d70388fa217c9 && \
# Moved git clone https://github.com/mouse07410/asn1c.git && \
git checkout ebed802 && \
autoreconf -iv && \
./configure && \
make -j`nproc` && \
Expand Down

0 comments on commit edd79c7

Please sign in to comment.