Commit 83310824 authored by YannGarcia's avatar YannGarcia
Browse files

Enhance usage() function in docker-entrypoint.sh

parent 06e2d3eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ void geonetworking_layer::send_data(OCTETSTRING &data, params &p_params) {

const TTCN_RAWdescriptor_t  _intx_raw_   = {RAW_INTX,          SG_NO, ORDER_MSB, ORDER_MSB, ORDER_LSB, ORDER_MSB, EXT_BIT_NO, ORDER_LSB, ORDER_LSB,
                                         TOP_BIT_INHERITED, 0,     0,         0,         8,         0,         NULL,       -1,        CharCoding::UNKNOWN};
const TTCN_Typedescriptor_t _intx_descr_ = {"IntX", NULL, &_intx_raw_, NULL, NULL, NULL, NULL, NULL, TTCN_Typedescriptor_t::DONTCARE};
const TTCN_Typedescriptor_t _intx_descr_ = {"IntX", NULL, &_intx_raw_, NULL, NULL, NULL, NULL, NULL, NULL, TTCN_Typedescriptor_t::DONTCARE};

void geonetworking_layer::receive_data(OCTETSTRING &data, params &p_params) {
  loggers::get_instance().log_msg(">>> geonetworking_layer::receive_data: ", data);
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@ usage() {
	do
		echo "  $i"
	done
	echo "For build,clean,list,modulepar,rebuild,build-run and run, ATS identifier need to be specified (e.g. CAM, DENM, Security, Pki, MBR...)"
	echo "e.g. docker-run.sh build Security # To build the AtsSecurity test suite"
}

commands="help,build,clean,ip,list,modulepar,ping,rebuild,build-run,run,version"