Skip to content

dms: added support for displaying E-UTRAN bands 24 to 31

Nicholas requested to merge mips171/libqmi:master into master

Hey!

Submitting this for review and testing.

It is working for me on a Sierra Wireless MC7430 which supports B28.

Here is some sample output: Before:

root@openwrt:(unknown)# qmicli -d /dev/cdc-wdm0 -p --dms-get-band-capabilities
[/dev/cdc-wdm0] Device band capabilities retrieved:
	Bands: 'wcdma-2100, wcdma-850-us, wcdma-800, wcdma-900, wcdma-1700-japan, wcdma-850-japan'
	LTE bands: '1, 3, 5, 7, 8, 18, 19, 21, 38, 39, 40, 41'

After:

root@openwrt:~# qmicli -d /dev/cdc-wdm0 -p --dms-get-band-capabilities
[/dev/cdc-wdm0] Device band capabilities retrieved:
	Bands: 'wcdma-2100, wcdma-850-us, wcdma-800, wcdma-900, wcdma-1700-japan, wcdma-850-japan'
	LTE bands: '1, 3, 5, 7, 8, 18, 19, 21, **28**, 38, 39, 40, 41'

Signed-off-by: Nicholas Smith mips171@icloud.com

Edited by Aleksander Morgado

Merge request reports