aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2010-07-29gsm_04_80: Add code to wrap a facility IE around.Holger Hans Peter Freyther1-0/+8
2010-07-29gsm_04_80: Create a unstructuredSS-Notify messageHolger Hans Peter Freyther1-0/+35
2010-07-29gsm0480: Implement a generic "invoke" wrapping for messages.Holger Hans Peter Freyther1-1/+22
2010-07-29gsm0480: Attempt to encode a NotifySS-Arg with a username..Holger Hans Peter Freyther1-1/+64
2010-07-29bsc_msc_rf: Add a grace command, send a signalHolger Hans Peter Freyther1-0/+15
2010-07-29mgcp: Attempt to count lost packets better...Holger Hans Peter Freyther1-1/+1
2010-07-29mgcp: Provide the RTP packet loss information in the mgcp overviewHolger Hans Peter Freyther1-2/+3
2010-07-29mgcp: Attempt to count missing RTP packets with a basic calculationHolger Hans Peter Freyther2-4/+21
2010-07-27bsc_msc_ip: Use ip-dscp and provide the old value as alias.Holger Hans Peter Freyther2-6/+11
2010-07-27mgcp: Rename TOS to DSCPHolger Hans Peter Freyther2-9/+15
2010-07-27nat: Remove the nat code from the On-Waves branch... new code is in masterHolger Hans Peter Freyther8-3238/+1
2010-07-23bssap: Use libosmocore for the assignment complete msg generationHolger Hans Peter Freyther1-44/+4
2010-07-23bssap: Use gsm0808 method to create complete layer3 message.Holger Hans Peter Freyther1-46/+2
2010-07-23bssap: Move cipher mode complete to libosmocoreHolger Hans Peter Freyther2-32/+1
2010-07-23bssap: Use libosmocore GSM0808 generation routines.Holger Hans Peter Freyther1-53/+2
2010-07-23abis_nm: Band aid on OML initialisation by queuing messagesHolger Hans Peter Freyther4-9/+73
2010-07-09Revert "abis_nm: Band aid on OML initialisation by queuing messages"Holger Hans Peter Freyther4-73/+9
2010-06-28bsc_init: Allow DTXu and enable DTXd on RSLHolger Hans Peter Freyther3-4/+25
2010-06-24abis_nm.c: Use LOGPC with a LOGL_ERROR for the NACK messagesHolger Hans Peter Freyther1-3/+3
2010-06-23abis_nm: Band aid on OML initialisation by queuing messagesHolger Hans Peter Freyther4-9/+73
2010-06-22bssap.c: handle CHAN Activate NACK...Holger Hans Peter Freyther1-0/+14
2010-06-22abis_rsl: Send the IMMEDIATE Assignment after the Channel Ack.Holger Hans Peter Freyther2-12/+50
2010-06-21bssap.c: Fix possible unaligned memory access.Holger Hans Peter Freyther1-5/+17
2010-06-21abis_nm.c: Reading the in_addr can lead to unaligned memory accessHolger Hans Peter Freyther1-4/+7
2010-06-21bsc_init: Avoid unaligned access to nanobts_attr_nsvc0Holger Hans Peter Freyther1-6/+16
2010-06-16Revert "bsc_init: Enable DTX in Cell Options..."Holger Hans Peter Freyther1-2/+2
2010-06-16si13: Use the correct pseudo length for the SI13 messageHolger Hans Peter Freyther1-1/+2
2010-06-16bsc_init: Enable DTX in Cell Options...Holger Hans Peter Freyther1-2/+2
2010-06-14bsc: Increase the hand_off variable when we are done with the lchan.Holger Hans Peter Freyther2-0/+13
2010-06-14vty: Dump the state of the SAPIs of a lchan as well.Holger Hans Peter Freyther1-1/+2
2010-06-14lchan: Introduce a handoff variable...Holger Hans Peter Freyther1-1/+2
2010-06-14chan_alloc: Swicth to LOGP from DEBUGPHolger Hans Peter Freyther1-2/+2
2010-06-14vty: Add show lchan-status to show the status...Holger Hans Peter Freyther1-0/+20
2010-06-14vty: Rename show lchan summary to show lchan-summary.Holger Hans Peter Freyther1-1/+1
2010-06-13bsc_msc_ip: Attempt to plug an lchan leak...Holger Hans Peter Freyther1-2/+6
2010-06-13channel: Keep track on when a channel got allocated.Holger Hans Peter Freyther1-0/+4
2010-06-13abis_rsl: Reduce logging to LOGL_DEBUG as it is quite nosiyHolger Hans Peter Freyther1-1/+1
2010-06-08nat: Fix the access-list-name command...Holger Hans Peter Freyther1-2/+2
2010-06-08nat: Add both entries to the tail to keep the order they are insertedHolger Hans Peter Freyther1-2/+2
2010-06-08nat: Allow to specify multiple entries in the access-list...Holger Hans Peter Freyther2-17/+75
2010-06-08nat: Shorten the access-list struct and method names (still way too long)Holger Hans Peter Freyther2-19/+19
2010-06-07bsc_msc_ip: Possible crash fix on the early assignment code pathHolger Hans Peter Freyther1-11/+13
2010-06-07bsc_msc_ip: When closing the SCCP check primary and secondary lchanHolger Hans Peter Freyther1-10/+14
2010-06-07bssap.c: Claim to always do HR AMR right now.Holger Hans Peter Freyther1-1/+3
2010-06-07[GPRS] Change SI13 to NMO_II, as some phones (like G1) dislike NMO_IIIHarald Welte1-1/+1
2010-06-06Revert "bsc_init: Set the paging config like in the trace..."Holger Hans Peter Freyther1-1/+0
2010-06-06bsc_init: Set the paging config like in the trace...Holger Hans Peter Freyther1-0/+1
2010-06-06bsc_init: Use configuration settings from a trace... as defaultHolger Hans Peter Freyther1-7/+7
2010-06-03[nat] Implement the removal of an access-list.Holger Hans Peter Freyther2-0/+23
2010-06-03[nat] Fix the parsing of the access-list regexp...Holger Hans Peter Freyther1-2/+2