diff --git a/lib/NGCP/Panel/Controller/Device.pm b/lib/NGCP/Panel/Controller/Device.pm index 52b6cd1e7a..0dcde21099 100644 --- a/lib/NGCP/Panel/Controller/Device.pm +++ b/lib/NGCP/Panel/Controller/Device.pm @@ -1281,6 +1281,8 @@ sub dev_field_config :Chained('/') :PathPart('device/autoprov/config') :Args() { firmware => { }, phone => { + vendor => $model->vendor, + model => $model->model, stationname => $dev->station_name, lineranges => [], },