Who is correct?

Robert luoxianlu____huawei.com
Wed Jul 9 09:55:23 CEST 2003


Hi,Jochen

I define a hwNmMDomainTable  table as following:

SEQUENCE OF HwNmMDomainEntry

HwNmMDomainEntry ::=
   SEQUENCE { 
    hwNmMDomainName-------This is the index of this table.
     OCTET STRING,
    hwNmMDomainValue
     OCTET STRING,
    hwNmMDomainRowStatus
     RowStatus
    }

Now , if I receive request from AdventNet, then get the value of hwNmMDomainValue, I will use these:
OctetStr     ostrValue;
req->get_value(1).get_value(ostrValue);

But if I receive request from another upper NMS, I have to modify those to following:
OctetStr     ostrValue;
req->get_value(2).get_value(ostrValue);

I was confussed! Who is correct?

Best regards,
Robert






More information about the AGENTPP mailing list