blob: 74f3c8bda1d77a9e54ae5c718225a2f30f3d4789 [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 \
Pau Espin Pedrol5b28c962024-03-05 12:14:08 +010010 NetworkAccessServer_IETF_RFC4005.ddf \
11 CreditControl_IETF_RFC4006.ddf \
12 MobileIPv6_NAS_IETF_RFC5447.ddf \
13 MobileIPv6_HA_IETF_RFC5778.ddf \
Pau Espin Pedrolc24a18c2022-05-17 19:15:17 +020014 AAAInterface_3GPP_TS29272_f10.ddf \
15 GxInterface_PCC_3GPP_TS29212_f10.ddf \
16 S6Interfaces_3GPP_TS29336_f00.ddf \
Pau Espin Pedrolc24a18c2022-05-17 19:15:17 +020017 RxInterface_PCC_3GPP_TS29214_f20.ddf \
Pau Espin Pedrolc24a18c2022-05-17 19:15:17 +020018 CxDxInterface_3GPP_TS29229_c30.ddf \
Pau Espin Pedrol35e308a2022-05-17 19:17:17 +020019 GiSGiInterface_3GPP_TS29061_d70.ddf \
Pau Espin Pedrol7c99b322023-10-23 17:11:49 +020020 ChargingApplications_3GPP_TS32299_d90.ddf \
Pau Espin Pedrolc24a18c2022-05-17 19:15:17 +020021
22mv -v $AVP_SH_DIR/DIAMETER_Types.ttcn $SELF_DIR/