summaryrefslogtreecommitdiffstats
path: root/include/osmocore/protocol
Commit message (Collapse)AuthorAgeFilesLines
* protocol/gsm_04_08: Fix cr field position in gsm48_cip_mode_cmdSylvain Munaut2010-09-171-2/+2
| | | | | | Thanks to Dieter for pointing this out. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* Add handover and frequency redefiniton message headersAndreas Eversberg2010-09-011-0/+19
| | | | | This simply add some TS 04.08 related structures for frequency redefinition and handover.
* gsm_04_12.h: Add beginning of structs for SMS CBHolger Hans Peter Freyther2010-07-212-1/+33
| | | | | I am trying to understand the RSL and GSM 04.12 spec to implement CBS for OpenBSC...
* [RSL] split rsl_rll_push_l3() L3 LV pushign and rsl_rll_push_hdr()Harald Welte2010-07-131-0/+9
| | | | | This allows us to generate RSLms messages that have some non-standard IEs between the RSL/RLL common header and the L3 INFO IE.
* Added new IE definitions to gsm_04_08.h of libosmocore.Andreas Eversberg2010-07-121-20/+489
| | | | | | Also added RR and MM TLV tables to gsm48.c [import from accidential commit to osmocom-bb.git]
* [RSL] Added special RSL message types for mobile sideAndreas Eversberg2010-06-251-0/+4
| | | | | | - suspension DL - resume DL - re-establish DL
* [gsm48] fix typo in struct gsm48_req_refAndreas Eversberg2010-06-251-1/+1
|
* [GSM 04.08] add more RR IEIsHarald Welte2010-06-151-0/+9
|
* gsm48: Add authentication response messageSylvain Munaut2010-06-101-0/+5
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* gsm48: Add paging response headerHolger Hans Peter Freyther2010-05-151-0/+9
|
* import gsm48_parse_ra() and gprs_tlli_type() from openbscHarald Welte2010-05-011-1/+8
|
* Add missing file.Holger Hans Peter Freyther2010-05-011-1/+1
|
* gsm 08.08: Fix some u_int8_t -> uint8_tSylvain Munaut2010-04-281-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>
* gsm_08_08.h: Remove OpenBSC include file from the header.Holger Hans Peter Freyther2010-04-151-3/+0
|
* Add GSM08.08 protocol header.Holger Hans Peter Freyther2010-04-151-0/+306
| | | | | This header is copied from bssap.h of the on-waves/bsc-master branch and only contains the protocol specific information.
* gsm48: introduce MM_CONNECTION_PEND stateAndreas Eversberg2010-04-091-0/+1
|
* some more ip.access specific ABIS_NM definesHarald Welte2010-03-061-0/+22
|
* add missing Makefile.am in include/osmocore/protocol directoryHarald Welte2010-02-201-0/+3
|
* intial checkin of the libosmocore projectHarald Welte2010-02-205-0/+2260