| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | include: reorganize headers file to include/osmocom/[gsm|core] | Pablo Neira Ayuso | 2011-03-23 | 9 | -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> | ||||
| * | gsm 03.41: fix GSM341_MSG_CODE macro argument | Alex Badea | 2011-01-15 | 1 | -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> | ||||
| * | smscb: Add definition of a warning message | Holger Hans Peter Freyther | 2010-12-29 | 1 | -0/+15 |
| | | |||||
| * | smscb: Mention 23.041 and fix the size of the update number | Holger Hans Peter Freyther | 2010-12-29 | 1 | -3/+3 |
| | | |||||
| * | smscb: Add some simple decoding routines for SMSCB. | Holger Hans Peter Freyther | 2010-12-29 | 1 | -0/+2 |
| | | |||||
| * | protocol: introduce gsm_03_41.h | Alex Badea | 2010-11-28 | 2 | -2/+38 |
| | | | | | | | This currently contains definitions for the BTS->MS SMSCB message. Signed-off-by: Alex Badea <vamposdecampos@gmail.com> | ||||
| * | gsm_08_58: add struct and constants for RSL_IE_CB_CMD_TYPE | Alex Badea | 2010-11-28 | 1 | -0/+21 |
| | | | | | Signed-off-by: Alex Badea <vamposdecampos@gmail.com> | ||||
| * | gsm_04_12: fix 04.13 typos | Alex Badea | 2010-11-28 | 1 | -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> | ||||
| * | protocol/gsm_04_08: Fix cr field position in gsm48_cip_mode_cmd | Sylvain Munaut | 2010-09-17 | 1 | -2/+2 |
| | | | | | | | Thanks to Dieter for pointing this out. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
| * | Add handover and frequency redefiniton message headers | Andreas Eversberg | 2010-09-01 | 1 | -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 CB | Holger Hans Peter Freyther | 2010-07-21 | 2 | -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 Welte | 2010-07-13 | 1 | -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 Eversberg | 2010-07-12 | 1 | -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 side | Andreas Eversberg | 2010-06-25 | 1 | -0/+4 |
| | | | | | | | - suspension DL - resume DL - re-establish DL | ||||
| * | [gsm48] fix typo in struct gsm48_req_ref | Andreas Eversberg | 2010-06-25 | 1 | -1/+1 |
| | | |||||
| * | [GSM 04.08] add more RR IEIs | Harald Welte | 2010-06-15 | 1 | -0/+9 |
| | | |||||
| * | gsm48: Add authentication response message | Sylvain Munaut | 2010-06-10 | 1 | -0/+5 |
| | | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
| * | gsm48: Add paging response header | Holger Hans Peter Freyther | 2010-05-15 | 1 | -0/+9 |
| | | |||||
| * | import gsm48_parse_ra() and gprs_tlli_type() from openbsc | Harald Welte | 2010-05-01 | 1 | -1/+8 |
| | | |||||
| * | Add missing file. | Holger Hans Peter Freyther | 2010-05-01 | 1 | -1/+1 |
| | | |||||
| * | gsm 08.08: Fix some u_int8_t -> uint8_t | Sylvain Munaut | 2010-04-28 | 1 | -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 Freyther | 2010-04-15 | 1 | -3/+0 |
| | | |||||
| * | Add GSM08.08 protocol header. | Holger Hans Peter Freyther | 2010-04-15 | 1 | -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 state | Andreas Eversberg | 2010-04-09 | 1 | -0/+1 |
| | | |||||
| * | some more ip.access specific ABIS_NM defines | Harald Welte | 2010-03-06 | 1 | -0/+22 |
| | | |||||
| * | add missing Makefile.am in include/osmocore/protocol directory | Harald Welte | 2010-02-20 | 1 | -0/+3 |
| | | |||||
| * | intial checkin of the libosmocore project | Harald Welte | 2010-02-20 | 5 | -0/+2260 |
