You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Basic GenieACS Server and RPI communication

To establish the connection - RPI and GenieACS Server, Follow the below link

TR-069 Support for RDKB RPI Reference Platform

GetParameter Values/Names

In devices tab, under 'device parameters' you can find all parameters (according to the specifications (e.g. TR-069, TR-098 etc.) where request sent from CPE to ACS and stored in the database.


For Example, Below are the few DataParamters and the respective Output in the GenieACS UI.

S.NoDataParameterOutput
Device.DeviceInfo.HardwareVersiona020d3
2.Device.DeviceInfo.SoftwareVersion rdkb-generic-broadband-image_default_20210120043953
3.Device.DeviceInfo.ManufacturerRaspberry Pi Foundation
4.Device.DeviceInfo.ManufacturerOUI0xFFFFFFFF
5.Device.DeviceInfo.SerialNumber000000004bb48eba
6.Device.DeviceInfo.ModelNameARMv7 Processor rev 4 (v7l)
7.Device.DeviceInfo.X_COMCAST-COM_CM_MAC B8:27:EB:B4:8E:BA
8.Device.ManagementServer.ConnectionRequestURLhttp://10.78.151.244:7547/
9.Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.SyndicationFlowControl.Enable false
10.Device.DeviceInfo.MemoryStatus.Total 927

SetParameter Values/Names

Boolean Value

Lets consider, Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.SyndicationFlowControl.Enable is set to 'false' initially,


Select the respective parameter and change its value to 'true' and commit the task to be performed.


Once the value gets reflected in the GenieACS UI, cross verify in the RPI for the change.

root@RaspberryPi-Gateway:~# dmcli eRT getv Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.SyndicationFlowControl.Enable 
CR component name is: eRT.com.cisco.spvtg.ccsp.CR 
subsystem_prefix eRT. 
getv from/to component(eRT.com.cisco.spvtg.ccsp.pam): Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.SyndicationFlowControl.Enable 
Execution succeed. 
Parameter    1 name: Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.SyndicationFlowControl.Enable 
               type:       bool,    value: true

String Names/values


Limitations

Only Limited Data parameters are validated

  • No labels