aboutsummaryrefslogtreecommitdiffstats
path: root/src/tetra_upper_mac.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-21set hyperframe number in struct tdma_timeluckyhacky1-0/+1
2012-12-01fix some global uglinessFrank A. Stevenson1-8/+5
2011-05-28save state if traffic or non-traffic burst at AACH timeHarald Welte1-0/+6
2011-05-27Add LLC defragmentation + SDNCP output via tun deviceHarald Welte1-6/+23
2011-05-27create 'struct tetra_mac_state' in main and pass through all layers/SAPsHarald Welte1-16/+17
2011-05-08libosmocore namespace changes ("osmo_")Harald Welte1-1/+1
2011-04-24TETRA: start to use msgb as part of osmo_prim / tmvsap_primHarald Welte1-20/+27
2011-04-24don't decode NULL pdu or TL-SDU of non-starting LLC segmentsHarald Welte1-2/+7
2011-04-24Introduce LLC layer that has been completely missign so farHarald Welte1-3/+17
2011-04-24upper mac: fix printing of carrier frequency HzHarald Welte1-3/+14
2011-04-24upper mac: fix printing of certain PDUs (remove additional newline)Harald Welte1-2/+6
2011-04-24upper mac: print MLE PDU typeHarald Welte1-0/+4
2011-04-24upper mac: initial SUPPLEMENTARY parsing, fix fake FRAG/END decodingHarald Welte1-9/+48
2011-04-24MAC: correctly decode length of MAC PDUHarald Welte1-4/+4
2011-04-24upper mac: print slot grant (if any)Harald Welte1-0/+5
2011-04-24Add SNDCP PDU type name printingHarald Welte1-0/+4
2011-04-23fix CR/LF when BNCH FOLLOWSHarald Welte1-1/+4
2011-04-23add decode of CMCE PDU typeHarald Welte1-0/+4
2011-04-17Adapt to the new "osmocom/core/" include pathSylvain Munaut1-1/+1
2011-02-08use ubit_dump() which is part of libosmocore instead of local bitdump()Harald Welte1-1/+1
2011-01-19initial import of Osmocom TETRA phy and lower MAC codeHarald Welte1-0/+222