This submission contains the fixes for the following 3 problems:
1. [ONOS-5675] RESTCONF clients may stop receiving notifications when multiple client
sessions are opened simultaneously
2. [ONOS-5676] RESTCONF client hangs on event notification subscription
3. bug fix for empty-leaf node
Change-Id: Icf6848d18e0599842d4889d5aa5443c58f23aeeb
The submission contains:
1. Fix of ONOS-5580
2. Enable RESTCONF server to register and receive notifications from YMS
Change-Id: I8d27a7ee59679de22b7f49b370b35e48909958a4
1.if a array's children are all not container node,
it's a leaf-list in yang, should treat differently;
2.for a array, the field name should push into a stack,
and then pop when exit the array
3. add namespace info for yangnode
4. process the exception of null array node
Change-Id: Ia7b0c25ab1ccea393b97a0fcf59187663348de3b