You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
136 lines
5.3 KiB
136 lines
5.3 KiB
/**
|
|
* Digital Voice Modem - Host Software
|
|
* GPLv2 Open Source. Use is subject to license terms.
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* @package DVM / Host Software
|
|
*
|
|
*/
|
|
/*
|
|
* Copyright (C) 2022 by Bryan Biedenkapp N2PLL
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
*/
|
|
#if !defined(__P25_LC__TSBK_FACTORY_H__)
|
|
#define __P25_LC__TSBK_FACTORY_H__
|
|
|
|
#include "Defines.h"
|
|
|
|
#include "p25/edac/Trellis.h"
|
|
#include "p25/lc/TSBK.h"
|
|
#include "p25/lc/tsbk/IOSP_ACK_RSP.h"
|
|
#include "p25/lc/tsbk/IOSP_CALL_ALRT.h"
|
|
#include "p25/lc/tsbk/IOSP_EXT_FNCT.h"
|
|
#include "p25/lc/tsbk/IOSP_GRP_AFF.h"
|
|
#include "p25/lc/tsbk/IOSP_GRP_VCH.h"
|
|
#include "p25/lc/tsbk/IOSP_MSG_UPDT.h"
|
|
#include "p25/lc/tsbk/IOSP_RAD_MON.h"
|
|
#include "p25/lc/tsbk/IOSP_STS_UPDT.h"
|
|
#include "p25/lc/tsbk/IOSP_U_REG.h"
|
|
#include "p25/lc/tsbk/IOSP_UU_ANS.h"
|
|
#include "p25/lc/tsbk/IOSP_UU_VCH.h"
|
|
#include "p25/lc/tsbk/ISP_AUTH_FNE_RST.h"
|
|
#include "p25/lc/tsbk/ISP_AUTH_RESP.h"
|
|
#include "p25/lc/tsbk/ISP_AUTH_SU_DMD.h"
|
|
#include "p25/lc/tsbk/ISP_CAN_SRV_REQ.h"
|
|
#include "p25/lc/tsbk/ISP_EMERG_ALRM_REQ.h"
|
|
#include "p25/lc/tsbk/ISP_GRP_AFF_Q_RSP.h"
|
|
#include "p25/lc/tsbk/ISP_LOC_REG_REQ.h"
|
|
#include "p25/lc/tsbk/ISP_SNDCP_CH_REQ.h"
|
|
#include "p25/lc/tsbk/ISP_U_DEREG_REQ.h"
|
|
#include "p25/lc/tsbk/OSP_ADJ_STS_BCAST.h"
|
|
#include "p25/lc/tsbk/OSP_AUTH_FNE_RESP.h"
|
|
#include "p25/lc/tsbk/OSP_DENY_RSP.h"
|
|
#include "p25/lc/tsbk/OSP_DVM_GIT_HASH.h"
|
|
#include "p25/lc/tsbk/OSP_DVM_LC_CALL_TERM.h"
|
|
#include "p25/lc/tsbk/OSP_GRP_AFF_Q.h"
|
|
#include "p25/lc/tsbk/OSP_GRP_VCH_GRANT_UPD.h"
|
|
#include "p25/lc/tsbk/OSP_IDEN_UP_VU.h"
|
|
#include "p25/lc/tsbk/OSP_IDEN_UP.h"
|
|
#include "p25/lc/tsbk/OSP_LOC_REG_RSP.h"
|
|
#include "p25/lc/tsbk/OSP_MOT_CC_BSI.h"
|
|
#include "p25/lc/tsbk/OSP_MOT_GRG_ADD.h"
|
|
#include "p25/lc/tsbk/OSP_MOT_GRG_DEL.h"
|
|
#include "p25/lc/tsbk/OSP_MOT_GRG_VCH_GRANT.h"
|
|
#include "p25/lc/tsbk/OSP_MOT_GRG_VCH_UPD.h"
|
|
#include "p25/lc/tsbk/OSP_MOT_PSH_CCH.h"
|
|
#include "p25/lc/tsbk/OSP_NET_STS_BCAST.h"
|
|
#include "p25/lc/tsbk/OSP_QUE_RSP.h"
|
|
#include "p25/lc/tsbk/OSP_RFSS_STS_BCAST.h"
|
|
#include "p25/lc/tsbk/OSP_SCCB_EXP.h"
|
|
#include "p25/lc/tsbk/OSP_SCCB.h"
|
|
#include "p25/lc/tsbk/OSP_SNDCP_CH_ANN.h"
|
|
#include "p25/lc/tsbk/OSP_SNDCP_CH_GNT.h"
|
|
#include "p25/lc/tsbk/OSP_SYNC_BCAST.h"
|
|
#include "p25/lc/tsbk/OSP_SYS_SRV_BCAST.h"
|
|
#include "p25/lc/tsbk/OSP_TIME_DATE_ANN.h"
|
|
#include "p25/lc/tsbk/OSP_U_DEREG_ACK.h"
|
|
#include "p25/lc/tsbk/OSP_U_REG_CMD.h"
|
|
|
|
#include "p25/lc/AMBT.h"
|
|
#include "p25/lc/tsbk/MBT_IOSP_ACK_RSP.h"
|
|
#include "p25/lc/tsbk/MBT_IOSP_CALL_ALRT.h"
|
|
#include "p25/lc/tsbk/MBT_IOSP_EXT_FNCT.h"
|
|
#include "p25/lc/tsbk/MBT_IOSP_GRP_AFF.h"
|
|
#include "p25/lc/tsbk/MBT_IOSP_MSG_UPDT.h"
|
|
#include "p25/lc/tsbk/MBT_IOSP_STS_UPDT.h"
|
|
#include "p25/lc/tsbk/MBT_ISP_AUTH_RESP_M.h"
|
|
#include "p25/lc/tsbk/MBT_ISP_AUTH_SU_DMD.h"
|
|
#include "p25/lc/tsbk/MBT_ISP_CAN_SRV_REQ.h"
|
|
#include "p25/lc/tsbk/MBT_OSP_ADJ_STS_BCAST.h"
|
|
#include "p25/lc/tsbk/MBT_OSP_AUTH_DMD.h"
|
|
#include "p25/lc/tsbk/MBT_OSP_NET_STS_BCAST.h"
|
|
#include "p25/lc/tsbk/MBT_OSP_RFSS_STS_BCAST.h"
|
|
|
|
namespace p25
|
|
{
|
|
namespace lc
|
|
{
|
|
namespace tsbk
|
|
{
|
|
// ---------------------------------------------------------------------------
|
|
// Class Declaration
|
|
// Helper class to instantiate an instance of a TSBK.
|
|
// ---------------------------------------------------------------------------
|
|
|
|
class HOST_SW_API TSBKFactory {
|
|
public:
|
|
/// <summary>Initializes a new instance of the TSBKFactory class.</summary>
|
|
TSBKFactory();
|
|
/// <summary>Finalizes a instance of the TSBKFactory class.</summary>
|
|
~TSBKFactory();
|
|
|
|
/// <summary>Create an instance of a TSBK.</summary>
|
|
static std::unique_ptr<TSBK> createTSBK(const uint8_t* data, bool rawTSBK = false);
|
|
/// <summary>Create an instance of a AMBT.</summary>
|
|
static std::unique_ptr<AMBT> createAMBT(const data::DataHeader dataHeader, const data::DataBlock* blocks);
|
|
|
|
/// <summary>Sets the flag indicating CRC-errors should be warnings and not errors.</summary>
|
|
static void setWarnCRC(bool warnCRC) { m_warnCRC = warnCRC; }
|
|
|
|
private:
|
|
static bool m_warnCRC;
|
|
|
|
/// <summary></summary>
|
|
static std::unique_ptr<TSBK> decode(TSBK* tsbk, const uint8_t* data, bool rawTSBK = false);
|
|
/// <summary></summary>
|
|
static std::unique_ptr<AMBT> decode(AMBT* ambt, const data::DataHeader dataHeader, const data::DataBlock* blocks);
|
|
};
|
|
} // namespace tsbk
|
|
} // namespace lc
|
|
} // namespace p25
|
|
|
|
#endif // __P25_LC__TSBK_FACTORY_H__
|