Matteo Scandolo | d2044a4 | 2017-08-07 16:08:28 -0700 | [diff] [blame] | 1 | |
| 2 | # Copyright 2017-present Open Networking Foundation |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | |
| 16 | |
Scott Baker | 8dde236 | 2016-05-06 12:55:54 -0700 | [diff] [blame] | 17 | echo add_subscriber |
| 18 | ./add_subscriber.sh |
| 19 | echo -e "\n update_subscriber" |
| 20 | ./update_subscriber.sh |
| 21 | echo -e "\n add_volt_to_subscriber" |
| 22 | ./add_volt_to_subscriber.sh |
| 23 | echo -e "\n get_subscriber" |
| 24 | ./get_subscriber.sh |
| 25 | echo -e "\n delete_volt_from_subscriber" |
| 26 | ./delete_volt_from_subscriber.sh |
| 27 | echo -e "\n add_device_to_subscriber" |
| 28 | ./add_device_to_subscriber.sh |
| 29 | echo -e "\n set_subscriber_device_feature" |
| 30 | ./set_subscriber_device_feature.sh |
| 31 | echo -e "\n set_subscriber_device_identity" |
| 32 | ./set_subscriber_device_identity.sh |
| 33 | echo -e "\n get_subscriber_device_feature" |
| 34 | ./get_subscriber_device_feature.sh |
| 35 | echo -e "\n get_subscriber_device_identity" |
| 36 | ./get_subscriber_device_identity.sh |
| 37 | echo -e "\n get_subscriber" |
| 38 | ./get_subscriber.sh |
| 39 | echo -e "\n list_subscriber_devices" |
| 40 | ./list_subscriber_devices.sh |
| 41 | echo -e "\n delete_subscriber_device" |
| 42 | ./delete_subscriber_device.sh |
| 43 | echo -e "\n delete_subscriber" |
| 44 | ./delete_subscriber.sh |