Describe the bug
Value of gNMI path key of identityref (QName type) is encoded with namespace which, I think, should not be the case as per gnmi-path-conventions
Actual behavior
/acl/acl-sets/acl-set[name=snmp_acl][type=acl?revision=2023-02-06)acl:ACL_IPV4]
Expected behavior
/acl/acl-sets/acl-set[name=snmp_acl][type=ACL_IPV4]
I will open PR to fix this.