Loading examples/demo7/entrypoint.sh +2 −0 Original line number Diff line number Diff line Loading @@ -46,5 +46,7 @@ echo "CAM: ${CAM}" echo "DENM: ${DENM}" echo "VERBOSE: ${VERBOSE}" sleep 10 # Wait for ETSI MEC Platform up and stable echo "Starting '/fsmsggen ${IFACE} ${MODE} ${UU_IFACE} ${GLOBAL} ${SEC_MODE} ${BEACON} ${CAM} ${DENM} ${VERBOSE}'" /fsmsggen ${IFACE} ${MODE} ${UU_IFACE} ${GLOBAL} ${SEC_MODE} ${BEACON} ${CAM} ${DENM} ${VERBOSE} No newline at end of file examples/demo9/golang/main.go +1 −1 Original line number Diff line number Diff line Loading @@ -662,7 +662,7 @@ func mec011_send_confirm_ready() (subId string, response *http.Response, err err if counter >= 10 { return "", nil, errors.New("Confirm ready failed") } time.Sleep(2 * time.Second) time.Sleep(5 * time.Second) } // End of 'for' statement return mec011_send_subscribe_termination() Loading Loading
examples/demo7/entrypoint.sh +2 −0 Original line number Diff line number Diff line Loading @@ -46,5 +46,7 @@ echo "CAM: ${CAM}" echo "DENM: ${DENM}" echo "VERBOSE: ${VERBOSE}" sleep 10 # Wait for ETSI MEC Platform up and stable echo "Starting '/fsmsggen ${IFACE} ${MODE} ${UU_IFACE} ${GLOBAL} ${SEC_MODE} ${BEACON} ${CAM} ${DENM} ${VERBOSE}'" /fsmsggen ${IFACE} ${MODE} ${UU_IFACE} ${GLOBAL} ${SEC_MODE} ${BEACON} ${CAM} ${DENM} ${VERBOSE} No newline at end of file
examples/demo9/golang/main.go +1 −1 Original line number Diff line number Diff line Loading @@ -662,7 +662,7 @@ func mec011_send_confirm_ready() (subId string, response *http.Response, err err if counter >= 10 { return "", nil, errors.New("Confirm ready failed") } time.Sleep(2 * time.Second) time.Sleep(5 * time.Second) } // End of 'for' statement return mec011_send_subscribe_termination() Loading