view cdg-hybrid/cdginc/p_mon.val @ 600:8f50b202e81f

board preprocessor conditionals: prep for more FC hw in the future This change eliminates the CONFIG_TARGET_FCDEV3B preprocessor symbol and all preprocessor conditionals throughout the code base that tested for it, replacing them with CONFIG_TARGET_FCFAM or CONFIG_TARGET_FCMODEM. These new symbols are specified as follows: CONFIG_TARGET_FCFAM is intended to cover all hardware designs created by Mother Mychaela under the FreeCalypso trademark. This family will include modem products (repackagings of the FCDEV3B, possibly with RFFE or even RF transceiver changes), and also my desired FreeCalypso handset product. CONFIG_TARGET_FCMODEM is intended to cover all FreeCalypso modem products (which will be firmware-compatible with the FCDEV3B if they use TI Rita transceiver, or will require a different fw build if we switch to one of Silabs Aero transceivers), but not the handset product. Right now this CONFIG_TARGET_FCMODEM preprocessor symbol is used to conditionalize everything dealing with MCSI. At the present moment the future of FC hardware evolution is still unknown: it is not known whether we will ever have any beyond-FCDEV3B hardware at all (contingent on uncertain funding), and if we do produce further FC hardware designs, it is not known whether they will retain the same FIC modem core (triband), if we are going to have a quadband design that still retains the classic Rita transceiver, or if we are going to switch to Silabs Aero II or some other transceiver. If we produce a quadband modem that still uses Rita, it will run exactly the same fw as the FCDEV3B thanks to the way we define TSPACT signals for the RF_FAM=12 && CONFIG_TARGET_FCFAM combination, and the current fcdev3b build target will be renamed to fcmodem. OTOH, if that putative quadband modem will be Aero-based, then it will require a different fw build target, the fcdev3b target will stay as it is, and the two targets will both define CONFIG_TARGET_FCFAM and CONFIG_TARGET_FCMODEM, but will have different RF_FAM numbers. But no matter which way we are going to evolve, it is not right to have conditionals on CONFIG_TARGET_FCDEV3B in places like ACI, and the present change clears the way for future evolution.
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 01 Apr 2019 01:05:24 +0000
parents e7a67accfad9
children
line wrap: on
line source

/*
+--------------------------------------------------------------------------+
| PROJECT : PROTOCOL STACK                                                 |
| FILE    : p_mon.val                                                      |
| SOURCE  : "sap\mon.pdf"                                                  |
| LastModified : "2003-02-04"                                              |
| IdAndVersion : "8304.129.96.103"                                         |
| SrcFileTime  : "Thu Nov 29 09:49:00 2007"                                |
| Generated by CCDGEN_2.5.5A on Fri Oct 14 21:41:52 2016                   |
|           !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!!                |
+--------------------------------------------------------------------------+
*/

/* PRAGMAS
 * PREFIX                 : NONE
 * COMPATIBILITY_DEFINES  : NO (require PREFIX)
 * ALWAYS_ENUM_IN_VAL_FILE: NO
 * ENABLE_GROUP: NO
 * CAPITALIZE_TYPENAME: NO
 */


#ifndef P_MON_VAL
#define P_MON_VAL


#define CDG_ENTER__P_MON_VAL

#define CDG_ENTER__FILENAME _P_MON_VAL
#define CDG_ENTER__P_MON_VAL__FILE_TYPE CDGINC
#define CDG_ENTER__P_MON_VAL__LAST_MODIFIED _2003_02_04
#define CDG_ENTER__P_MON_VAL__ID_AND_VERSION _8304_129_96_103

#define CDG_ENTER__P_MON_VAL__SRC_FILE_TIME _Thu_Nov_29_09_49_00_2007

#include "CDG_ENTER.h"

#undef CDG_ENTER__P_MON_VAL

#undef CDG_ENTER__FILENAME


/*
 * Value constants for VAL_arfcn
 */
#define VAL_ARFCN___FFFF               (0xffff)   /* not present                    */

/*
 * Value constants for VAL_att_flag
 */
#define ATT_NOT_ALLOW                  (0x0)      /* attach / detach not allowed    */
#define ATT_ALLOW                      (0x1)      /* attach / detach allowed        */

/*
 * Value constants for VAL_conf_ccch
 */
#define CCCH_NOT_COMB_1_CHAN           (0x0)      /* CCCH not combined with SDCCH, 1 channel */
#define CCCH_COMB_1_CHAN               (0x1)      /* CCCH combined with SDCCH, 1 channel */
#define CCCH_NOT_COMB_2_CHAN           (0x2)      /* CCCH not combined with SDCCH, 2 channels */
#define CCCH_NOT_COMB_3_CHAN           (0x4)      /* CCCH not combined with SDCCH, 3 channels */
#define CCCH_NOT_COMB_4_CHAN           (0x6)      /* CCCH not combined with SDCCH, 4 channels */

/*
 * Value constants for VAL_tn
 */

/*
 * Value constants for VAL_dlt
 */

/*
 * Value constants for VAL_pg
 */

/*
 * Value constants for VAL_bs_pa_mfrms
 */
#define VAL_BS_PA_MFRMS___0            (0x0)      /* 2 Multiframe Periods           */
#define VAL_BS_PA_MFRMS___1            (0x1)      /* 3 Multiframe Periods           */
#define VAL_BS_PA_MFRMS___2            (0x2)      /* 4 Multiframe Periods           */
#define VAL_BS_PA_MFRMS___3            (0x3)      /* 5 Multiframe Periods           */
#define VAL_BS_PA_MFRMS___4            (0x4)      /* 6 Multiframe Periods           */
#define VAL_BS_PA_MFRMS___5            (0x5)      /* 7 Multiframe Periods           */
#define VAL_BS_PA_MFRMS___6            (0x6)      /* 8 Multiframe Periods           */
#define VAL_BS_PA_MFRMS___7            (0x7)      /* 9 Multiframe Periods           */

/*
 * Value constants for VAL_power
 */

/*
 * Value constants for VAL_rx_lev
 */

/*
 * Value constants for VAL_rx_qual_full
 */

/*
 * Value constants for VAL_bsic
 */
#define VAL_BSIC___FF                  (0xff)     /* not present                    */

/*
 * Value constants for VAL_ch_type
 */
#define CH_TCH_F                       (0x1)      /* TCH/F                          */
#define CH_TCH_H_1                     (0x2)      /* TCH/H(1)                       */
#define CH_TCH_H_2                     (0x3)      /* TCH/H(2)                       */
#define CH_SDCCH_4_0                   (0x4)      /* SDCCH/4(0)                     */
#define CH_SDCCH_4_1                   (0x5)      /* SDCCH/4(1)                     */
#define CH_SDCCH_4_2                   (0x6)      /* SDCCH/4(2)                     */
#define CH_SDCCH_4_3                   (0x7)      /* SDCCH/4(3)                     */
#define CH_SDCCH_8_0                   (0x8)      /* SDCCH/8(0)                     */
#define CH_SDCCH_8_1                   (0x9)      /* SDCCH/8(1)                     */
#define CH_SDCCH_8_2                   (0xa)      /* SDCCH/8(2)                     */
#define CH_SDCCH_8_3                   (0xb)      /* SDCCH/8(3)                     */
#define CH_SDCCH_8_4                   (0xc)      /* SDCCH/8(4)                     */
#define CH_SDCCH_8_5                   (0xd)      /* SDCCH/8(5)                     */
#define CH_SDCCH_8_6                   (0xe)      /* SDCCH/8(6)                     */
#define CH_SDCCH_8_7                   (0xf)      /* SDCCH/8(7)                     */

/*
 * Value constants for VAL_ch_mode
 */
#define MODE_SIG_ONLY                  (0x0)      /* signalling only                */
#define MODE_SPEECH_FULL               (0x1)      /* speech full rate               */
#define MODE_SPEECH_HALF               (0x5)      /* speech half rate               */
#define MODE_DATA_12                   (0x3)      /* data 12 kBits/s                */
#define MODE_DATA_6_FULL               (0xb)      /* data 6 kBits/s fullrate        */
#define MODE_DATA_6_HALF               (0xf)      /* data 6 kBits/s halfrate        */
#define MODE_DATA_3_6_FULL             (0x13)     /* data 3.6 kBits/s fullrate      */
#define MODE_DATA_3_6_HALF             (0x17)     /* data 3.6 kBits/s halfrate      */
#define MODE_ENHANCED_FULL             (0x21)     /* enhanced full rate             */

/*
 * Value constants for VAL_hop
 */
#define VAL_HOP___0                    (0x0)      /* no frequency hopping           */
#define VAL_HOP___1                    (0x1)      /* with frequency hopping         */

/*
 * user defined constants
 */
#define SIZE_MCC                       (0x3)      
#define SIZE_MNC                       (0x3)      

#include "CDG_LEAVE.h"


#endif