sicongPang
sicongPang
hi When I try to use libyang 2.1.30 to parse the rpc message, the error message "List instance is missing its key "OCSAddr" is displayed. My message is in XML...
 input parameters: data: ```xml \n \n \n \n none\n stop-on-error\n\n ``` mod: ``` {ctx = 0x197abc0, name = 0x196f710 "ietf-netconf", revision = 0x1970d00 "2011-06-01", ns = 0x1964d00 "urn:ietf:params:xml:ns:netconf:base:1.0", prefix...
module: ```yang container testsdk { container TsdkTypeInners { list TsdkTypeInner { key "TestIndex TestName"; config true; mo:global-max-elements "1000000"; leaf TestIndex { type uint32 { range "0..4294967295"; } mandatory true; mo:indexAssignMode...