OTXHWLAYER
From RtpBridge
Otxhwlayer сommands used to configure hw layer:
Otx HW layer commands: otxhwlayer help - prints this info otxhwlayer restart|reload - tries to read and apply config file otxhwlayer save config [<filename>] - saves currently assigned config to file otxhwlayer get <parameter> - gets parameter value (including not applied value set with "otxhwlayer set" command) otxhwlayer set <parameter> <value> - sets parameter value (it should be saved to config file later with "otxhwlayer save config" command)
- Note:
Currently supported parameters are : T1E1LiMode, T1FrameFormat, T1LineCode, E1FrameFormat, E1LineCode,Termination, RxThreshold, ClockSource, SetMonitorMode, FrontEndAmplifier,T1E1Loop, ExtendedHDB3errorDetect, AutoRegainMultiframe, AisDetection,CRC6, RemoteAlarmFormat, LfaSensitivity, SignalingMode, AutoResync, ReceiveEqualizer, AutoCrcBitInversion, AutoRemoteAlarm, HighTxPower,LosSensitivity, LosRecovery, LineLength
- Example otxhwlayer config file:
T1E1LiMode E1 E1FrameFormat OTX_E1_FF_CRC4_MULTIFRAME E1LineCode OTX_E1_LC_HDB3 ExtendedHDB3errorDetect OFF AutoRegainMultiframe OFF AisDetection OTX_E1_AIS_ETS300233 Termination OTX_T1E1_TERM_100_OHM RxThreshold 500 ClockSource -1 SetMonitorMode OFF FrontEndAmplifier OFF T1E1Loop OTX_T1E1_LOOPS_OFF AutoResync ON ReceiveEqualizer OFF AutoCrcBitInversion OFF AutoRemoteAlarm OFF HighTxPower OFF LosSensitivity 10 LosRecovery 21 LineLength 10
- Note: T1E1Loop parameter is used to configure FALC loopback mode:
Name | Description |
---|---|
OTX_T1E1_LOOPS_OFF | All Line Loops off |
OTX_T1E1_LINE_LOOP | Line Loop (Payload Loopback of the external highway). Looped data will pass through the entire receiver including the wander and jitter compensation |
OTX_T1E1_REMOTE_ON_LOOP_JITTER_ATTEN | Remote Loop with Jitter Attenuation On (Loopback of the external highway bypassing the framer) |
OTX_T1E1_REMOTE_OFF_LOOP_JITTER_ATTEN | Remote Loop with Jitter Attenuation Off (Loopback of the external highway bypassing the framer) |
OTX_T1E1_LOCAL_LOOP | Local Loop. The receiver on the external highway is disconnected. The internal highway is looped back to the time-space switch. |