From 4d418840dfccf6ec86ce113bcc7ff97336a0ff16 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 27 Oct 2012 19:17:53 +0200 Subject: [PATCH] update to superfemto v0.2pre --- include/superfemto.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/superfemto.h b/include/superfemto.h index 933c248..867c1cd 100644 --- a/include/superfemto.h +++ b/include/superfemto.h @@ -13,7 +13,7 @@ #include "gsml1const.h" #define SUPERFEMTO_API(x,y,z) ((x << 16) | (y << 8) | z) -#define SUPERFEMTO_API_VERSION SUPERFEMTO_API(0,1,0) +#define SUPERFEMTO_API_VERSION SUPERFEMTO_API(0,2,0) /**************************************************************************** * Const * @@ -119,6 +119,12 @@ typedef struct SuperFemto_SystemFailureInd ***************************************************************************/ typedef struct SuperFemto_ActivateRfReq { + // Timing source (FN/TN) + struct + { + uint8_t u8TimSrc; ///< Timing source (0:Slave/Get timing from remote master BTS, 1:Master/Generates its own timing) + } timing; + // Message queue options struct { uint8_t u8UseTchMsgq; ///< Set to '1' to use a separate MSGQUEUE for TCH primitives