Questions tagged [4g]

Short for fourth generation, is the fourth generation of mobile telecommunications technology, succeeding 3G and preceding 5G. A 4G system, in addition to the usual voice and other services of 3G, provides mobile ultra-broadband Internet access, for example to laptops with USB wireless modems, to smartphones and to other mobile devices.

4G

Short for fourth generation, is the fourth generation of telecommunications technology, succeeding and preceding . A 4G system, in addition to the usual voice and other services of 3G, provides mobile access, for example to laptops with USB wireless modems, to smartphones, and to other mobile devices. Conceivable applications include amended mobile web access, IP telephony, gaming services, high-definition mobile TV, video conferencing, 3D television, and cloud computing.

Two 4G candidate systems are commercially deployed: the Mobile WiMAX standard (first used in South Korea in 2007), and the first-release Long Term Evolution (LTE) standard (in Oslo, Norway and Stockholm, Sweden since 2009). It has however been debated if these first-release versions should be considered to be 4G or not, as discussed in the technical definition section below.

In the United States, Sprint (previously Clearwire) has deployed Mobile WiMAX networks since 2008, while MetroPCS became the first operator to offer LTE service in 2010. USB wireless modems were among the first devices able to access these networks, with WiMAX smartphones becoming available during 2010, and LTE smartphones arriving in 2011. The consumer should note that 3G and 4G equipment made for other continents are not always compatible, because of different frequency bands. Mobile WiMAX is currently (April 2012) not available for the European market.

References

169 questions
0
votes
1 answer

TCP connections terminate after some time on 4G hotspot

I am using ubuntu 20 and I am connected with wifi to the hotspot of a Galaxy A20e running android 12 which is receiving 4G. I have a connection problem that is not occuring when using my ADSL connection. Test description : I opened a dozen of shells…
Yvon
  • 15
  • 5
0
votes
0 answers

PPP - Modem Hangup abruptly after LCP stage on T-Mobile US network

We have over hundred hardware devices that connect to T-mobile 4G LTE network. What we notice is that few devices (or SIM) ALWAYS work fine and some NEVER. In every case, the failure is at the same point. 1.1. Bad case - Modem hangs up after LCP…
0
votes
0 answers

4G NAS Deciphering

How do I use python CryptoMobile module for deciphering NAS messages with encryption based on EIA1 Snow3G algorithm? There is a function EIA() but I don't know how to find it's parameters from the given wireshark log. What I need to do is decipher…
Amanaxeus
  • 1
  • 1
0
votes
0 answers

How can I disable/enable wifi and 3G/4G data internet programmatically in Android?

I had tried this code but it was not working in the Android newest version. WifiManager wifiManager =…
Josort
  • 11
  • 2
0
votes
1 answer

4G USB Dongle Auto Reconnect / Auto Recover

I have a Raspberry Pi with a 4G USB dongle connected to it for internet access. Everything works on power-up, everything auto-connects and connectivity is established. In fact if I leave the Raspberry Pi on my desk powered up it stays connected…
HeyBrodes
  • 3
  • 2
0
votes
1 answer

How to link USR-7S4 with TI CC2640R2F through UART programming?

USR-7S4 is an LTE module and I just want to check whether it can communicate with CC2640R2F BLE module.
0
votes
1 answer

Is it possible to extend and customize a mobile service provider's network?

I have tried asking around but I can't seem to find the answer that fits my situation. I am in a rural area and the network here is terrible. I want to extend the existing telecommunication companys' signal and customize its use in the extended…
0
votes
2 answers

Seagull Diameter Request simulation,

Can someone please suggest what should be a value of in the seagull script so that Wireshark correctly decodes MNC-030 and MCC-234?
0
votes
1 answer

React Native impossible to get access to a sandbox in 4G but work in Wifi

I have a weird issue, I got a sandbox wss://v2.sandbox and https://v2.sandbox links every request on the API Rest, and the socket server works fine in Wifi but when I want to try the App in 4g no a single request work. Same behavior with my browser,…
Polyrion
  • 1
  • 1
0
votes
1 answer

Client sends ABORT in response to SCTP INIT ACK

I am working on telcom product and using a tool to create SCTP connection with peer node. I see that client sends INIT to server, Server sends back INIT-ACK. Now client is generating ABORT to this message. I wonder what might have gone wrong.
ajay thakur
  • 111
  • 1
  • 3
0
votes
0 answers

Why do TCP socket.connect calls fail ONLY on ios13 in 4g networks?

we use a simple bit of socket open / connect / GET to download files for ios apps. This works just fine in almost all cases. EXCEPT on devices running ios13, on 4G networks. The following combinations are all fine: ios12, wifi ios12, 3g ios12,…
JaimeBarrachina
  • 430
  • 8
  • 21
0
votes
1 answer

Android 8.1 : 4G option not visible under Preferred Network type List in Network Settings UI

My desired options I'm building AOSP x86 image from source, i see that after flashing the built oreo image to the target system, 4G (recommended) option shown in above image is not visible in the Preferred network type drop down list. I have set…
0
votes
1 answer

Defining a protocol for TCP IP Data transfer from Raspberry (Using 4G modedm [Quectel ec25]) to Linux Socket Server

I have a RPi 4 + Sixfab Base HAT + Quectel EC25 4G LTE modem + Picam and I am trying to develop a program to take pictures from picam and send them over 4G using TCP/IP protocol and then receive and display the picture on Linux Socket Server. I…
SeanieB
  • 1
  • 4
0
votes
1 answer

How can I access the configurations of a .qmdl logfile?

I am using QCAT to view log files and filtering them based on what I need to look at. For a specific record, I need to extract the configurations, but I cannot find the configurations when I decode the logfile. I need to extract everything between…
bantz
  • 36
  • 1
  • 4
0
votes
2 answers

difference between "enum" and "choice" type in ASN1

can somebody please explain when an "enum" variable is used vs when a "choice" variable is used in ASN1 ?