aboutsummaryrefslogtreecommitdiffstats
path: root/octvc1/gsm/octvc1_gsm_lic.h
blob: aa5d66aa97b782cec418fed90053303c5e00a8c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\

File: OCTVC1_GSM_LIC.h

Copyright (c) 2017 Octasic Inc. All rights reserved.

Description: Contains the license ids for the GSM API.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation; either version 3 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 Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.


Release: OCTSDR Software Development Kit OCTSDR_GSM-02.09.00-B1607 (2017/08/29)

$Octasic_Revision: $

\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

#ifndef OCTVC1_GSM_LIC_H__
#define OCTVC1_GSM_LIC_H__

#include "octvc1_gsm_base.h"

/****************************************************************************
	GSM license ids
 ****************************************************************************/
#define cOCTVC1_GSM_LIC_RF_BAND_ALL_ENABLE					 ( 0x0001 + (cOCTVC1_GSM_UID << 16) + ( 0x1 << 24 )  )
#define cOCTVC1_GSM_LIC_RF_BAND_410_ENABLE					 ( 0x0002 + (cOCTVC1_GSM_UID << 16) )
#define cOCTVC1_GSM_LIC_RF_BAND_450_ENABLE					 ( 0x0003 + (cOCTVC1_GSM_UID << 16) )
#define cOCTVC1_GSM_LIC_RF_BAND_480_ENABLE					 ( 0x0004 + (cOCTVC1_GSM_UID << 16) )
#define cOCTVC1_GSM_LIC_RF_BAND_710_ENABLE					 ( 0x0005 + (cOCTVC1_GSM_UID << 16) )
#define cOCTVC1_GSM_LIC_RF_BAND_750_ENABLE					 ( 0x0006 + (cOCTVC1_GSM_UID << 16) )
#define cOCTVC1_GSM_LIC_RF_BAND_810_ENABLE					 ( 0x0007 + (cOCTVC1_GSM_UID << 16) )
#define cOCTVC1_GSM_LIC_RF_BAND_850_ENABLE					 ( 0x0008 + (cOCTVC1_GSM_UID << 16) )
#define cOCTVC1_GSM_LIC_RF_BAND_900_ENABLE					 ( 0x0009 + (cOCTVC1_GSM_UID << 16) )
#define cOCTVC1_GSM_LIC_RF_BAND_1800_ENABLE					 ( 0x000A + (cOCTVC1_GSM_UID << 16) )
#define cOCTVC1_GSM_LIC_RF_BAND_1900_ENABLE					 ( 0x000B + (cOCTVC1_GSM_UID << 16) )
#define cOCTVC1_GSM_LIC_GPRS_EDGE_ENABLE					 ( 0x000C + (cOCTVC1_GSM_UID << 16) + ( 0x1 << 24 )  )
#define cOCTVC1_GSM_LIC_MULTI_TRX_ENABLE					 ( 0x000D + (cOCTVC1_GSM_UID << 16) )
#define cOCTVC1_GSM_LIC_RAW_DATA_ENABLE						 ( 0x000E + (cOCTVC1_GSM_UID << 16) )

#endif /* OCTVC1_GSM_LIC_H__ */