Commit graph

696 commits

Author SHA1 Message Date
Amin Ben Ramdhane
fdd68cfde3 Update the shell interpreter to python3 instead of python2 2021-07-13 11:21:49 +01:00
Amin Ben Ramdhane
3aeb388129 generate tr135.json file with correct root path 2021-07-13 10:48:04 +01:00
Amin Ben Ramdhane
86ec99854a Ticket refs #5564: Fix some errors in generated XML 2021-07-06 16:48:25 +01:00
vdutta
ece9282e8f Fix encryption mode 2021-07-05 17:08:49 +05:30
vdutta
6b73dea0f6 Update mapping to fix DirectoryNumber and RegisterURI clash 2021-06-30 17:53:50 +05:30
jjoseph
800d216222 bbf : Fix Inconsistent MACAddress case 2021-06-29 11:00:37 +05:30
Amin Ben Ramdhane
20548f2301 XML file: add support for HDM format 2021-06-24 14:49:17 +01:00
vdutta
d9daf63337 Moved SoftwareModule datamodel objects to swmodd 2021-06-24 10:35:58 +05:30
Grzegorz Sluja
24fc0240f2 VoiceService: Add CallLog parameters including RTP statistics
Signed-off-by: Grzegorz Sluja <grzegorz.sluja@iopsys.eu>
2021-06-22 15:25:42 +01:00
Amin Ben Ramdhane
b37728698f Device.DeviceInfo.BootFirmwareImage: return error in case the set method does not work properly 2021-06-22 15:21:43 +01:00
vdutta
f347d9d011 Added dm_entry_manage_services API 2021-06-17 06:33:06 +00:00
Amin Ben Ramdhane
332efcbf55 Fix compiler warnings 2021-06-15 23:44:29 +01:00
Jomily K Joseph
20fd13cd2b bbf : Bug#5110: Lowerlayer connection stack missing on a VDSL connected hub 2021-06-15 22:30:23 +00:00
vdutta
abe4f4b255 Fix Freq conversion to hexbin for ieee1905 2021-06-11 19:14:21 +05:30
vdutta
60d8b29667 Align with ieee1905 info 2021-06-11 16:20:35 +05:30
vdutta
796f1a82fd Align with ieee1905 object 2021-06-10 12:24:11 +00:00
Vivek Kumar Dutta
e0d497f2ac Revert "Added default value for hexbin type"
This reverts commit 5d7d8d86a2
2021-06-10 10:58:52 +00:00
vdutta
993f7a18df Fix compiler warnings 2021-06-08 19:33:34 +05:30
vdutta
a7e0c60825 Update ieee1905 interface bandwidth enum mapping 2021-06-08 18:17:35 +05:30
vdutta
5d7d8d86a2 Added default value for hexbin type 2021-06-08 17:53:34 +05:30
vdutta
5b7ebc9eb4 Disabled GenericPhy interface for ieee1905 2021-06-08 17:40:09 +05:30
Amin Ben Ramdhane
7c3f42564c Gitlab-ci: update docker image and improve the code 2021-06-04 19:12:30 +01:00
Amin Ben Ramdhane
1c9316e665 IEEE1905: Align with new ubus object 2021-06-04 16:20:04 +01:00
vdutta
5ad4e94b5f Revert API to list updated services 2021-06-04 19:36:03 +05:30
vdutta
4231b2cfa5 Added dm_debug_browse_path API to get last access path 2021-06-04 17:06:26 +05:30
vdutta
23a4d482c1 Commit uci without restart for cwmp proto 2021-06-03 19:10:52 +05:30
Amin Ben Ramdhane
27cd8b3518 Add missing dependencies for objects and enhancement the code 2021-06-03 10:18:33 +01:00
vdutta
2583c5cbc0 API to list updated services 2021-06-02 20:16:20 +05:30
vdutta
f2eebc829d Update base64 default value 2021-05-27 12:28:54 +05:30
Amin Ben Ramdhane
c21c955236 Ticket refs #3467: Device.WiFi.Radio.{i}. object OperatingStandards and OperatingChannelBandwidth Set handling is wrong 2021-05-26 19:09:28 +01:00
Amin Ben Ramdhane
0d5afce5f1 VoiceService: Fix some issues
- Device.Services.VoiceService.{i}.CallControl.Line.{i}.Enable: change the type to boolean instead of string
 - Device.Services.VoiceService.{i}.SIP.Network.{i}.ProxyServerPort: define its default value
 - Fix static code analysis issue
 - Update TR104 JSON mapping
2021-05-25 15:11:29 +01:00
Grzegorz Sluja
20d4d3022b bbf: Adjust tr104 VoiceService parameters to customer's requirements
The following parameters has been added/modified:
Device.Services.VoiceService.{i}.CallControl.Line {i}.Enable
Device.Services.VoiceService.{i}.SIP.Client.{i}.RegisterURI
Device.Services.VoiceService.{i}.SIP.Network.{i}.OutboundProxy
Device.Services.VoiceService.{i}.SIP.Network.{i}.OutboundProxyPort
Device.Services.VoiceService.{i}.SIP.Network.{i}.UserAgentTransport

Signed-off-by: Grzegorz Sluja <grzegorz.sluja@iopsys.eu>
2021-05-25 13:24:18 +02:00
Amin Ben Ramdhane
a82500080a Device.DeviceInfo.FirmwareImage: add support for Download() and Activate() commands 2021-05-25 10:49:17 +01:00
Amin Ben Ramdhane
d1b7bab383 DeviceInfo: Update FirmwareImage object and implement BootFirmwareImage and ActiveFirmwareImage parameters 2021-05-25 10:45:32 +01:00
Amin Ben Ramdhane
e228177d2e ManagementServer: add support for ScheduleReboot and DelayReboot parameters 2021-05-25 10:40:30 +01:00
Amin Ben Ramdhane
9290c10b63 RouterAdvertisement: add support for Device.RouterAdvertisement.InterfaceSetting.{i}.AdvMobileAgentFlag parameter 2021-05-20 12:54:57 +01:00
Amin Ben Ramdhane
a6a730c744 Ticket refs #5180: unable to set Device.Bridging.Bridge.{i}.Port.{i}.LowerLayers for the management port 2021-05-19 20:06:25 +01:00
Amin Ben Ramdhane
45a6fdd925 Ticket refs #5174: LowerLayers parameter in the Device.IP.Interface.{i}. object can not be modified 2021-05-19 20:06:16 +01:00
Amin Ben Ramdhane
9d116f7577 bbf: cannot get new objects exposed via json files if root path contains '.{i}.' at the end 2021-05-18 13:53:14 +01:00
Amin Ben Ramdhane
bc5a18aca8 Bridging: fix the status for all Bridge Ports 2021-05-18 11:13:48 +01:00
Rahul
b05ef07c87 bbf: config vlan translation
add support to configure vlan translation via acs
2021-05-17 11:25:11 +01:00
vdutta
838372a16e Align ra option tag with dhcp option for dns list 2021-05-14 16:33:17 +05:30
vdutta
6471616110 Moving stun params to stunc 2021-05-12 22:58:43 +05:30
Amin Ben Ramdhane
0650586286 Add support for Device.RouterAdvertisement.InterfaceSetting.{i}.Option.{i}. object 2021-05-11 15:13:17 +01:00
vdutta
9efd1e0582 Fix supported protocol for DNS.Diagnostics params 2021-05-05 22:16:40 +05:30
vdutta
3034c1b324 Fix supported protocol for PPP.Interface.{i}.Reset 2021-05-04 20:04:39 +05:30
Amin Ben Ramdhane
e9fb75eb97 bbf: implement unit and functional tests 2021-05-03 18:29:28 +01:00
Amin Ben Ramdhane
f27fe021d1 Ticket #4939: Implement Device.RouterAdvertisement. object 2021-05-03 13:50:23 +01:00
vdutta
76590afb7a Return empty string on password/secret read 2021-04-26 19:19:44 +05:30
vdutta
27687c93de B#5008: SIP Client AuthPassword should return empty string on read 2021-04-26 19:17:03 +05:30