I have a mobile wireless router (PW100 4G LTE Router) that provides WiFi via a SIM card. I have purchased several data “bundle codes”. One way to activate a data code is to send a USSD code: *101*CODE#

The router’s interface provides a USSD Service interface through which I should be able to send these USSD codes.

When I attempt to load a bundle code, or to check my balance by submitting the USSD code *101#, the site hangs and eventually prints out: “session terminated by network”

If I place the sim card into a phone I am able to issue the USSD codes without problem. So, it is the wireless router that is not properly managing the USSD connection.

I have been trying to troubleshoot this with no success. Do any of you here have experience with WiFi routers, or with USSD codes in general, and might have some suggestions of things I can try?

  • u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    3
    ·
    4 months ago

    Not specific frequency bands, but network type (2G, 3G, 4G,…). For example, the 800MHz band may be used by 2G, 3G, 4G and 5G.

    USSD works natively only on 2G and 3G. But in many countries these are being shutdown, if it wasn’t done already. My carrier for example shutdown the 3G network 3 days ago (R.I.P.) which was on 2100MHz band. Those frequencies (among other bands) are now used for 4G (LTE B1).

    • SpicyAnt@mander.xyzOP
      link
      fedilink
      arrow-up
      2
      ·
      4 months ago

      I see… I understand. Thank you!

      It is a bit unfortunate because my mobile carrier only allows me to top-up via USSD or via a phone call, not via SMS. So I won’t be able to top up without removing the sim card and placing it into a phone. It is a minor inconvenience, but an inconvenience nonetheless 😁

    • SpicyAnt@mander.xyzOP
      link
      fedilink
      arrow-up
      2
      ·
      4 months ago

      Eventually I was able to confirm this. Using software-defined radio I was able to see that the USSD codes send out a signal in the ~895 MHz range, which is allocated to the 2G GSM by my provider.

      I purchased a batch of SIM800L chips off ali express and those work without problem for issuing the USSD codes. I can also see that they emit the same signal at 895 MHz.

      I kept looking into it and I have found that the SIM7600 chips have 2G, 3G, and 4G. So I have ordered a dev kit that uses the SIM7600 chip and I am going to use it to build a little raspberry-VoIP station, and I can also use this station to issue the USSD codes when needed.

      It would still be nice if I could issue the USSD codes directly from my MiFi, but I have not been able to find a comparable MiFi that runs 2G and LTE… So I still need to take the sim card out of the MiFi to top it up, but it is progressing.