|
|
@ -1,5 +1,5 @@
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
Copyright 2013-2017 Software Radio Systems Limited
|
|
|
|
Copyright 2019 Software Radio Systems Limited
|
|
|
|
|
|
|
|
|
|
|
|
This file is part of srsLTE
|
|
|
|
This file is part of srsLTE
|
|
|
|
|
|
|
|
|
|
|
@ -24,6 +24,10 @@ and at http://www.gnu.org/licenses/.
|
|
|
|
using namespace asn1;
|
|
|
|
using namespace asn1;
|
|
|
|
using namespace asn1::rrc;
|
|
|
|
using namespace asn1::rrc;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*******************************************************************************
|
|
|
|
|
|
|
|
/* Helper Functions
|
|
|
|
|
|
|
|
/******************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
#define rrc_asn1_warn_assert(cond, file, line) \
|
|
|
|
#define rrc_asn1_warn_assert(cond, file, line) \
|
|
|
|
if ((cond)) { \
|
|
|
|
if ((cond)) { \
|
|
|
|
rrc_log_print(LOG_LEVEL_WARN, "Assertion in [%s][%d] failed.\n", (file), (line)); \
|
|
|
|
rrc_log_print(LOG_LEVEL_WARN, "Assertion in [%s][%d] failed.\n", (file), (line)); \
|
|
|
|