Commit 0ac6133d authored by garciay's avatar garciay
Browse files

Start UpperTester changes

parent e8c33d86
Loading
Loading
Loading
Loading
+3 −20
Original line number Original line Diff line number Diff line
@@ -8,26 +8,9 @@
# The name of the library
# The name of the library
ASN_LIBRARY = libItsAsn.so
ASN_LIBRARY = libItsAsn.so
# ASN.1 files to be included in the library
# ASN.1 files to be included in the library
ASN_FILES = LibIts/CAM/CAM.asn \
ASN_FILES = LibIts/CAM/CAM.asn LibIts/DENM/DENM.asn LibIts/ITS-Container/ITS_Container.asn
            LibIts/DENM/DENM.asn \
            LibIts/IS/ETSI_TS_103301/IVIM_PDU_Descriptions.asn \
            LibIts/IS/ETSI_TS_103301/MAPEM_PDU_Descriptions.asn \
            LibIts/IS/ETSI_TS_103301/SPATEM_PDU_Descriptions.asn \
            LibIts/IS/ETSI_TS_103301/SREM_PDU_Descriptions.asn \
            LibIts/IS/ETSI_TS_103301/SSEM_PDU_Descriptions.asn \
            LibIts/IS/ISO_TS_14816/AVIAEINumberingAndDataStructures.asn \
            LibIts/IS/ISO_TS_14906/EfcDsrcApplication.asn \
            LibIts/IS/ISO_TS_14906/EfcDsrcGeneric.asn \
            LibIts/IS/ISO_TS_17419/CITSapplMgmtIDs.asn \
            LibIts/IS/ISO_TS_19091/original/AddGrpC.asn \
            LibIts/IS/ISO_TS_19091/original/DSRC.asn \
            LibIts/IS/ISO_TS_19091/original/REGION.asn \
            LibIts/IS/ISO_TS_19321/IVI.asn \
            LibIts/IS/ISO_TS_24534-3/ElectronicRegistrationIdentificationVehicleDataModule.asn \
            LibIts/ITS-Container/ITS_Container.asn

# PDUs
# PDUs
PDU = CAM DENM MAPEM SPATEM SREM SSEM IVIM
PDU = CAM DENM


ifeq (,$(ASN_DIR))
ifeq (,$(ASN_DIR))
##########################################################
##########################################################
@@ -67,7 +50,7 @@ CONVERTER=converter
CONVERTER_OBJS=${ASN_CONVERTER_SOURCES:.c=.o}
CONVERTER_OBJS=${ASN_CONVERTER_SOURCES:.c=.o}


Makefile.am.sample: $(addprefix $(ASN_DIR)/, $(ASN_FILES))
Makefile.am.sample: $(addprefix $(ASN_DIR)/, $(ASN_FILES))
	asn1c -gen-PER $(addprefix -pdu=,$(PDU)) $^
	asn1c -gen-PER -S/usr/local/share/asn1c $(addprefix -pdu=,$(PDU)) $^


all: $(CONVERTER)
all: $(CONVERTER)


+5 −3
Original line number Original line Diff line number Diff line
@@ -84,8 +84,10 @@ system.utPort.params := "UT/UDP(dst_ip=192.168.56.1,dst_port=12346,src_ip=192.16
#TestCodec_GeoNetworking.tc_GeoNetInd_UnicastPacket
#TestCodec_GeoNetworking.tc_GeoNetInd_UnicastPacket
#TestCodec_GeoNetworking.tc_GeoNetInd_BeaconPacket
#TestCodec_GeoNetworking.tc_GeoNetInd_BeaconPacket
# GeoNetworking Port
# GeoNetworking Port
#TestCodec_GeoNetworking.tc_GeoNet_Port
TestCodec_GeoNetworking.tc_GeoNet_Port
#TestCodec_GeoNetworking.tc_GeoNet_MultiPort
#TestCodec_GeoNetworking.tc_GeoNet_MultiPort
#GeoNetworking UpperTester
#TestCodec_GeoNetworking.tc_GeoNet_UtGnInitialize


# Btp PDU
# Btp PDU
#TestCodec_Btp.tc_Btp_A_Without_Payload
#TestCodec_Btp.tc_Btp_A_Without_Payload
@@ -100,8 +102,8 @@ system.utPort.params := "UT/UDP(dst_ip=192.168.56.1,dst_port=12346,src_ip=192.16
#TestCodec_CAM.tc_Cam_Port
#TestCodec_CAM.tc_Cam_Port


# DENM PDU
# DENM PDU
TestCodec_DENM.tc_DenmReq
#TestCodec_DENM.tc_DenmReq
TestCodec_DENM.tc_Denm_Port
#TestCodec_DENM.tc_Denm_Port


[MAIN_CONTROLLER]
[MAIN_CONTROLLER]
# The options herein control the behavior of MC.
# The options herein control the behavior of MC.