|
|
Description:
|
radioReturnCodeFrequency OBJECT-TYPE
SYNTAX INTEGER {setNoError(1), setHWProblem(2), setCrossProblem(3), setDistProblem(4), setNoUPDDisabled(5)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object is used to discriminate the reason of failure on setting rx and tx frequency:
setNoError: the set operation on tx and rx frequency was successful;
setHWProblem: generic hardware problems (tx and rx frequency are not supported by HW);
setCrossProblem: the tx and rx frequency values, specified in set request, invert your relation respect to actual values (if before set request txFreq > rxFreq, in the set request txFreq < rxFreq, or vice-versa);
setDistProblem: problems related to the distance (spacing fail) between the tx and rx frequency values;
setNoUPDDisabled: frequency change time-out expiration"
|
|
|
|
|
|