aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocore/protocol
AgeCommit message (Collapse)AuthorFilesLines
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]0.2.0Pablo Neira Ayuso9-3226/+0
This patch moves all GSM-specific definitions to include/osmocom/gsm. Moreover, the headers in include/osmocore/ have been moved to include/osmocom/core. This has been proposed by Harald Welte and Sylvain Munaunt. Tested with `make distcheck'. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
2011-01-15gsm 03.41: fix GSM341_MSG_CODE macro argumentAlex Badea1-1/+1
One usage of the "ms" argument is typoed as "msg". Fix it to prevent subtle future failures. Also paranthesize the macro argument for good measure. Signed-off-by: Alex Badea <vamposdecampos@gmail.com>
2010-12-29smscb: Add definition of a warning messageHolger Hans Peter Freyther1-0/+15
2010-12-29smscb: Mention 23.041 and fix the size of the update numberHolger Hans Peter Freyther1-3/+3
2010-12-29smscb: Add some simple decoding routines for SMSCB.Holger Hans Peter Freyther1-0/+2
2010-11-28protocol: introduce gsm_03_41.hAlex Badea2-2/+38
This currently contains definitions for the BTS->MS SMSCB message. Signed-off-by: Alex Badea <vamposdecampos@gmail.com>
2010-11-28gsm_08_58: add struct and constants for RSL_IE_CB_CMD_TYPEAlex Badea1-0/+21
Signed-off-by: Alex Badea <vamposdecampos@gmail.com>
2010-11-28gsm_04_12: fix 04.13 typosAlex Badea1-2/+2
There are two occurrences of "413" in the 04.12 header file. These are probably typos; correct them to "412". Signed-off-by: Alex Badea <vamposdecampos@gmail.com>
2010-09-17protocol/gsm_04_08: Fix cr field position in gsm48_cip_mode_cmdSylvain Munaut1-2/+2
Thanks to Dieter for pointing this out. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-09-01Add handover and frequency redefiniton message headersAndreas Eversberg1-0/+19
This simply add some TS 04.08 related structures for frequency redefinition and handover.
2010-07-21gsm_04_12.h: Add beginning of structs for SMS CBHolger Hans Peter Freyther2-1/+33
I am trying to understand the RSL and GSM 04.12 spec to implement CBS for OpenBSC...
2010-07-13[RSL] split rsl_rll_push_l3() L3 LV pushign and rsl_rll_push_hdr()Harald Welte1-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.
2010-07-12Added new IE definitions to gsm_04_08.h of libosmocore.Andreas Eversberg1-20/+489
Also added RR and MM TLV tables to gsm48.c [import from accidential commit to osmocom-bb.git]
2010-06-25[RSL] Added special RSL message types for mobile sideAndreas Eversberg1-0/+4
- suspension DL - resume DL - re-establish DL
2010-06-25[gsm48] fix typo in struct gsm48_req_refAndreas Eversberg1-1/+1
2010-06-15[GSM 04.08] add more RR IEIs0.1.12Harald Welte1-0/+9
2010-06-10gsm48: Add authentication response message0.1.11Sylvain Munaut1-0/+5
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
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