Commit cefe8c6
[Cellular Library] Align folder structure with other library. (#38)
* [Cellular Library] Fix build warning message in unit test
* [Cellular Library] Correct memory estimation.
* [Cellular Library] The changes for reorg folder structure.
* [Cellular Library] Changes for memory estimation and docs
* [Cellular Library] Move structure _cellularCommContext from cellular_platform.h to cellular_pktio_utest.c
* [Cellular Library] Prevent wrong return status due to null paramter.
* Update test/cbmc/proofs/Cellular_ATGetNextTok/Makefile
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
* Update test/cbmc/proofs/Cellular_ATGetSpecificNextTok/Makefile
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
* Update test/cbmc/proofs/Cellular_ATHexStrToHex/Makefile
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
* Update test/cbmc/proofs/Cellular_ATIsPrefixPresent/Makefile
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
* Update test/cbmc/proofs/Cellular_ATIsStrDigit/Makefile
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
* Update test/cbmc/proofs/Cellular_ATStrtoi/Makefile
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
* Update test/cbmc/proofs/Cellular_ATcheckErrorCode/Makefile
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
* Update test/cbmc/proofs/Cellular_CommonATCommandRaw/Makefile
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
* Update test/cbmc/proofs/Cellular_CommonCleanup/Makefile
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
* Update test/cbmc/proofs/_Cellular_GetSocketData/Makefile
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
* Update test/cbmc/proofs/Cellular_ATRemoveAllDoubleQuote/Makefile
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
* Update test/cbmc/proofs/Cellular_ATRemoveAllWhiteSpaces/Makefile
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
* Update test/cbmc/proofs/Cellular_ATRemoveLeadingWhiteSpaces/Makefile
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
* Update test/cbmc/proofs/Cellular_ATRemoveOutermostDoubleQuote/Makefile
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
* Update test/cbmc/proofs/Cellular_ATRemovePrefix/Makefile
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
* Update test/cbmc/proofs/Cellular_ATRemoveTrailingWhiteSpaces/Makefile
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
* Update test/cbmc/proofs/Cellular_ATStrDup/Makefile
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
* Update test/cbmc/proofs/Cellular_ATStrStartWith/Makefile
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
* [Cellular Library] Add .gitattribute to prevent CRLF from committing.
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>1 parent 2ca3253 commit cefe8c6
92 files changed
Lines changed: 215 additions & 257 deletions
File tree
- .github
- workflows
- docs/doxygen
- source
- include
- common
- private
- interface
- test
- cbmc/proofs
- Cellular_ATGetNextTok
- Cellular_ATGetSpecificNextTok
- Cellular_ATHexStrToHex
- Cellular_ATIsPrefixPresent
- Cellular_ATIsStrDigit
- Cellular_ATRemoveAllDoubleQuote
- Cellular_ATRemoveAllWhiteSpaces
- Cellular_ATRemoveLeadingWhiteSpaces
- Cellular_ATRemoveOutermostDoubleQuote
- Cellular_ATRemovePrefix
- Cellular_ATRemoveTrailingWhiteSpaces
- Cellular_ATStrDup
- Cellular_ATStrStartWith
- Cellular_ATStrtoi
- Cellular_ATcheckErrorCode
- Cellular_CommonATCommandRaw
- Cellular_CommonCleanup
- Cellular_CommonCreateSocket
- Cellular_CommonGetEidrxSettings
- Cellular_CommonGetIPAddress
- Cellular_CommonGetModemInfo
- Cellular_CommonGetNetworkTime
- Cellular_CommonGetPsmSettings
- Cellular_CommonGetRegisteredNetwork
- Cellular_CommonGetServiceStatus
- Cellular_CommonGetSimCardInfo
- Cellular_CommonGetSimCardLockStatus
- Cellular_CommonInit
- Cellular_CommonRegisterModemEventCallback
- Cellular_CommonRegisterUrcGenericCallback
- Cellular_CommonRegisterUrcNetworkRegistrationEventCallback
- Cellular_CommonRegisterUrcPdnEventCallback
- Cellular_CommonRegisterUrcSignalStrengthChangedCallback
- Cellular_CommonRfOff
- Cellular_CommonRfOn
- Cellular_CommonSetEidrxSettings
- Cellular_CommonSetPdnConfig
- Cellular_CommonSetPsmSettings
- Cellular_CommonSocketRegisterClosedCallback
- Cellular_CommonSocketRegisterDataReadyCallback
- Cellular_CommonSocketRegisterSocketOpenCallback
- Cellular_CommonSocketSetSockOpt
- Cellular_CommonUrcProcessCereg
- Cellular_CommonUrcProcessCgreg
- Cellular_CommonUrcProcessCreg
- _Cellular_ComputeSignalBars
- _Cellular_ConvertCsqSignalBer
- _Cellular_ConvertCsqSignalRssi
- _Cellular_GenericCallback
- _Cellular_GetCurrentRat
- _Cellular_GetModuleContext
- _Cellular_GetSocketData
- _Cellular_IsValidSocket
- _Cellular_LibCleanup
- _Cellular_ModemEventCallback
- _Cellular_NetworkRegistrationCallback
- _Cellular_PdnEventCallback
- _Cellular_RemoveSocketData
- _Cellular_SignalStrengthChangedCallback
- _Cellular_TimeoutAtcmdDataRecvRequestWithCallback
- _Cellular_TimeoutAtcmdDataSendRequestWithCallback
- _Cellular_TimeoutAtcmdDataSendSuccessToken
- _Cellular_TranslateAtCoreStatus
- unit-test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
892 | 892 | | |
893 | 893 | | |
894 | 894 | | |
895 | | - | |
896 | | - | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
897 | 898 | | |
898 | 899 | | |
899 | 900 | | |
| |||
973 | 974 | | |
974 | 975 | | |
975 | 976 | | |
976 | | - | |
| 977 | + | |
| 978 | + | |
977 | 979 | | |
978 | 980 | | |
979 | 981 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments