aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_08_utils.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-26[meas rep] fix parsing of BSIC in third reported neighbor cellHarald Welte (local)1-1/+1
2009-12-25fix off-by-one error when mapping from meas rep to neighbor cellHarald Welte1-6/+6
2009-12-25[meas_rep] Add raw neighbor index into per-cell parsed meas repHarald Welte1-9/+13
2009-12-25[meas rep] cosmetic cleanupHarald Welte1-19/+25
2009-12-25[meas rep] Correctly parse neighbor cell index of first reported neighbor cellHarald Welte1-1/+1
2009-12-2404_08: Differentiate between DEBUG and ERROR messagesHarald Welte1-6/+8
2009-12-22[gsm48] Move gsm48_parse_meas_rep to gsm_04_08_utilsHolger Hans Peter Freyther1-0/+69
2009-12-22keep some internal statistics inside OpenBSCHarald Welte1-0/+2
2009-12-17make handover reference a function call argumentHarald Welte1-4/+5
2009-12-12If we establish a TCH/H voice call, the reason is CALL, not OTHERHarald Welte1-1/+1
2009-11-29[handover] Implement 04.08 HANDOVER COMMANDHarald Welte1-6/+45
2009-11-22[chan] Alloc SDCCH for certain reserved typesHolger Hans Peter Freyther1-0/+16
2009-11-19[lchan] RSL and RR need the multirate config, place it in the lchanHolger Hans Peter Freyther1-12/+9
2009-11-19[gsm48] Send the IPA CRCX after the chan modify ackHolger Hans Peter Freyther1-6/+8
2009-11-19[ipa] Change names of RTP methods to follow MGCP namingHolger Hans Peter Freyther1-1/+1
2009-11-17[gsm48] When picking AMR we need to supply the multirate configHolger Hans Peter Freyther1-4/+31
2009-11-17[neci] Separate handling of chan requested for paging anyHolger Hans Peter Freyther1-4/+6
2009-11-17[neci] Use the correct length when going over the arrayHolger Hans Peter Freyther1-6/+25
2009-11-17[si] Make it possible to set the NECI value...Holger Hans Peter Freyther1-4/+4
2009-10-27[gsm48] Handle the RR CHAN MODIFY ACK in the gsm04_08_utilsHolger Hans Peter Freyther1-0/+36
2009-10-27[gsm48] Move RR CHANNEL MODIFY to gsm_04_08_utils.cHolger Hans Peter Freyther1-0/+45
2009-10-27[gsm48] Add generation of ASSIGNMENT COMMAND to the 0408 utilsHolger Hans Peter Freyther1-0/+32
2009-10-06[gsm0408] Add parameter to gsm48_send_rr_ciph_mode for controling the responseHolger Hans Peter Freyther1-2/+2
2009-10-06[gsm0408] Move encryption message creation to gsm_04_08_utils.cHolger Hans Peter Freyther1-0/+25
2009-09-28[gsm0408] Move paging handling to gsm_04_08_utils.cHolger Hans Peter Freyther1-0/+44
2009-09-28[gsm0408] Move send_siemens_mrpci to gsm_04_08_utils.cHolger Hans Peter Freyther1-0/+18
2009-08-20[gsm48] Introduce a gsm48_generate_mid_from_imsi methodHolger Hans Peter Freyther1-1/+36
2009-08-20[gsm48] Move parsing of the MI from to gsm_04_08_utils.cHolger Hans Peter Freyther1-0/+52
2009-08-17[bsc] Move the GSM 04.08 helper functions to gsm_04_08_utils.cHolger Hans Peter Freyther1-0/+310