Remove "response" from yang.
[packetcable.git] / packetcable-policy-model / src / main / yang / packetcable.yang
index c919acd2f374d9f27b3b424c2a58200107be3c22..52dbed41086c3c75aef2c7f1f52fed01f86684e4 100644 (file)
@@ -95,10 +95,6 @@ module packetcable
                leaf-list downstream-scns {
                        type service-class-name;
                }
-        leaf response {
-            type string;
-            description "HTTP response from the PUT operation provided by the API";
-        }
        }
 
        // PCMM QoS Gates
@@ -151,10 +147,6 @@ module packetcable
                uses pcmm-qos-classifier;
                uses pcmm-qos-ext-classifier;
                uses pcmm-qos-ipv6-classifier;
-               leaf response {
-            type string;
-            description "HTTP response from the PUT operation provided by the API";
-        }
     }
 
     grouping pcmm-qos-gate-spec {