Advertisement
Guest User

Untitled

a guest
May 1st, 2022
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --network-scan
  2. {
  3. "network_info": [
  4. {
  5. "mcc": 202,
  6. "mnc": 5,
  7. "description": "voda GR",
  8. "status": [
  9. "available",
  10. "roaming",
  11. "forbidden",
  12. "not_preferred"
  13. ]
  14. },
  15. {
  16. "mcc": 202,
  17. "mnc": 10,
  18. "description": "WIND",
  19. "status": [
  20. "available",
  21. "roaming",
  22. "not_forbidden",
  23. "not_preferred"
  24. ]
  25. },
  26. {
  27. "mcc": 202,
  28. "mnc": 10,
  29. "description": "WIND",
  30. "status": [
  31. "available",
  32. "roaming",
  33. "not_forbidden",
  34. "not_preferred"
  35. ]
  36. },
  37. {
  38. "mcc": 202,
  39. "mnc": 1,
  40. "description": "COSMOTE",
  41. "status": [
  42. "current_serving",
  43. "roaming",
  44. "not_forbidden",
  45. "not_preferred"
  46. ]
  47. },
  48. {
  49. "mcc": 202,
  50. "mnc": 5,
  51. "description": "voda GR",
  52. "status": [
  53. "available",
  54. "roaming",
  55. "forbidden",
  56. "not_preferred"
  57. ]
  58. }
  59. ],
  60. "radio_access_technology": [
  61. {
  62. "mcc": 202,
  63. "mnc": 5,
  64. "radio": "lte"
  65. },
  66. {
  67. "mcc": 202,
  68. "mnc": 10,
  69. "radio": "umts"
  70. },
  71. {
  72. "mcc": 202,
  73. "mnc": 10,
  74. "radio": "lte"
  75. },
  76. {
  77. "mcc": 202,
  78. "mnc": 1,
  79. "radio": "lte"
  80. },
  81. {
  82. "mcc": 202,
  83. "mnc": 5,
  84. "radio": "umts"
  85. }
  86. ]
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement