FreeCalypso > hg > fc-rfcal-tools
diff cmu200/secaddr.h @ 0:bd62be88259d
initial import of rfcal code and docs from freecalypso-tools repository
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 20 May 2017 18:49:35 +0000 (2017-05-20) |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cmu200/secaddr.h Sat May 20 18:49:35 2017 +0000 @@ -0,0 +1,14 @@ +/* + * The assignment of secondary addresses to CMU200 function groups is + * arbitrary, but we need *some* assignment in order to access the SCPI + * objects that correspond to useful functions. We define our secondary + * address assignments in this header file, set them up on the CMU200 + * at start-up, and then use them to access the functions we need + * when we need them. + */ + +#define SECADDR_RF_NSIG 1 +#define SECADDR_GSM900MS_NSIG 2 +#define SECADDR_GSM1800MS_NSIG 3 +#define SECADDR_GSM1900MS_NSIG 4 +#define SECADDR_GSM850MS_NSIG 5