Commit 5509fa00 authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in install.sh

parent f592fc89
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -31,17 +31,20 @@ do
    if [ -f MVM-PDU-Descriptions.asn ]
    then
        git checkout --recurse-submodules $NEW_BRANCH
        git submodule update --recursive
        ln -sf MIM-PDU-Descriptions.asn MIM_PDU_Descriptions.asn
        ln -sf MVM-PDU-Descriptions.asn MVM_PDU_Descriptions.asn
        ln -sf AVM-Commons.asn AVM_Commons.asn
    elif [ -f asn/PIM-PDU-Descriptions.asn ]
    then
        git checkout --recurse-submodules $NEW_BRANCH
        git submodule update --recursive
        ln -sf asn/PIM-PDU-Descriptions.asn asn/PIM_PDU_Descriptions.asn
        ln -sf asn/PIM-SA-Application-Data-Descriptions.asn asn/PIM_SA_Application_Data_Descriptions.asn
    elif [ -f SAEM-PDU-Descriptions.asn ]
    then
        git checkout --recurse-submodules $NEW_BRANCH
        git submodule update --recursive
        ln -sf SAEM-PDU-Descriptions.asn SAEM_PDU_Descriptions.asn
        ln -sf ITSsa1-1-0-16460-2-1.asn ITSsa1.asn
        ln -sf ITSee1-1-0-16460-4-1.asn ITSee1.asn
Compare 27329d3a to be2bda49
Original line number Diff line number Diff line
Subproject commit 27329d3afac51fbf2762428e12f2635d1137c549
Subproject commit be2bda49ffda160a0258185d752dd989ebd51193
Compare 845d4e27 to 0843485e
Original line number Diff line number Diff line
Subproject commit 845d4e27237eb94ea51aed9e04f24dcec1b58ec7
Subproject commit 0843485e4caf3264f8f3d980bf33a6f9138a43b8