blob: cc8a9b7e0427b17276d655159316ef39ee65d620 [file] [log] [blame]
Pau Espin Pedrolc24a18c2022-05-17 19:15:17 +02001#!/bin/sh -e
2
3SELF_DIR="$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)" # dirname of this script (library/)
4AVP_SH_DIR="$SELF_DIR/../deps/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator/src"
5AVP_SH_PATH="$AVP_SH_DIR/AVP.sh"
6cd $AVP_SH_DIR
7$AVP_SH_PATH \
8 Base_IETF_RFC3588.ddf \
9 BaseTypes_IETF_RFC3588.ddf \
10 AAAInterface_3GPP_TS29272_f10.ddf \
11 GxInterface_PCC_3GPP_TS29212_f10.ddf \
12 S6Interfaces_3GPP_TS29336_f00.ddf \
13 MobileIPv6_HA_IETF_RFC5778.ddf \
14 RxInterface_PCC_3GPP_TS29214_f20.ddf \
15 NetworkAccessServer_IETF_RFC4005.ddf \
16 CreditControl_IETF_RFC4006.ddf \
17 CxDxInterface_3GPP_TS29229_c30.ddf \
Pau Espin Pedrol35e308a2022-05-17 19:17:17 +020018 GiSGiInterface_3GPP_TS29061_d70.ddf \
19 ChargingApplications_3GPP_TS32299_d90.ddf
Pau Espin Pedrolc24a18c2022-05-17 19:15:17 +020020
21mv -v $AVP_SH_DIR/DIAMETER_Types.ttcn $SELF_DIR/