Skip to content

Commit

Permalink
plugins: adrv9002: profile generator: changed LTE preset sample rate
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Popa <[email protected]>
  • Loading branch information
andrei47w committed Dec 19, 2023
1 parent b7e5b37 commit 108235c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/adrv9002.c
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,7 @@ static int profile_gen_config_set_LTE(struct adrv9002_config *cfg, gpointer data

// col 1 is sample rate and col 2 is bandwidth
guint freq_table_len = 6;
char *freq_table[2][6] = {{"1920000", "3840000", "7680000", "12360000", "30720000", "61440000"},
char *freq_table[2][6] = {{"1920000", "3840000", "7680000", "15360000", "30720000", "61440000"},
{"1008000", "2700000", "4500000", "90000000", "18000000", "38000000"}};

// get current device SSI Interface
Expand Down

0 comments on commit 108235c

Please sign in to comment.