lte
Here are 139 public repositories matching this topic...
-
Updated
May 17, 2020
Can you write a little technical documentation, or maybe a schema explaining how it works, what are software used for ?
Linux USB Driver
I am trying to support Raspberry Pi 3. The linux driver code has the 7100 but not the 7000 listed.
When I try to compile on raspberry - jesse it gives error:
make[1]: *** /lib/modules/4.9.59-v7+/build: No such file or directory. Stop.
The Simcom site says there are both linux and android drivers for the 7000, but I can not find them.
The module works perfectly with Arduino! Thanks.
Bob
Hi.
I'd like to write a easy debugging guild with regard to network topology. Not sure whether my understanding is correct, though. I'm posting my note here. If anything is wrong, please kindly tell me. I plan to write it in the weekend.
(IP are examples, ens3 is external facing NIC)
- HSS
- listens 127.0.0.4:3868 ← MME (S6a)
- listens 127.0.0.4:5868
- diameter
Sierra-Linux-QMI-SDK.md
If the user does not have at least one of the two device types present, either because of the modem not being connected, the drivers not being loaded, or other situations
*) printf "Unknown Device Type = $devtype\r\nDevice Path = /dev/$devpath\r\n"; exit
will exit the user's shell.
Adding s shebang to the beginning of the scrips would make it clear that
NED Documentation
Could you please provide the API for simulte since the Omnet++ NED generator is not working.
I have tried Omnet++ v 5.4, 5.1 & 5.0
Simplified examples
Examples currently available(mme, sgw and pgw) are to show the full feature of the package.
Providing more simple example(like v2/client, v2/server) may be helpful for those who visit the repo for the first time.
-
Updated
Jul 12, 2016 - CSS
Database ER Diagram
Data Flow Diagram
FAQ proposals (WIP)
-
Updated
Apr 25, 2020 - C++
This file has not stayed up to date with DPDK version common_linuxapp, and by overwriting in install.sh some of the libraries may not get compiled in.
If we still need this file then we update and have absolute minimal additi
-
Updated
May 12, 2020 - Kotlin
-
Updated
Jul 8, 2018 - Swift
Wrong timezone
Add a way to set the correct timezone in the containers
-
Updated
May 31, 2020 - JavaScript
Improve this page
Add a description, image, and links to the lte topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lte topic, visit your repo's landing page and select "manage topics."

I'm doing some minor testing whether TinyGSM works with the FreeRTOS Arduino port and running into problems. The data object in waitResponse (an Arduino String) is always empty.
It seems to related to
https://stackoverflow.com/questions/39551941/arduino-string-not-working-inside-freertos-task
and/or
feilipu/Arduino_FreeRTOS_Library#3
Getting rid of the String cla