aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocore/protocol
AgeCommit message (Collapse)AuthorFilesLines
2010-05-15gsm48: Add paging response header0.1.7Holger Hans Peter Freyther1-0/+9
2010-05-01import gsm48_parse_ra() and gprs_tlli_type() from openbscHarald Welte1-1/+8
2010-05-01Add missing file.Holger Hans Peter Freyther1-1/+1
2010-04-28gsm 08.08: Fix some u_int8_t -> uint8_tSylvain Munaut1-5/+5
This breaks the ARM build in osmocom-bb. Besides uint??_t seems to be the preferred type in osmocore. (coming from stdint.h vs sys/types.h) Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-04-15gsm_08_08.h: Remove OpenBSC include file from the header.Holger Hans Peter Freyther1-3/+0
2010-04-15Add GSM08.08 protocol header.Holger Hans Peter Freyther1-0/+306
This header is copied from bssap.h of the on-waves/bsc-master branch and only contains the protocol specific information.
2010-04-09gsm48: introduce MM_CONNECTION_PEND stateAndreas Eversberg1-0/+1
2010-03-06some more ip.access specific ABIS_NM definesHarald Welte1-0/+22
2010-02-20add missing Makefile.am in include/osmocore/protocol directoryHarald Welte1-0/+3
2010-02-20intial checkin of the libosmocore projectHarald Welte5-0/+2260