aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/gsm0808.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-07add BSSMAP coding for Location ServicesNeels Hofmeyr1-0/+102
2020-09-18gsm0808: fix: do not encode invalid encryption algorithmVadim Yanitskiy1-7/+9
2020-08-26gsm0808: add gsm0808_create_sapi_reject_cause()Vadim Yanitskiy1-2/+13
2020-07-14fixup for gsm0808_create_common_id(): add API doc, use new MI APINeels Hofmeyr1-4/+17
2020-06-21gsm0808: Add gsm0808_create_common_id()Harald Welte1-0/+42
2020-06-16Revert "add osmo_mobile_identity API"Harald Welte1-23/+7
2020-06-12add osmo_mobile_identity APINeels Hofmeyr1-7/+23
2020-06-09gsm0808: fix endieness of call identifierPhilipp Maier1-1/+11
2020-05-17gsm0808: Implement helper functions for CONFUSION BSSMAP message decoding.Alexander Chemeris1-0/+38
2020-05-13gsm0808: Make a function to extract Cause IE publicly available.Alexander Chemeris1-0/+16
2020-05-12gsm0808: Fix encoding of the SAPI_N_REJECT BSSMAP message.Alexander Chemeris1-2/+2
2019-11-27Introduce fields related to DTAP DLCIPau Espin Pedrol1-0/+6
2019-05-13gsm0808: Introduce Osmocom extensions to announce Osmux supportPau Espin Pedrol1-0/+4
2019-05-05add gsm0808_create_handover_request_ack2 to add AoIP RTP addrNeels Hofmeyr1-9/+36
2019-05-03BSSMAP: add messages for inter-BSC and inter-MSC HandoverNeels Hofmeyr1-0/+171
2019-04-26BSSMAP: tweaksNeels Hofmeyr1-2/+2
2019-02-18gsm0808: comment about difference of gsm0808_create_clear_command()Harald Welte1-1/+4
2019-02-18Fix BSSMAP length generated by gsm0808_create_clear_command2()Harald Welte1-1/+7
2019-02-05gsm0808: Add CSFB indication IE to BSSMAP CLEAR COMMANDPhilipp Maier1-0/+16
2019-01-19LCLS: add status parameter to Assignment Completed messageMax1-7/+31
2019-01-07LCLS: fix LCLS-CONNECT-CONTROL encoderMax1-8/+13
2018-12-23LCLS: enc/dec entire parameter set instead of GCRMax1-17/+2
2018-12-14LCLS: add gsm0808_create_ass2()Max1-6/+47
2018-12-08gsm0808: add encoder for cause codes and use itPhilipp Maier1-12/+16
2018-12-03gsm0808: add message generator for BSSMAP HANDOVER PERFORMEDPhilipp Maier1-0/+46
2018-11-30Move BSSMAP_MSG_* defines to header fileMax1-3/+0
2018-11-22Update gsm0808_create_ass() doxygenMax1-2/+2
2018-11-19Support cipher mode reject with extended causeMax1-0/+24
2018-11-18Update GSM0808_LCLS enumsMax1-0/+3
2018-11-18Update 3GPP TS 08.08 Cause handlingMax1-6/+24
2018-11-02Update cipher reject functionMax1-0/+1
2018-10-30gsm0808: cosmetic: rename parameter "reason" to "cause"Philipp Maier1-3/+3
2018-10-30gsm0808: fix doxygen apidocPhilipp Maier1-1/+1
2018-09-13gsm0808: implement BSSMAP Classmark RequestNeels Hofmeyr1-0/+13
2018-08-29properly handle mandatory cli param of gsm0808_create_paging2Stefan Sperling1-5/+4
2018-08-28gsm0808: inter-bsc HO messages: add missing BSSMAP header, x4Neels Hofmeyr1-0/+12
2018-07-12gsm0808: Add value_string for encryption algorithmsPau Espin Pedrol1-0/+12
2018-07-12gsm_08_08: gsm0808_permitted_speech does not have value stringsPhilipp Maier1-0/+14
2018-06-18add and tweak inter-BSC HO APINeels Hofmeyr1-2/+84
2018-06-02gsm0808: Add value_string for LCLS related IEsHarald Welte1-0/+33
2018-05-30gsm0808: Add encoding functions for LCLS BSSMAP messagesHarald Welte1-0/+60
2018-05-27add gsm0808_create_handover_request_ack()Neels Hofmeyr1-0/+25
2018-05-27add support for gsm0808 HANDOVER REQUIRED messageNeels Hofmeyr1-0/+70
2018-05-15fix spellingThorsten Alteholz1-2/+2
2018-04-10avoid warning in gsm0808_create_layer3Neels Hofmeyr1-1/+11
2018-03-29gsm0808: Add value strings for BSSMAP cause codesPhilipp Maier1-0/+73
2018-03-13support for more cell ID list types in libosmocoreStefan Sperling1-5/+31
2018-02-28implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-4/+28
2018-01-12gsm: add gsm0808_speech_codec_type_namesNeels Hofmeyr1-0/+14
2017-12-17gsm0808_create_cipher_reject: Fix encoding of Cause IEHarald Welte1-1/+2