Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PPSi
Manage
Activity
Members
Labels
Plan
Issues
55
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
PPSi
Commits
d163cfa1
Commit
d163cfa1
authored
6 months ago
by
Omar Gabella
Browse files
Options
Downloads
Patches
Plain Diff
Add bitslide to wr_servo_state and refresh at each downlink offset calculation
parent
b7ab94bc
Branches
omarg_bc_t1t2
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
proto-ext-whiterabbit/wr-api.h
+36
-33
36 additions, 33 deletions
proto-ext-whiterabbit/wr-api.h
proto-ext-whiterabbit/wr-servo.c
+2
-0
2 additions, 0 deletions
proto-ext-whiterabbit/wr-servo.c
with
38 additions
and
33 deletions
proto-ext-whiterabbit/wr-api.h
+
36
−
33
View file @
d163cfa1
...
...
@@ -81,45 +81,45 @@ struct wr_dsport {
UInteger32 ctr_wr_s_lock_6;
UInteger32 ctr_wr_s_lock_7;
UInteger32 ctr_wr_locked_1;
UInteger32 ctr_wr_locked_2;
UInteger32 ctr_wr_resp_calib_req_1;
UInteger32 ctr_wr_resp_calib_req_2;
UInteger32 ctr_wr_calibration_00;
UInteger32 ctr_wr_calibration_0;
UInteger32 ctr_wr_calibration_1;
UInteger32 ctr_wr_calibration_2;
UInteger32 ctr_wr_calibration_3;
UInteger32 ctr_wr_calibration_4;
UInteger32 ctr_wr_calibration_5;
UInteger32 ctr_wr_calibration_6;
UInteger32 ctr_wr_calibration_7;
UInteger32 ctr_wr_calibration_8;
UInteger32 ctr_wr_locked_1;
UInteger32 ctr_wr_locked_2;
UInteger32 ctr_wr_resp_calib_req_1;
UInteger32 ctr_wr_resp_calib_req_2;
UInteger32 ctr_wr_calibration_00;
UInteger32 ctr_wr_calibration_0;
UInteger32 ctr_wr_calibration_1;
UInteger32 ctr_wr_calibration_2;
UInteger32 ctr_wr_calibration_3;
UInteger32 ctr_wr_calibration_4;
UInteger32 ctr_wr_calibration_5;
UInteger32 ctr_wr_calibration_6;
UInteger32 ctr_wr_calibration_7;
UInteger32 ctr_wr_calibration_8;
UInteger32 ctr_wr_calibrated_1;
UInteger32 ctr_wr_calibrated_2;
UInteger32 ctr_wr_calibrated_2;
UInteger32 ctr_wr_link_on_1;
UInteger32 ctr_wr_link_on_2;
UInteger32 ctr_wr_link_on_2;
UInteger32 ctr_wr_sync_tai;
UInteger32 ctr_wr_sync_nsec;
UInteger32 ctr_wr_sync_phase;
UInteger32 ctr_wr_wait_offset_stable_0;
UInteger32 ctr_wr_wait_offset_stable_1;
UInteger32 ctr_wr_wait_offset_stable_2;
UInteger32 ctr_wr_wait_offset_stable_3;
UInteger32 ctr_wr_track_phase;
UInteger32 ctr_pps_gen_busy;
UInteger32 ctr_spll_shifter_busy;
UInteger32 ctr_not_busy;
UInteger32 ctr_wr_servo_init_0;
UInteger32 ctr_wr_servo_init_1;
UInteger32 servo_flags_at_init;
UInteger32 ctr_wr_sync_nsec;
UInteger32 ctr_wr_sync_phase;
UInteger32 ctr_wr_wait_offset_stable_0;
UInteger32 ctr_wr_wait_offset_stable_1;
UInteger32 ctr_wr_wait_offset_stable_2;
UInteger32 ctr_wr_wait_offset_stable_3;
UInteger32 ctr_wr_track_phase;
UInteger32 ctr_pps_gen_busy;
UInteger32 ctr_spll_shifter_busy;
UInteger32 ctr_not_busy;
UInteger32 ctr_wr_servo_init_0;
UInteger32 ctr_wr_servo_init_1;
UInteger32 servo_flags_at_init;
*/
//#endif // BROADCAST_BASE && BC_EXTRA_MON
};
...
...
@@ -247,6 +247,9 @@ struct wr_servo_state {
char
servo_state_name
[
32
];
int64_t
skew
;
int64_t
offset
;
#ifdef BROADCAST_NODE
int64_t
bitslide
;
#endif // BROADCAST_NODE
/* Values used by snmp. Values are increased at servo update when
* erroneous condition occurs. */
...
...
This diff is collapsed.
Click to expand it.
proto-ext-whiterabbit/wr-servo.c
+
2
−
0
View file @
d163cfa1
...
...
@@ -537,6 +537,8 @@ int wr_e2e_offset_downlink(struct pp_instance *ppi,
s
->
tracking_enabled
=
tracking_enabled
;
s
->
delta_ms
=
delay_ms_fix
;
s
->
bitslide
=
ep_get_bitslide
();
// DEBUGGING
return
1
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment