Ok so two digit hex numbers......

If we number them 1 to 7 from left to right, we are interested in the 4th 5th and 7th groups.

7th =00 which points us to PLO1

4th = scan data 1 and we have to convert it to binary = 00001110

This time bit 0 is on the right and 7 on the left.

b0: Clock status at time of detection
0/1 = STBY/ACT
b1: Circuit card at time of detection
0/1 = PLO synchronizing/PLO Self running or drifting
b2: 0/1 = -/Input clock down
b3, b4:Route of Input clock

b4. b3. DCS INPUT ROUTE. ROUTE OF INPUT CLOCK
0...0..........0..................0
0...1..........1..................1
1...0..........-..................2
1...1..........-..................3

Next another convert to binary for the scan 2 info in hex group 5 but as it 00 the binary will be 00000000

As with the scan 1 binary, left to right

b0: 0/1 = -/Five millisecond Burst Clock down
b1: 0/1 = -/Frame Synchronization from SYNC card is down
b4: 0/1 = -/Internal OSC clock down

So we don't get anything from that!

And that's about as much as I can help, hope it's enough!

Note

Edited as when posted all the spaces that I used to make the table work disappeared so I used full stops instead!