summaryrefslogtreecommitdiffstats
path: root/src/gsm/gsm0808.c
Commit message (Expand)AuthorAgeFilesLines
* gsm0808: Add value_string for LCLS related IEsHarald Welte2018-06-021-0/+33
* gsm0808: Add encoding functions for LCLS BSSMAP messagesHarald Welte2018-05-301-0/+60
* add gsm0808_create_handover_request_ack()Neels Hofmeyr2018-05-271-0/+25
* add support for gsm0808 HANDOVER REQUIRED messageNeels Hofmeyr2018-05-271-0/+70
* fix spellingThorsten Alteholz2018-05-151-2/+2
* avoid warning in gsm0808_create_layer3Neels Hofmeyr2018-04-101-1/+11
* gsm0808: Add value strings for BSSMAP cause codesPhilipp Maier2018-03-291-0/+73
* support for more cell ID list types in libosmocoreStefan Sperling2018-03-131-5/+31
* implement support for 3-digit MNC with leading zerosNeels Hofmeyr2018-02-281-4/+28
* gsm: add gsm0808_speech_codec_type_namesNeels Hofmeyr2018-01-121-0/+14
* gsm0808_create_cipher_reject: Fix encoding of Cause IEHarald Welte2017-12-171-1/+2
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+2
* [doc] Properly define gsm0800 group and move all related files into itHarald Welte2017-10-171-2/+3
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-1/+3
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-23/+23
* update/extend doxygen documentationHarald Welte2017-06-121-0/+100
* use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte2017-05-151-6/+5
* gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQSTPhilipp Maier2017-04-081-0/+56
* gsm0808: Add create functions for BSS_MAP_MSG_PAGINGPhilipp Maier2017-04-081-0/+52
* gsm0808: Add create functions for CIPHER MODE COMMANDPhilipp Maier2017-04-081-0/+33
* gsm0808: Add AoIP specific elements to gsm0808_create_... functionsPhilipp Maier2017-04-081-5/+55
* fix: gsm0808.c: unterminated value_string array gsm0808_bssap_namesNeels Hofmeyr2017-03-021-0/+1
* gsm0808: Remove duplicate initializationHolger Hans Peter Freyther2015-03-181-1/+0
* gsm0808: Fix copy and paste pointed out by clangHolger Hans Peter Freyther2014-08-211-1/+1
* update TS 08.08 header + TLV definitions to TS 48.008 / 11.7.0Harald Welte2014-06-211-16/+149
* gsm0808.c: Add TLV definition for LAYER3_HEADER_INFORMATIONDmitri Soloviev2013-07-111-0/+1
* introduce gsm0808_create_reset_ack()Harald Welte2013-06-291-0/+13
* GSM 08.08: change gsm0808_create_classmark_update() prototypeHarald Welte2012-01-261-3/+6
* GSM 08.08: Cleanup the code, remove lots of magic hard-coded numbersHarald Welte2012-01-261-116/+60
* gsm 08.08: use ANSI function definition with (void)Harald Welte2011-07-161-1/+1
* GSM 08.08: Fix generation of CIPHER MODE REJECTHarald Welte2011-07-121-1/+1
* gsm 08.08: add value_strings and gsm0808_msg_name() functionHarald Welte2011-07-111-0/+86
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-3/+3
* This patch moves the GSM-specific functions to the new libraryPablo Neira Ayuso2011-03-231-0/+369