Commit Graph

56 Commits

Author SHA1 Message Date
mrhaav
ebbcdc0476
Add files via upload 2021-12-25 18:51:22 +01:00
mrhaav
86bee8e365 Edited README
Added ArcherMR200v4
2021-12-19 20:34:34 +01:00
mrhaav
b76c861d24
Delete 19.07.5 directory 2021-12-16 20:37:51 +01:00
mrhaav
10bfae977c
Delete uqmi directory 2021-12-16 20:37:30 +01:00
mrhaav
01c658d884
Update Makefile 2021-12-09 13:08:58 +01:00
mrhaav
b6ba4812db
Update commands-nas.c
Change the order to mcc-mnc-lac/tac-cellid
Change translation of wcdma_system_info_v2.cid to rnc_id and cell_id
Change translation of data.lte_system_info_v2.cid and  intrafrequency_lte_info_v2.global_cell_id to enodeb_id and cell_id
2021-12-04 15:38:19 +01:00
mrhaav
5db8fbcc3d
Add files via upload 2021-12-04 14:29:44 +01:00
mrhaav
b687c098fe
Update commands-wds.h
Add commands:
get-profile-settings
get-default-profile-number
modify-profile
 set_pdp_type
2021-12-04 13:38:10 +01:00
mrhaav
a4ddde80ee
Update commands-wds.c
Add commands for modifying default APN profile.
modify_profile
 set_pdp_type
get_profile_settings
get_default_profile_number
2021-12-04 13:34:31 +01:00
mrhaav
21aceabdaa
Update commands-dms.h
Add command get-operating-mode
2021-12-04 13:24:16 +01:00
mrhaav
b8eed7ea5b
Update commands-dms.c
Add command get_operating_mode
2021-12-04 13:22:14 +01:00
mrhaav
1e27bf5832
Add files via upload 2021-12-04 13:14:13 +01:00
mrhaav
48bb02bb4e
Create Makefile 2021-12-04 13:12:22 +01:00
mrhaav
2f2aacb0bd
Delete uqmi directory 2021-12-04 13:09:46 +01:00
mrhaav
349cd726df
Update ReadMe.md 2021-12-04 00:41:20 +01:00
mrhaav
943a531fd5
Update ReadMe.md 2021-12-04 00:40:27 +01:00
mrhaav
f030e442b3
Update ReadMe.md 2021-12-02 23:40:45 +01:00
mrhaav
2220213c58
Update README.md 2021-12-02 23:30:24 +01:00
mrhaav
35e965bfc8
Update ReadMe.md 2021-12-02 23:28:22 +01:00
mrhaav
7f622abe66
Update ReadMe.md 2021-12-02 23:27:46 +01:00
mrhaav
9cf1e73fe7
Update ReadMe.md 2021-12-02 23:25:50 +01:00
mrhaav
8fa4577ef3
Update ReadMe.md 2021-12-02 23:25:18 +01:00
mrhaav
2dd88ab502
Update ReadMe.md 2021-12-02 23:24:37 +01:00
mrhaav
af3ad093ae
Update ReadMe.md 2021-12-02 23:23:31 +01:00
mrhaav
14e43e5327
Update ReadMe.md 2021-12-02 23:20:17 +01:00
mrhaav
3861bd3cf0
Update ReadMe.md 2021-12-02 23:19:20 +01:00
mrhaav
2abe2c25a2
Update ReadMe.md 2021-12-02 23:17:40 +01:00
mrhaav
76547ed8c8
Update ReadMe.md 2021-12-02 23:17:01 +01:00
mrhaav
8aca77e817
Update ReadMe.md 2021-12-02 23:16:41 +01:00
mrhaav
1716d7e62e
Update ReadMe.md 2021-12-02 23:16:00 +01:00
mrhaav
b8adfbd4ce
Update ReadMe.md 2021-12-02 23:15:04 +01:00
mrhaav
13daf7c9e5
Update ReadMe.md 2021-12-02 23:12:56 +01:00
mrhaav
f83b56e63c
Update ReadMe.md 2021-12-02 23:05:45 +01:00
mrhaav
d91aab9d29
Update ReadMe.md 2021-12-02 23:04:16 +01:00
mrhaav
46803f264b
Update ReadMe.md 2021-12-02 23:03:53 +01:00
mrhaav
bf8f9168b9
Update ReadMe.md 2021-12-02 23:02:51 +01:00
mrhaav
2fb7d297c9
Update ReadMe.md 2021-12-02 23:02:21 +01:00
mrhaav
b9718b2893
Update ReadMe.md 2021-12-02 23:01:14 +01:00
mrhaav
30c605b7ba
Update and rename ReadMe to ReadMe.md 2021-12-02 22:52:34 +01:00
mrhaav
13c879da32
Rename test to ReadMe 2021-12-02 22:51:17 +01:00
mrhaav
6c67068d73
Add files via upload 2021-12-02 22:50:31 +01:00
mrhaav
b9a8c4c3c4
Create test 2021-12-02 22:49:50 +01:00
mrhaav
3ec8a09cf6
Update commands-dms.h
Add dms_get_operating_mode
2021-11-29 23:37:49 +01:00
mrhaav
4481ac3241
Update commands-dms.h 2021-11-29 23:37:03 +01:00
mrhaav
e4dc5ed6b0
Update commands-dms.c
Add dms_get_operating_mode
2021-11-29 23:36:15 +01:00
mrhaav
83f1fc9b9d
Update commands-dms.c 2021-11-29 23:35:01 +01:00
mrhaav
6972284729
Update commands-nas.c
Add correct translation of WCDMA and LTE cid.
WCDMA: RNCid = int(cid/65536) Cell id = cid - int(cid/65536)*65536
LTE: eNodeB = int(cid/256) Cell id = cid - int(cid/256)256
2021-11-29 23:23:28 +01:00
mrhaav
421219faf1
Delete test 2021-11-28 17:13:34 +01:00
mrhaav
e4faf0a403
Add files via upload 2021-11-28 17:13:17 +01:00
mrhaav
3ddd25a1ba
Create test 2021-11-28 17:11:56 +01:00