aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_08_utils.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-22misc: Include abis_rsl.h to remove some compiler warningsHolger Hans Peter Freyther1-0/+2
2010-12-01paging: Dispatch the SS_PAGING signals at the MSC code levelSylvain Munaut1-7/+0
2010-12-01paging: Give the msgb that caused paging_stop up to the paging callbackSylvain Munaut1-1/+1
2010-09-06chan: Add configuration to handle paging any with TCHHolger Hans Peter Freyther1-0/+10
2010-09-06chan: Store the to be assigned channel type in the GSM Network.Holger Hans Peter Freyther1-4/+27
2010-06-21bsc_api: Remove the lchan usage from the Paging Response handling.Holger Hans Peter Freyther1-8/+9
2010-06-20[BSC] Hopping: Add MA IE to ASS CMD, IMM ASS CMD and HO CMDHarald Welte1-1/+26
2010-06-20[BSC] Implement per-timeslot ARFCN lists for frequency hoppingHarald Welte1-13/+17
2010-06-17bsc_api: Make paging/silent call work with the subscriber_connectionHolger Hans Peter Freyther1-2/+2
2010-06-15gsm48: Split LU Reject sending and generation into two.Holger Hans Peter Freyther1-0/+16
2010-06-15gsm48: Separate CM Service Reject sending and creation.Holger Hans Peter Freyther1-0/+17
2010-06-15bsc_api: Move most of GSM0408 to the DTAP API...Holger Hans Peter Freyther1-29/+6
2010-05-16gsm48: Add a generic MI from classmark+mi extraction.Holger Hans Peter Freyther1-6/+13
2010-05-16gsm48: Add size checks to the paging response mi parsing.Holger Hans Peter Freyther1-5/+12
2010-05-12gsm0408: Use counter_inc to increment the counter.Holger Hans Peter Freyther1-1/+1
2010-05-04make gsm48_msgb_alloc() a static inline functionHarald Welte1-9/+0
2010-03-28remove gsm48_mi_to_string() as it is now in libosmocore 0.1.3Harald Welte1-45/+0
2010-03-25lchan: Change transaction to work on the GSM Subscriber ConnectionHolger Hans Peter Freyther1-1/+1
2010-03-25lchan: Create a structure for MSC data of the lchanHolger Hans Peter Freyther1-4/+4
2010-03-25convert openbsc to use libosmocore-0.1.1 APIHarald Welte1-1/+1
2010-03-04move some gsm48 utility functions to libosmocoreHarald Welte1-158/+2
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-1/+1
2010-01-28[gsm48] Use optional Chan Mode 1 for the assignment commandHolger Hans Peter Freyther1-0/+2
2010-01-28[gsm48] Allow to send the assignment command on a different lchanHolger Hans Peter Freyther1-2/+2
2010-01-07[signal] Differentiate paging success from expiration in SS_PAGINGSylvain Munaut1-1/+1
2009-12-26[meas rep] fix parsing of BSIC in third reported neighbor cellHarald Welte (local)1-1/+1
2009-12-26fix off-by-one error when mapping from meas rep to neighbor cellHarald Welte1-6/+6
2009-12-26[meas_rep] Add raw neighbor index into per-cell parsed meas repHarald Welte1-9/+13
2009-12-26[meas rep] cosmetic cleanupHarald Welte1-19/+25
2009-12-26[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