Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adrv9002: changed LTE preset sample rate in profile generator #472

Merged
merged 1 commit into from
Dec 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/adrv9002.c
Original file line number Diff line number Diff line change
Expand Up @@ -1727,7 +1727,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