X-Git-Url: http://git.rot13.org/?p=perl-cwmp.git;a=blobdiff_plain;f=bin%2Fcpe-queue.pl;fp=bin%2Fcpe-queue.pl;h=7e2e89a0b7c1a9012b9e6f01bd67537babd9237e;hp=f991aee4f94bfefacd634c57929854d5048500c2;hb=7be6369d2f8ce2bedd88f1012fd1f8a9754e1515;hpb=754104b1f0c2fed597f95045801bc15601d3aba8 diff --git a/bin/cpe-queue.pl b/bin/cpe-queue.pl index f991aee..7e2e89a 100755 --- a/bin/cpe-queue.pl +++ b/bin/cpe-queue.pl @@ -36,7 +36,6 @@ if ( $protocol_dump ) { warn "generating dump of xml protocol with CPE\n"; $q->enqueue( 'GetRPCMethods' ); - $q->enqueue( 'GetParameterNames' ); $q->enqueue( 'GetParameterNames', [ 'InternetGatewayDevice.DeviceInfo.SerialNumber', 0 ] ); $q->enqueue( 'GetParameterNames', [ 'InternetGatewayDevice.DeviceInfo.', 1 ] ); @@ -51,7 +50,7 @@ if ( $protocol_dump ) { # 'InternetGatewayDevice.DeviceInfo.X_000E50_Country' => 1, }); -# $q->enqueue( 'Reboot' ); + $q->enqueue( 'Reboot' ); } @@ -119,7 +118,6 @@ if ( $list ) { # 'InternetGatewayDevice.', # ]); - $q->enqueue( 'GetParameterNames', [ '.ExternalIPAddress', 1 ] ); - $q->enqueue( 'SetParameterValues', { '.ExternalIPAddress' => '192.168.1.250' }); - $q->enqueue( 'GetParameterNames', [ '.ExternalIPAddress', 1 ] ); +# $q->enqueue( 'GetParameterNames', [ '.ExternalIPAddress', 1 ] ); + $q->enqueue( 'GetParameterNames', [ 'InternetGatewayDevice.', 1 ] ); }