Commit Graph

7 Commits

Author SHA1 Message Date
wbokslag 86796c6c4a Fixups and clarifying comments for msgb tail modifications
Added fixups for msgb len field whenever the tail is modified
Also, added some clarifying comments

Change-Id: Ia725edbeafe26bd2ea9b5a1810d0b26bc79d84db
2023-07-29 11:48:22 +02:00
wbokslag 8a4542a77f added support for advanced link defragmentation
the rx_tm_sdu and rx_tl_sdu did not belong in tetra_upper_mac and are removed. Instead, we use rx_tm_sdu in tetra_llc.c, who in turn invokes rx_tl_sdu in tetra_mle.c. The llc can now also make use of the advanced link defragmentation code that was already there but unused.

Change-Id: I294c684e97c55876f1a207a7152a83dad4ebaa26
2022-09-22 11:46:35 +02:00
wbokslag f0c5f795af added missing switch statements to suppress compiler warnings
Change-Id: I02f7b1875e5501f6977638130c8c5b8c8634fe4e
2022-07-11 15:10:59 +02:00
wbokslag 22b190ef5f Added missing return value
Change-Id: I53d0e75c14933fae30257f8a4cc76df0f3bcd642
2022-07-11 14:40:10 +02:00
wbokslag 627959b4ba added brackets; fprintf was erroneously not guarded by if statement
Change-Id: I2e8c365ee261bde998a69f0f3531dfe6f3ec49c7
2022-07-11 14:29:43 +02:00
wbokslag 8ab1283296 Created tuntap.h to allow for proper use of tun_alloc in tetra_llc.c
Change-Id: If920c15e4dafb48d5df70ce20532ecb19bd01ee3
2022-07-11 14:26:51 +02:00
Harald Welte ee7a645ca4 Add LLC defragmentation + SDNCP output via tun device
this allows us to look at IP messages contained in SNDCP
2011-05-27 09:37:06 +02:00