summaryrefslogtreecommitdiff
path: root/gsm-receiver/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add SACCH support for TCH/FDieter Spaar2010-07-293-15/+39
|
* Implement support for TCH/FACCH on various TS including decryptionDieter Spaar2010-07-297-130/+308
|
* Add function to get GSMTAP channel type based on timeslot type + frame numberDieter Spaar2010-07-292-11/+141
|
* Add SACCH definitions to gsm_constants.hDieter Spaar2010-07-291-1/+7
|
* Add FACCH decoderHarald Welte2010-07-296-2/+99
|
* Don't abort if we have Rx bit errors but try to correct themDieter Spaar2010-07-291-4/+5
|
* [gsm-receiver] Update to new GSMTAP versionHarald Welte2010-06-306-150/+87
| | | | | | | | | | | In wireshark mainline, there is a UDP-based GSMTAP version which is much different from our pcap-file / link-type based one. This commit updates the gsmtap support in gsm-receiver to use the same format as understood by wireshark mainline. However, it introduces a build and runtime dependency to libosmocore (git://git.osmocom.org/libosmocore.git).
* [gsm-receiver] add missing #include file statementHarald Welte2010-06-301-0/+1
|
* changed little hack in the constructor so gsm-receiver now works for BTSes ↵Piotr Krysik2009-07-211-2/+2
| | | | with bcc=7
* little cleanup, removed one comment, printfs and changed defauld Kc keyPiotr Krysik2009-07-211-4/+1
|
* marked dirty lines which should be removed in the futurePiotr Krysik2009-07-011-26/+26
|
* moved gsm-receiver into directory - preparation to move to airprobePiotr Krysik2009-06-3050-0/+9286
personal git repositories of Harald Welte. Your mileage may vary