Commit graph

301 commits

Author SHA1 Message Date
Amin Ben Ramdhane
e4f1fd8653 WiFi: fix get/set value of SupportedFrequencyBands and OperatingFrequencyBand parameters 2020-06-22 16:43:17 +01:00
vdutta
ca77ff8d68 obuspa: Added object_type in GET_NAME method 2020-06-19 09:49:37 +01:00
Sukru Senli
bea58e17e7 wifi: correct noise mapping 2020-06-18 16:04:53 +02:00
vdutta
5370a70bee uspd: Report usp fault number if set fails 2020-06-17 19:10:51 +05:30
Sukru Senli
6bca198934 firewall: default value and uci mapping fixes 2020-06-13 14:50:20 +02:00
Sukru Senli
a193d35b84 hosts: add ActiveLastChange parameter support 2020-06-13 13:49:18 +02:00
Amin Ben Ramdhane
41fdc02419 Ticket refs #2746: TR-181: IPv6Prefix validation is not working 2020-06-13 00:32:02 +01:00
Sukru Senli
bb6b54e3ef voiceservice: adapt new country codes 2020-06-11 18:20:26 +02:00
Daniel Danzberger
3b7fe9237b dm_strword: fix invalid memory access
Calling this dm_strword with an emtpy 'str' can cause invalid memory
access. This commit checks for an empty string.

NOTE: This function is insecure and can cause segfaults
      when 'str' is larger than 'source'

Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
2020-06-09 22:24:58 +02:00
Sukru Senli
9ee0484353 tr104: adapt to voice_client->asterisk config change 2020-06-08 17:19:39 +02:00
Amin Ben Ramdhane
cd31a6ca60 Ticket refs #2539: TR-181: Device.Hosts.Host.{i}.WANStats. 2020-06-08 12:43:16 +01:00
vdutta
d71af3a2a0 uspd: Remove invalid character from type field of operate cmd 2020-06-08 11:52:47 +05:30
Amin Ben Ramdhane
8d86290889 Ethernet.Interface.{i}.Stats: update stats values
Keep the parameters available in sysfs and read the missing ones from ubus ethernet/ifstats object
2020-06-05 18:40:32 +01:00
Sukru Senli
361a23aae1 wifi-iopsyswrt: fix AssociatedDevice Noise mapping 2020-06-05 18:23:24 +02:00
Amin Ben Ramdhane
7c43ff13a3 Ethernet.Interface.{i}.Stats: read values from ubus ethernet/stats instead of sysfs 2020-06-05 17:00:24 +01:00
Omar Kallel
b035427a05 Return default value of Device.ManagementServer.UpgradesManaged 2020-06-05 16:01:45 +01:00
Amin Ben Ramdhane
c30dd0d2db Ticket refs #2644: TR-181: Device.Ethernet.RMONStats.{i} object 2020-06-05 15:45:41 +01:00
Omar Kallel
bc947cf023 Device.RootDataModelVersion type is wrong 2020-06-05 15:07:47 +01:00
Omar Kallel
d8bf042598 revert the commit 98c3869a3c 2020-06-04 17:08:32 +01:00
Omar Kallel
4266617b1b extract add_list_value_change and send_active_value_change from dmctx 2020-06-04 17:06:23 +01:00
Omar Kallel
98c3869a3c remove manufacuter option from cwmp.cpe 2020-06-04 13:03:06 +01:00
Amin Ben Ramdhane
f390662d68 DeviceInfo: add DeviceCategory, AdditionalHardwareVersion and AdditionalSoftwareVersion parameters 2020-06-04 12:35:12 +01:00
Omar Kallel
5460a4f74d Fix parameters default/forced active notification 2020-06-03 14:20:49 +01:00
Omar Kallel
697c4981b7 backup 2020-06-03 12:17:33 +01:00
Amin Ben Ramdhane
504e294e30 Bridging object: fix the value of LowerLayers after removing Bridge.Port. object 2020-06-03 01:04:57 +01:00
Daniel Danzberger
14e91c87bc tr181: Add UCI path option for management server request URL
Add Uci option to specify a path for the connection request URL
cwmp.cpe.path

Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
2020-06-01 18:31:49 +02:00
Amin Ben Ramdhane
efe2ca135b Device.IP: fix the get/set of IPv4Capable and IPv6Capable parameters 2020-05-31 20:57:52 +01:00
Omar Kallel
c97f46910d Fix uspd crash 2020-05-30 14:16:53 +01:00
Amin Ben Ramdhane
5b1f2885e2 Fix all blank spaces in tr181.json 2020-05-30 11:57:31 +01:00
Suru Dissanaike
b7d9ea43ad Fixed blank spaces in tr181.json 2020-05-29 20:33:02 +02:00
Amin Ben Ramdhane
842d091a9e Device.IP. object: fix the get/set of IPv6Enable and IPv6Status parameters 2020-05-29 16:50:04 +01:00
vdutta
c7a4c3eb7c bbf: Change faults as per the defined proto 2020-05-29 19:18:09 +05:30
Rahul
eb57cc407a bbf: remove unwanted changes
For the changes done in branch, some changes in dmcommon were overwritten
accidentally, reverting the same. Only leaves snooping mode related
changes in the branch now.
2020-05-29 13:02:19 +05:30
Rahul
c26f96fb76 bbf: add support for configuration of snooping mode
TR181 parameters introduced for configuration of snooping mode
for IGMP and MLD snooping and proxy objects.
2020-05-29 13:02:19 +05:30
Amin Ben Ramdhane
1b83b77387 Device.Bridging. object: add support for the wireless interfaces 2020-05-28 20:26:01 +01:00
Amin Ben Ramdhane
a2c10c7cbe TR-181: Device.DeviceInfo.SupportedDataModel. object 2020-05-28 20:19:46 +01:00
Amin Ben Ramdhane
6ad215b7a6 TR-181: Device.DeviceInfo.Processor. object 2020-05-28 20:17:00 +01:00
Omar Kallel
2bf36bbbda Ticket refs #2673: TR069: No '4 value change' sent in case of active passive notification 2020-05-28 14:37:32 +01:00
Amin Ben Ramdhane
3f4a97c1af Ticket refs#2512: libbbf: an object should not be presented if the uci file or ubus object it depends on does not exist 2020-05-27 08:55:07 +01:00
Amin Ben Ramdhane
5f4659f054 ubus api: remove unused code and use libubus api by default 2020-05-27 08:47:30 +01:00
Amin Ben Ramdhane
e442cd1a82 SoftwareModules: clean up 2020-05-26 09:40:49 +01:00
Omar Kallel
b7a596a1ff Add header comment to qos-openwrt 2020-05-21 13:53:16 +01:00
Omar Kallel
6a360e1469 QOS object: integrate qos-openwrt file 2020-05-21 13:48:09 +01:00
Sukru Senli
726824bd01 wifi: map OperatingChannelBandwidth to htmode 2020-05-21 12:04:49 +02:00
Sukru Senli
7a4470975e wifi: remove deprecated parameters and correct some mappings 2020-05-21 09:26:22 +02:00
Amin Ben Ramdhane
00f73dbb39 change the license : GPLv2 -> LGPL-2.1 2020-05-18 16:55:19 +01:00
Daniel Danzberger
194d04e121 Add openwrt makefile
With this in source openwrt/ directory you can now build this repo
directly from the current local git HEAD, without updating any external feed.

Example feeds.conf entry:
---
src-link bbf /home/daniel/prpl/bbf
---

Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
2020-05-18 15:48:21 +02:00
Omar Kallel
8473242c46 Ticket refs #2584: TR-181: Device.LANConfigSecurity. object 2020-05-18 12:01:26 +01:00
Amin Ben Ramdhane
85b5f603b5 Ticket refs#2585: TR-181: Device.InterfaceStack. object 2020-05-18 10:15:07 +01:00
Amin Ben Ramdhane
6acb70c71c Ticket refs #2582: libbbf: add support for handling macvlan interfaces 2020-05-17 16:18:42 +01:00