summaryrefslogtreecommitdiff
path: root/cesar/cp/beacon/ntb/src/ntb.c
diff options
context:
space:
mode:
authorlaranjeiro2009-06-23 16:17:47 +0000
committerlaranjeiro2009-06-23 16:17:47 +0000
commit636321640017b613d88cbc39b2d307007b260a1e (patch)
tree0b328ad495d3716eeeb42dfb66d53c91f799b2a5 /cesar/cp/beacon/ntb/src/ntb.c
parent93042457af63680da3e085a2b99b1b51b0805920 (diff)
*cp/beacon/ntb: (See #401).
* Commented the phy_sysclock_set_freqerror until the SPOC module is not implemented. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4834 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp/beacon/ntb/src/ntb.c')
-rw-r--r--cesar/cp/beacon/ntb/src/ntb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cesar/cp/beacon/ntb/src/ntb.c b/cesar/cp/beacon/ntb/src/ntb.c
index 37affe78fb..a0efc1012d 100644
--- a/cesar/cp/beacon/ntb/src/ntb.c
+++ b/cesar/cp/beacon/ntb/src/ntb.c
@@ -121,9 +121,12 @@ cp_beacon_ntb_clk_sync (cp_t * ctx, u32 beacon_bts,
ctx->mac_config->ntb_offset_tck = offset;
/* Update the frequency error in the Phy. */
+ /* FIXME this should call a SPOC module function to compute all the
+ * coefficients needed by SPOC.
phy_sysclock_set_freqerror (ctx->phy,
ctx->ntb.fe[0]
* CP_BEACON_NTB_DEFAULT_FACTOR);
+ */
/* Compute the new numerator. */
decimal_num = CP_BEACON_NTB_DEFAULT_FACTOR * (ctx->ntb.fe[0] + 1.0);