Skip to content
This repository was archived by the owner on Sep 7, 2020. It is now read-only.

Commit a6aef83

Browse files
committed
tlvf: beerocks_message::sPlatformSettings remove unused settings
Remove of unused fields from sPlatformSettings struct. Those fields have been moved to the Agent_DB and there for no longer needed as part of a beerocks massage. PPM-338 Signed-off-by: Oren Vormaser <oren.vormaser@devalore.com>
1 parent 644d6fe commit a6aef83

2 files changed

Lines changed: 0 additions & 46 deletions

File tree

common/beerocks/tlvf/AutoGenerated/include/beerocks/tlvf/beerocks_message_common.h

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,7 @@ typedef struct sSonConfig {
7272
} __attribute__((packed)) sSonConfig;
7373

7474
typedef struct sPlatformSettings {
75-
char front_ssid[beerocks::message::WIFI_SSID_MAX_LENGTH];
76-
char front_pass[beerocks::message::WIFI_PASS_MAX_LENGTH];
77-
char front_security_type[beerocks::message::WIFI_SECURITY_TYPE_MAX_LENGTH];
78-
char back_ssid[beerocks::message::WIFI_SSID_MAX_LENGTH];
79-
char back_pass[beerocks::message::WIFI_PASS_MAX_LENGTH];
80-
char back_security_type[beerocks::message::WIFI_SECURITY_TYPE_MAX_LENGTH];
81-
uint8_t onboarding;
8275
uint8_t local_master;
83-
uint8_t local_gw;
84-
uint8_t operating_mode;
85-
uint8_t management_mode;
86-
uint8_t mem_only_psk;
87-
uint8_t certification_mode;
88-
uint8_t stop_on_failure_attempts;
8976
uint8_t client_band_steering_enabled;
9077
uint8_t client_optimal_path_roaming_enabled;
9178
uint8_t dfs_reentry_enabled;
@@ -94,9 +81,6 @@ typedef struct sPlatformSettings {
9481
uint8_t load_balancing_enabled;
9582
uint8_t service_fairness_enabled;
9683
uint8_t rdkb_extensions_enabled;
97-
uint8_t backhaul_max_vaps;
98-
uint8_t backhaul_network_enabled;
99-
uint8_t backhaul_preferred_radio_band;
10084
void struct_swap(){
10185
}
10286
void struct_init(){

common/beerocks/tlvf/yaml/beerocks/tlvf/beerocks_message_common.yaml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -50,33 +50,7 @@ sSonConfig:
5050

5151
sPlatformSettings:
5252
_type: struct
53-
front_ssid:
54-
_type: char
55-
_length: ["beerocks::message::WIFI_SSID_MAX_LENGTH"]
56-
front_pass:
57-
_type: char
58-
_length: ["beerocks::message::WIFI_PASS_MAX_LENGTH"]
59-
front_security_type:
60-
_type: char
61-
_length: ["beerocks::message::WIFI_SECURITY_TYPE_MAX_LENGTH"]
62-
back_ssid:
63-
_type: char
64-
_length: ["beerocks::message::WIFI_SSID_MAX_LENGTH"]
65-
back_pass:
66-
_type: char
67-
_length: ["beerocks::message::WIFI_PASS_MAX_LENGTH"]
68-
back_security_type:
69-
_type: char
70-
_length: ["beerocks::message::WIFI_SECURITY_TYPE_MAX_LENGTH"]
71-
onboarding: uint8_t
7253
local_master: uint8_t
73-
local_gw: uint8_t
74-
operating_mode: uint8_t
75-
management_mode: uint8_t
76-
mem_only_psk: uint8_t
77-
78-
certification_mode: uint8_t
79-
stop_on_failure_attempts: uint8_t
8054

8155
client_band_steering_enabled: uint8_t
8256
client_optimal_path_roaming_enabled: uint8_t
@@ -89,10 +63,6 @@ sPlatformSettings:
8963

9064
rdkb_extensions_enabled: uint8_t
9165

92-
backhaul_max_vaps: uint8_t
93-
backhaul_network_enabled: uint8_t
94-
backhaul_preferred_radio_band: uint8_t
95-
9666
sWlanSettings:
9767
_type: struct
9868
band_enabled:

0 commit comments

Comments
 (0)