aboutsummaryrefslogtreecommitdiffstats
path: root/library/regen-DIAMETER_Types_ttcn.sh
blob: cc8a9b7e0427b17276d655159316ef39ee65d620 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh -e

SELF_DIR="$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)" # dirname of this script (library/)
AVP_SH_DIR="$SELF_DIR/../deps/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator/src"
AVP_SH_PATH="$AVP_SH_DIR/AVP.sh"
cd $AVP_SH_DIR
$AVP_SH_PATH \
        Base_IETF_RFC3588.ddf \
        BaseTypes_IETF_RFC3588.ddf \
        AAAInterface_3GPP_TS29272_f10.ddf \
        GxInterface_PCC_3GPP_TS29212_f10.ddf \
        S6Interfaces_3GPP_TS29336_f00.ddf \
        MobileIPv6_HA_IETF_RFC5778.ddf \
        RxInterface_PCC_3GPP_TS29214_f20.ddf \
        NetworkAccessServer_IETF_RFC4005.ddf \
        CreditControl_IETF_RFC4006.ddf \
        CxDxInterface_3GPP_TS29229_c30.ddf \
        GiSGiInterface_3GPP_TS29061_d70.ddf \
        ChargingApplications_3GPP_TS32299_d90.ddf

mv -v $AVP_SH_DIR/DIAMETER_Types.ttcn $SELF_DIR/