Import of OCTSDR-2G-WS-02.05.00-B780-DEBUG

This commit is contained in:
Harald Welte 2016-01-20 18:09:43 +01:00
parent 12c323cd02
commit bbccab551a
165 changed files with 404 additions and 359 deletions

View File

@ -3,7 +3,7 @@
File: octdev_common.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contain the wireshark module dissector related functions
@ -22,7 +22,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -3,7 +3,7 @@
File: octpkt_common.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contain the wireshark module dissector related functions
@ -22,7 +22,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -3,7 +3,7 @@
File: octvc1_common.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contain the wireshark module dissector related functions
@ -22,7 +22,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -3,7 +3,7 @@
File: octvocnet_common.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contain the wireshark module dissector related functions
@ -22,7 +22,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -3,7 +3,7 @@
File: octdev_common.c
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contain the wireshark module dissector related functions
@ -22,7 +22,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -3,7 +3,7 @@
File: octpkt_common.c
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contain the wireshark module dissector related functions
@ -22,7 +22,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_cid_eid_value_string.c
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contain the wireshark value_string of all CID and EID
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -3,7 +3,7 @@
File: octvc1_common.c
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contain the wireshark module dissector related functions
@ -22,7 +22,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $
@ -2633,6 +2633,7 @@ const value_string vals_tOCTVC1_PROCESS_TYPE_ENUM[] =
{ cOCTVC1_PROCESS_TYPE_ENUM_GSM_DL, "cOCTVC1_PROCESS_TYPE_ENUM_GSM_DL" },
{ cOCTVC1_PROCESS_TYPE_ENUM_GSM_ULIM, "cOCTVC1_PROCESS_TYPE_ENUM_GSM_ULIM" },
{ cOCTVC1_PROCESS_TYPE_ENUM_GSM_ULOM, "cOCTVC1_PROCESS_TYPE_ENUM_GSM_ULOM" },
{ cOCTVC1_PROCESS_TYPE_ENUM_GSM_DECOMB, "cOCTVC1_PROCESS_TYPE_ENUM_GSM_DECOMB" },
{ 0, NULL }
};

View File

@ -3,7 +3,7 @@
File: octvc1_module_ctrl.c
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contain the wireshark module dissector related functions
@ -22,7 +22,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -3,7 +3,7 @@
File: octvc1_module_gsm.c
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contain the wireshark module dissector related functions
@ -22,7 +22,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $
@ -449,7 +449,7 @@ void register_tOCTVC1_GSM_RF_CONFIG(void)
};
int ahf_tOCTVC1_GSM_TRX_CONFIG[10];
int ahf_tOCTVC1_GSM_TRX_CONFIG[11];
tWS_ENTITY_HANDLE ws_htOCTVC1_GSM_TRX_CONFIG;
void register_tOCTVC1_GSM_TRX_CONFIG(void)
@ -486,41 +486,48 @@ void register_tOCTVC1_GSM_TRX_CONFIG(void)
},
{
&ahf_tOCTVC1_GSM_TRX_CONFIG[4],
{ "usCentreArfcn", "octvc1.gsm.trx_config.uscentrearfcn",
FT_UINT16,BASE_HEX, NULL, 0x0,
"usCentreArfcn",HFILL }
},
{
&ahf_tOCTVC1_GSM_TRX_CONFIG[5],
{ "usHsn", "octvc1.gsm.trx_config.ushsn",
FT_UINT16,BASE_HEX, NULL, 0x0,
"usHsn",HFILL }
},
{
&ahf_tOCTVC1_GSM_TRX_CONFIG[5],
&ahf_tOCTVC1_GSM_TRX_CONFIG[6],
{ "usMaio", "octvc1.gsm.trx_config.usmaio",
FT_UINT16,BASE_HEX, NULL, 0x0,
"usMaio",HFILL }
},
{
&ahf_tOCTVC1_GSM_TRX_CONFIG[6],
&ahf_tOCTVC1_GSM_TRX_CONFIG[7],
{ "usReserve", "octvc1.gsm.trx_config.usreserve",
FT_UINT16,BASE_HEX, NULL, 0x0,
"usReserve",HFILL }
},
{
&ahf_tOCTVC1_GSM_TRX_CONFIG[7],
&ahf_tOCTVC1_GSM_TRX_CONFIG[8],
{ "ulHoppingFlag", "octvc1.gsm.trx_config.ulhoppingflag",
FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"ulHoppingFlag",HFILL }
},
{
&ahf_tOCTVC1_GSM_TRX_CONFIG[8],
&ahf_tOCTVC1_GSM_TRX_CONFIG[9],
{ "ulHoppingListLength", "octvc1.gsm.trx_config.ulhoppinglistlength",
FT_UINT32,BASE_HEX, NULL, 0x0,
"ulHoppingListLength",HFILL }
},
{
&ahf_tOCTVC1_GSM_TRX_CONFIG[9],
&ahf_tOCTVC1_GSM_TRX_CONFIG[10],
{ "ausHoppingList", "octvc1.gsm.trx_config.aushoppinglist",
FT_UINT16,BASE_HEX, NULL, 0x0,
"ausHoppingList",HFILL }
@ -4692,22 +4699,34 @@ unsigned int dissect_tOCTVC1_GSM_TRX_CONFIG(tvbuff_t *tvb, packet_info *pinfo,
if( pExtValue && (pExtValue->lValue == temp_data ) )
{
ti = proto_tree_add_uint_format_value(field_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[4], tvb, offset,
mWS_FIELDSIZE(tOCTVC1_GSM_TRX_CONFIG, usHsn), temp_data, "%s (0x%x)",pExtValue->pszValue, temp_data );
mWS_FIELDSIZE(tOCTVC1_GSM_TRX_CONFIG, usCentreArfcn), temp_data, "%s (0x%x)",pExtValue->pszValue, temp_data );
}else
{
ti = proto_tree_add_uint(field_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[4], tvb, offset,
2, temp_data);
}
offset += mWS_FIELDSIZE(tOCTVC1_GSM_TRX_CONFIG, usCentreArfcn);
temp_data = tvb_get_ntohs( tvb, offset );
if( pExtValue && (pExtValue->lValue == temp_data ) )
{
ti = proto_tree_add_uint_format_value(field_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[5], tvb, offset,
mWS_FIELDSIZE(tOCTVC1_GSM_TRX_CONFIG, usHsn), temp_data, "%s (0x%x)",pExtValue->pszValue, temp_data );
}else
{
ti = proto_tree_add_uint(field_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[5], tvb, offset,
2, temp_data);
}
offset += mWS_FIELDSIZE(tOCTVC1_GSM_TRX_CONFIG, usHsn);
temp_data = tvb_get_ntohs( tvb, offset );
if( pExtValue && (pExtValue->lValue == temp_data ) )
{
ti = proto_tree_add_uint_format_value(field_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[5], tvb, offset,
ti = proto_tree_add_uint_format_value(field_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[6], tvb, offset,
mWS_FIELDSIZE(tOCTVC1_GSM_TRX_CONFIG, usMaio), temp_data, "%s (0x%x)",pExtValue->pszValue, temp_data );
}else
{
ti = proto_tree_add_uint(field_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[5], tvb, offset,
ti = proto_tree_add_uint(field_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[6], tvb, offset,
2, temp_data);
}
offset += mWS_FIELDSIZE(tOCTVC1_GSM_TRX_CONFIG, usMaio);
@ -4715,11 +4734,11 @@ unsigned int dissect_tOCTVC1_GSM_TRX_CONFIG(tvbuff_t *tvb, packet_info *pinfo,
temp_data = tvb_get_ntohs( tvb, offset );
if( pExtValue && (pExtValue->lValue == temp_data ) )
{
ti = proto_tree_add_uint_format_value(field_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[6], tvb, offset,
ti = proto_tree_add_uint_format_value(field_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[7], tvb, offset,
mWS_FIELDSIZE(tOCTVC1_GSM_TRX_CONFIG, usReserve), temp_data, "%s (0x%x)",pExtValue->pszValue, temp_data );
}else
{
ti = proto_tree_add_uint(field_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[6], tvb, offset,
ti = proto_tree_add_uint(field_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[7], tvb, offset,
2, temp_data);
}
offset += mWS_FIELDSIZE(tOCTVC1_GSM_TRX_CONFIG, usReserve);
@ -4727,11 +4746,11 @@ unsigned int dissect_tOCTVC1_GSM_TRX_CONFIG(tvbuff_t *tvb, packet_info *pinfo,
temp_data = tvb_get_ntohl( tvb, offset );
if( pExtValue && (pExtValue->lValue == temp_data ) )
{
ti = proto_tree_add_boolean_format_value(field_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[7], tvb, offset,
ti = proto_tree_add_boolean_format_value(field_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[8], tvb, offset,
mWS_FIELDSIZE(tOCTVC1_GSM_TRX_CONFIG, ulHoppingFlag), temp_data, "%s (0x%x)", pExtValue->pszValue, temp_data );
}else
{
ti = proto_tree_add_boolean(field_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[7], tvb, offset,
ti = proto_tree_add_boolean(field_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[8], tvb, offset,
mWS_FIELDSIZE(tOCTVC1_GSM_TRX_CONFIG, ulHoppingFlag), temp_data);
}
offset += mWS_FIELDSIZE(tOCTVC1_GSM_TRX_CONFIG, ulHoppingFlag);
@ -4739,11 +4758,11 @@ unsigned int dissect_tOCTVC1_GSM_TRX_CONFIG(tvbuff_t *tvb, packet_info *pinfo,
temp_data = tvb_get_ntohl( tvb, offset );
if( pExtValue && (pExtValue->lValue == temp_data ) )
{
ti = proto_tree_add_uint_format_value(field_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[8], tvb, offset,
ti = proto_tree_add_uint_format_value(field_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[9], tvb, offset,
mWS_FIELDSIZE(tOCTVC1_GSM_TRX_CONFIG, ulHoppingListLength), temp_data, "%s (0x%x)",pExtValue->pszValue, temp_data );
}else
{
ti = proto_tree_add_uint(field_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[8], tvb, offset,
ti = proto_tree_add_uint(field_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[9], tvb, offset,
4, temp_data);
}
offset += mWS_FIELDSIZE(tOCTVC1_GSM_TRX_CONFIG, ulHoppingListLength);
@ -4758,11 +4777,11 @@ unsigned int dissect_tOCTVC1_GSM_TRX_CONFIG(tvbuff_t *tvb, packet_info *pinfo,
temp_data = tvb_get_ntohs( tvb, offset );
if( pExtValue && (pExtValue->lValue == temp_data ) )
{
ti = proto_tree_add_uint_format_value(sub_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[9], tvb, offset,
ti = proto_tree_add_uint_format_value(sub_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[10], tvb, offset,
mWS_FIELDSIZE(tOCTVC1_GSM_TRX_CONFIG, ausHoppingList), temp_data, "%s (0x%x)",pExtValue->pszValue, temp_data );
}else
{
ti = proto_tree_add_uint_format(sub_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[9], tvb, offset,
ti = proto_tree_add_uint_format(sub_tree, ahf_tOCTVC1_GSM_TRX_CONFIG[10], tvb, offset,
2, temp_data, "[%d]: 0x%04x", i, temp_data );
}
offset+=2;

View File

@ -3,7 +3,7 @@
File: octvc1_module_hw.c
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contain the wireshark module dissector related functions
@ -22,7 +22,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -3,7 +3,7 @@
File: octvc1_module_irsc.c
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contain the wireshark module dissector related functions
@ -22,7 +22,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -3,7 +3,7 @@
File: octvc1_module_main.c
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contain the wireshark module dissector related functions
@ -22,7 +22,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -3,7 +3,7 @@
File: octvc1_module_test.c
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contain the wireshark module dissector related functions
@ -22,7 +22,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -3,7 +3,7 @@
File: octvocnet_common.c
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contain the wireshark module dissector related functions
@ -22,7 +22,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -3,7 +3,7 @@
File: octvocnet_common.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contain the wireshark module dissector related functions
@ -22,7 +22,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -3,7 +3,7 @@
File: octvocnet_common.c
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contain the wireshark module dissector related functions
@ -22,7 +22,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTDEV_DEVICES.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Revision: $

View File

@ -2,7 +2,7 @@
File: octdev_devices_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#ifndef __OCTDEV_DEVICES_SWAP_H__

View File

@ -2,7 +2,7 @@
File: OCTDEV_MACRO.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Revision: $

View File

@ -2,7 +2,7 @@
File: OCTDEV_OPUS_REV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Revision: $

View File

@ -2,7 +2,7 @@
File: OCTDEV_RC_BASE.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Revision: $

View File

@ -2,7 +2,7 @@
File: OCTDEV_TYPES.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Revision: $

View File

@ -2,7 +2,7 @@
File: octdev_types_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#ifndef __OCTDEV_TYPES_SWAP_H__

View File

@ -2,7 +2,7 @@
File: octoption.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Compiler conditionnal directives. 'octoptions_default'
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Revision: $

View File

@ -2,7 +2,7 @@
File: OCTPKT_HDR.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Revision: $

View File

@ -2,7 +2,7 @@
File: octpkt_hdr_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#ifndef __OCTPKT_HDR_SWAP_H__

View File

@ -2,7 +2,7 @@
File: OCTPKT_HDRXL.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Revision: $

View File

@ -2,7 +2,7 @@
File: octpkt_hdrxl_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#ifndef __OCTPKT_HDRXL_SWAP_H__

View File

@ -2,7 +2,7 @@
File: OCTVC1_CTRL_API.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the definition of the CTRL API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_CTRL_API_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the definition of the CTRL API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Revision: $

View File

@ -1,7 +1,7 @@
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
File: octvc1_ctrl_api_priv_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
This program is free software; you can redistribute it and/or modify
@ -19,7 +19,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

View File

@ -2,7 +2,7 @@
File: octvc1_ctrl_api_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#ifndef __OCTVC1_CTRL_API_SWAP_H__

View File

@ -2,7 +2,7 @@
File: OCTVC1_CTRL_BASE.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the definition of the OCTVC1 API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_CTRL_ID.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the identifiers for the CTRL API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_CTRL_ID_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the identifiers for the CTRL API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_CTRL_VERSION.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the version of the CTRL API interface.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $
@ -39,9 +39,9 @@ $Octasic_Revision: $
bit[10:0]: Build number
*/
#define cOCTVC1_CTRL_VERSION_MAJOR 2
#define cOCTVC1_CTRL_VERSION_MINOR 4
#define cOCTVC1_CTRL_VERSION_MINOR 5
#define cOCTVC1_CTRL_VERSION_MAINTENANCE 0
#define cOCTVC1_CTRL_VERSION_BUILD 662
#define cOCTVC1_CTRL_VERSION_BUILD 780
#define cOCTVC1_CTRL_VERSION_ID ( (cOCTVC1_CTRL_VERSION_MAJOR << 25) + \
(cOCTVC1_CTRL_VERSION_MINOR << 18) + \

View File

@ -2,7 +2,7 @@
File: OCTVC1_GSM_API.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the definition of the GSM API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Revision: $
@ -429,6 +429,7 @@ typedef struct
Default: 0
usArfcn
usBcchArfcn
usCentreArfcn
usHsn
usMaio
usReserve
@ -442,6 +443,7 @@ typedef struct
tOCT_UINT16 usTsc;
tOCT_UINT16 usArfcn;
tOCT_UINT16 usBcchArfcn;
tOCT_UINT16 usCentreArfcn;
tOCT_UINT16 usHsn;
tOCT_UINT16 usMaio;
tOCT_UINT16 usReserve;

View File

@ -2,7 +2,7 @@
File: OCTVC1_GSM_API_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the definition of the GSM API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Revision: $

View File

@ -1,7 +1,7 @@
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
File: octvc1_gsm_api_priv_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
This program is free software; you can redistribute it and/or modify
@ -19,7 +19,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

View File

@ -2,7 +2,7 @@
File: octvc1_gsm_api_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#ifndef __OCTVC1_GSM_API_SWAP_H__
@ -195,6 +195,8 @@ extern "C" {
mOCT_SWAP16_IF_LE(((tOCTVC1_GSM_TRX_CONFIG *)pOCTVC1_GSM_TRX_CONFIG)->usArfcn); \
((tOCTVC1_GSM_TRX_CONFIG *)pOCTVC1_GSM_TRX_CONFIG)->usBcchArfcn = \
mOCT_SWAP16_IF_LE(((tOCTVC1_GSM_TRX_CONFIG *)pOCTVC1_GSM_TRX_CONFIG)->usBcchArfcn); \
((tOCTVC1_GSM_TRX_CONFIG *)pOCTVC1_GSM_TRX_CONFIG)->usCentreArfcn = \
mOCT_SWAP16_IF_LE(((tOCTVC1_GSM_TRX_CONFIG *)pOCTVC1_GSM_TRX_CONFIG)->usCentreArfcn); \
((tOCTVC1_GSM_TRX_CONFIG *)pOCTVC1_GSM_TRX_CONFIG)->usHsn = \
mOCT_SWAP16_IF_LE(((tOCTVC1_GSM_TRX_CONFIG *)pOCTVC1_GSM_TRX_CONFIG)->usHsn); \
((tOCTVC1_GSM_TRX_CONFIG *)pOCTVC1_GSM_TRX_CONFIG)->usMaio = \

View File

@ -2,7 +2,7 @@
File: OCTVC1_GSM_BASE.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the definition of the OCTVC1 API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_GSM_DEFAULT.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the event definition of the GSM API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $
@ -65,6 +65,7 @@ const tOCTVC1_GSM_MSG_TRX_OPEN_CMD buf_tOCTVC1_GSM_MSG_TRX_OPEN_CMD =
0, /* usTsc */
0, /* usArfcn */
0, /* usBcchArfcn */
0, /* usCentreArfcn */
0, /* usHsn */
0, /* usMaio */
0, /* usReserve */
@ -337,6 +338,7 @@ const tOCTVC1_GSM_MSG_TRX_MODIFY_CMD buf_tOCTVC1_GSM_MSG_TRX_MODIFY_CMD =
(cOCTVC1_DO_NOT_MODIFY & 0xFFFF), /* usTsc */
(cOCTVC1_DO_NOT_MODIFY & 0xFFFF), /* usArfcn */
(cOCTVC1_DO_NOT_MODIFY & 0xFFFF), /* usBcchArfcn */
(cOCTVC1_DO_NOT_MODIFY & 0xFFFF), /* usCentreArfcn */
(cOCTVC1_DO_NOT_MODIFY & 0xFFFF), /* usHsn */
(cOCTVC1_DO_NOT_MODIFY & 0xFFFF), /* usMaio */
(cOCTVC1_DO_NOT_MODIFY & 0xFFFF), /* usReserve */

View File

@ -2,7 +2,7 @@
File: OCTVC1_GSM_DEFAULT_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the event definition of the GSM API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -1,7 +1,7 @@
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
File: OCTVC1_GSM_EVT.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the event definition of the GSM API.
@ -20,7 +20,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -1,7 +1,7 @@
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
File: OCTVC1_GSM_EVT_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the event definition of the GSM API.
@ -20,7 +20,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -1,7 +1,7 @@
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
File: octvc1_gsm_evt_priv_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
This program is free software; you can redistribute it and/or modify
@ -19,7 +19,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

View File

@ -2,7 +2,7 @@
File: octvc1_gsm_evt_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#ifndef __OCTVC1_GSM_EVT_SWAP_H__

View File

@ -2,7 +2,7 @@
File: OCTVC1_GSM_ID.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the identifiers for the GSM API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_GSM_ID_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the identifiers for the GSM API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_GSM_RC.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the return codes for the GSM API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $
@ -59,6 +59,11 @@ $Octasic_Revision: $
#define cOCTVC1_GSM_RC_TRX_RADIO_CONFIG ( 0x0005 + cOCTVC1_GSM_TRX_RC_BASE )
#define cOCTVC1_GSM_RC_TRX_RADIO_RESET ( 0x0006 + cOCTVC1_GSM_TRX_RC_BASE )
#define cOCTVC1_GSM_RC_TRX_RADIO_TERMINATE ( 0x0007 + cOCTVC1_GSM_TRX_RC_BASE )
#define cOCTVC1_GSM_RC_TRX_CENTRE_FREQ_NOT_SAME_ACROSS_TRX ( 0x0008 + cOCTVC1_GSM_TRX_RC_BASE )
#define cOCTVC1_GSM_RC_TRX_CARRIER_OFFSET_OUTOF_RANGE ( 0x0009 + cOCTVC1_GSM_TRX_RC_BASE )
#define cOCTVC1_GSM_RC_TRX_NOT_PROPERLY_SEPARATED ( 0x000a + cOCTVC1_GSM_TRX_RC_BASE )
#define cOCTVC1_GSM_RC_TRX_BCCH_NOT_CONFIGURED ( 0x000b + cOCTVC1_GSM_TRX_RC_BASE )
#define cOCTVC1_GSM_RC_TRX_CLOSE_NONPRIMARY_FIRST ( 0x000c + cOCTVC1_GSM_TRX_RC_BASE )
/****************************************************************************
PHYSICAL_CHANNEL return codes
@ -89,6 +94,7 @@ $Octasic_Revision: $
#define cOCTVC1_GSM_RC_LOGICAL_CHANNEL_ID_INVALID ( 0x0003 + cOCTVC1_GSM_LOGICAL_CHANNEL_RC_BASE )
#define cOCTVC1_GSM_RC_LOGICAL_CHANNEL_DIRECTION_INVALID ( 0x0004 + cOCTVC1_GSM_LOGICAL_CHANNEL_RC_BASE )
#define cOCTVC1_GSM_RC_LOGICAL_CHANNEL_SAPI_INVALID ( 0x0005 + cOCTVC1_GSM_LOGICAL_CHANNEL_RC_BASE )
#define cOCTVC1_GSM_RC_LOGICAL_CHANNEL_BCCH_BSIC_INVALID ( 0x0006 + cOCTVC1_GSM_LOGICAL_CHANNEL_RC_BASE )
/****************************************************************************
Validate return codes

View File

@ -2,7 +2,7 @@
File: OCTVC1_GSM_RC_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the return codes for the GSM API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_GSM_VERSION.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the version of the GSM API interface.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $
@ -39,9 +39,9 @@ $Octasic_Revision: $
bit[10:0]: Build number
*/
#define cOCTVC1_GSM_VERSION_MAJOR 2
#define cOCTVC1_GSM_VERSION_MINOR 4
#define cOCTVC1_GSM_VERSION_MINOR 5
#define cOCTVC1_GSM_VERSION_MAINTENANCE 0
#define cOCTVC1_GSM_VERSION_BUILD 662
#define cOCTVC1_GSM_VERSION_BUILD 780
#define cOCTVC1_GSM_VERSION_ID ( (cOCTVC1_GSM_VERSION_MAJOR << 25) + \
(cOCTVC1_GSM_VERSION_MINOR << 18) + \

View File

@ -2,7 +2,7 @@
File: OCTVC1_HW_API.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the definition of the HW API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_HW_API_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the definition of the HW API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Revision: $

View File

@ -1,7 +1,7 @@
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
File: octvc1_hw_api_priv_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
This program is free software; you can redistribute it and/or modify
@ -19,7 +19,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

View File

@ -2,7 +2,7 @@
File: octvc1_hw_api_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#ifndef __OCTVC1_HW_API_SWAP_H__

View File

@ -2,7 +2,7 @@
File: OCTVC1_HW_BASE.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the definition of the OCTVC1 API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_HW_DEFAULT.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the event definition of the HW API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_HW_DEFAULT_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the event definition of the HW API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -1,7 +1,7 @@
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
File: OCTVC1_HW_EVT.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the event definition of the HW API.
@ -20,7 +20,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -1,7 +1,7 @@
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
File: OCTVC1_HW_EVT_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the event definition of the HW API.
@ -20,7 +20,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -1,7 +1,7 @@
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
File: octvc1_hw_evt_priv_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
This program is free software; you can redistribute it and/or modify
@ -19,7 +19,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

View File

@ -2,7 +2,7 @@
File: octvc1_hw_evt_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#ifndef __OCTVC1_HW_EVT_SWAP_H__

View File

@ -2,7 +2,7 @@
File: OCTVC1_HW_ID.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the identifiers for the HW API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_HW_ID_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the identifiers for the HW API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_HW_RC.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the return codes for the HW API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_HW_RC_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the return codes for the HW API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_HW_VERSION.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the version of the HW API interface.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $
@ -39,9 +39,9 @@ $Octasic_Revision: $
bit[10:0]: Build number
*/
#define cOCTVC1_HW_VERSION_MAJOR 2
#define cOCTVC1_HW_VERSION_MINOR 4
#define cOCTVC1_HW_VERSION_MINOR 5
#define cOCTVC1_HW_VERSION_MAINTENANCE 0
#define cOCTVC1_HW_VERSION_BUILD 662
#define cOCTVC1_HW_VERSION_BUILD 780
#define cOCTVC1_HW_VERSION_ID ( (cOCTVC1_HW_VERSION_MAJOR << 25) + \
(cOCTVC1_HW_VERSION_MINOR << 18) + \

View File

@ -2,7 +2,7 @@
File: OCTVC1_IRSC_API.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the definition of the IRSC API.
OCTVC1 Internal Resources
@ -22,7 +22,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_IRSC_API_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the definition of the IRSC API.
OCTVC1 Internal Resources
@ -22,7 +22,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Revision: $

View File

@ -1,7 +1,7 @@
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
File: octvc1_irsc_api_priv_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
This program is free software; you can redistribute it and/or modify
@ -19,7 +19,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

View File

@ -2,7 +2,7 @@
File: octvc1_irsc_api_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#ifndef __OCTVC1_IRSC_API_SWAP_H__

View File

@ -2,7 +2,7 @@
File: OCTVC1_IRSC_BASE.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the definition of the OCTVC1 API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_IRSC_DEFAULT.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the event definition of the IRSC API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_IRSC_DEFAULT_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the event definition of the IRSC API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -1,7 +1,7 @@
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
File: OCTVC1_IRSC_EVT.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the event definition of the IRSC API.
@ -20,7 +20,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -1,7 +1,7 @@
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
File: OCTVC1_IRSC_EVT_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the event definition of the IRSC API.
@ -20,7 +20,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -1,7 +1,7 @@
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
File: octvc1_irsc_evt_priv_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
This program is free software; you can redistribute it and/or modify
@ -19,7 +19,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

View File

@ -2,7 +2,7 @@
File: octvc1_irsc_evt_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#ifndef __OCTVC1_IRSC_EVT_SWAP_H__

View File

@ -2,7 +2,7 @@
File: OCTVC1_IRSC_ID.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the identifiers for the IRSC API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_IRSC_ID_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the identifiers for the IRSC API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_IRSC_RC.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the return codes for the IRSC API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_IRSC_RC_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the return codes for the IRSC API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_IRSC_VERSION.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the version of the IRSC API interface.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $
@ -39,9 +39,9 @@ $Octasic_Revision: $
bit[10:0]: Build number
*/
#define cOCTVC1_IRSC_VERSION_MAJOR 2
#define cOCTVC1_IRSC_VERSION_MINOR 4
#define cOCTVC1_IRSC_VERSION_MINOR 5
#define cOCTVC1_IRSC_VERSION_MAINTENANCE 0
#define cOCTVC1_IRSC_VERSION_BUILD 662
#define cOCTVC1_IRSC_VERSION_BUILD 780
#define cOCTVC1_IRSC_VERSION_ID ( (cOCTVC1_IRSC_VERSION_MAJOR << 25) + \
(cOCTVC1_IRSC_VERSION_MINOR << 18) + \

View File

@ -2,7 +2,7 @@
File: OCTVC1_MAIN_API.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the definition of the MAIN API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_MAIN_API_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the definition of the MAIN API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Revision: $

View File

@ -1,7 +1,7 @@
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
File: octvc1_main_api_priv_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
This program is free software; you can redistribute it and/or modify
@ -19,7 +19,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

View File

@ -2,7 +2,7 @@
File: octvc1_main_api_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#ifndef __OCTVC1_MAIN_API_SWAP_H__

View File

@ -2,7 +2,7 @@
File: OCTVC1_MAIN_BASE.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the definition of the OCTVC1 API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_MAIN_DEFAULT.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the event definition of the MAIN API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_MAIN_DEFAULT_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the event definition of the MAIN API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -1,7 +1,7 @@
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
File: OCTVC1_MAIN_EVT.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the event definition of the MAIN API.
@ -20,7 +20,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -1,7 +1,7 @@
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
File: OCTVC1_MAIN_EVT_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the event definition of the MAIN API.
@ -20,7 +20,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -1,7 +1,7 @@
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
File: octvc1_main_evt_priv_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
This program is free software; you can redistribute it and/or modify
@ -19,7 +19,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

View File

@ -2,7 +2,7 @@
File: octvc1_main_evt_swap.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description:
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#ifndef __OCTVC1_MAIN_EVT_SWAP_H__

View File

@ -2,7 +2,7 @@
File: OCTVC1_MAIN_ID.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the identifiers for the MAIN API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_MAIN_ID_PRIV.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the identifiers for the MAIN API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

View File

@ -2,7 +2,7 @@
File: OCTVC1_MAIN_RC.h
Copyright (c) 2015 Octasic Inc. All rights reserved.
Copyright (c) 2016 Octasic Inc. All rights reserved.
Description: Contains the return codes for the MAIN API.
@ -21,7 +21,7 @@ with this program;if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.04.00-B662 (2015/10/28)
Release: OCTSDR Software Development Kit OCTSDR_GSM-02.05.00-B780 (2016/01/14)
$Octasic_Revision: $

Some files were not shown because too many files have changed in this diff Show More