aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2010-09-20mgcp: Be able to parse 'sendonly' for the connection mode.Holger Hans Peter Freyther1-0/+2
2010-09-20mgcp: Switch the default audio codec to AMRHolger Hans Peter Freyther1-2/+2
2010-09-20nat: NULL check the allocation and print a nice warning.Holger Hans Peter Freyther1-0/+6
2010-09-18janitor: Move the * to the variable nameHolger Hans Peter Freyther10-14/+14
2010-09-17gsm 04.11: increase the delivery attempt counter for an SMS right away in gsm...Nico Golde1-1/+1
2010-09-16bsc: Fix the clear to release resources first, then set to NULLHolger Hans Peter Freyther1-9/+7
2010-09-16gsm_04_11: count SMS delivery attempts for each CP-DATANico Golde1-0/+2
2010-09-16bsc_api: Do not free the subscriber conn on clear and clear requestHolger Hans Peter Freyther3-7/+30
2010-09-16bsc; Register the BSC API with many blanks.Holger Hans Peter Freyther2-1/+55
2010-09-16nat: Fix a crash when a BSC disconnects while a rejected IMSIHolger Hans Peter Freyther1-1/+2
2010-09-16nat; Start to use gcc attribute to say that parameter may not be zeroHolger Hans Peter Freyther1-0/+1
2010-09-16msc: Send a signal when the connections to the MSC droppedHolger Hans Peter Freyther1-10/+9
2010-09-16bsc: Reorder the includes... should be alphabetically nowHolger Hans Peter Freyther1-2/+3
2010-09-16bsc: Make the write method public it will be used by other modulesHolger Hans Peter Freyther1-2/+1
2010-09-16bsc: Add code responsible for connecting, reconnecting to the MSCHolger Hans Peter Freyther3-1/+377
2010-09-16bsc: Initialize the MSC data parameters to a sane defaultHolger Hans Peter Freyther1-0/+5
2010-09-16bsc: Keep all active subscriber connections in a list.Holger Hans Peter Freyther1-0/+5
2010-09-16bsc: Move the subscriber_con code into the bsc_apiHolger Hans Peter Freyther2-40/+41
2010-09-16chan_alloc: Allocate a subscriber connection as child of the networkHolger Hans Peter Freyther1-1/+1
2010-09-16bsc: Add the osmo_bsc_grace from the on-waves/bsc-master branchHolger Hans Peter Freyther2-0/+109
2010-09-16bsc: Move the gsm_04_80.c code into the libbsc.aHolger Hans Peter Freyther1-2/+2
2010-09-16osmo_rf: Keep the current policy inside the RF struct..Holger Hans Peter Freyther1-5/+7
2010-09-15bsc: Move the rf_ctl into the msc data structHolger Hans Peter Freyther1-3/+3
2010-09-15bsc: Register a new MSC group with data for the MSC connectionHolger Hans Peter Freyther2-1/+147
2010-09-15bsc: Remove the old msc parameter, everything is in the VTY config nowHolger Hans Peter Freyther1-2/+0
2010-09-15bsc: Create struct osmo_msc_data to hold MSC information, handle signalsHolger Hans Peter Freyther2-0/+50
2010-09-15nat: Fix the grammar of the sentence for listing open sccp connectionsopenbsc/0.9.6Holger Hans Peter Freyther1-1/+1
2010-09-15nat: Check if the connection was filtered before the msc connectionHolger Hans Peter Freyther1-4/+4
2010-09-15nat: Remove debug left oversHolger Hans Peter Freyther1-1/+0
2010-09-15nat: Attempt to disconnect a connection when IMSI filtering happensHolger Hans Peter Freyther1-4/+60
2010-09-15nat: And the sequence number away, making it work more reliableHolger Hans Peter Freyther1-4/+8
2010-09-15nat: Parse the id response, extract the IMSI, compare itHolger Hans Peter Freyther1-1/+58
2010-09-15nat: Start inspecting every message coming from the BSC for the IMSIHolger Hans Peter Freyther2-3/+20
2010-09-15nat: Remember if we have check the imsi.Holger Hans Peter Freyther2-3/+4
2010-09-15nat: Keep the fiter status in the return message.Holger Hans Peter Freyther1-1/+3
2010-09-15nat: Improve the log message in case we have SCCP data without a connectionHolger Hans Peter Freyther1-1/+4
2010-09-11vty: Use \r\n in the copyright messagesHolger Hans Peter Freyther5-24/+24
2010-09-11bsc: Set the copyright for the real BSC.Holger Hans Peter Freyther1-0/+2
2010-09-06[paging] Implement the counting for TCH/H and TCH/FHolger Hans Peter Freyther1-4/+11
2010-09-06[paging] Only page if we have some free channels right nowHolger Hans Peter Freyther3-0/+63
2010-09-06[paging] Continuisly send paging commands.Holger Hans Peter Freyther1-22/+24
2010-09-06[paging] When giving credit try to send out paging requests too.Holger Hans Peter Freyther1-0/+2
2010-09-06[paging] When we ran down to 0 available paging slots start a credit timerHolger Hans Peter Freyther1-9/+17
2010-09-06vty: Fix build due to merge issue.Holger Hans Peter Freyther1-0/+1
2010-09-06chan: Add configuration to handle paging any with TCHHolger Hans Peter Freyther2-0/+24
2010-09-06chan: Store the to be assigned channel type in the GSM Network.Holger Hans Peter Freyther5-6/+37
2010-09-06bsc_init: Allow DTXu and enable DTXd on RSL (experimental)Holger Hans Peter Freyther3-3/+24
2010-09-06[alloc] Assign a TCH for LU when all SDCCHs are occupied.Holger Hans Peter Freyther3-3/+24
2010-09-05nat: Use ':' to separate the message and strerrorHolger Hans Peter Freyther1-1/+1
2010-09-04vty: CONFIG_NODE is the anchor and should not be treated as config.Holger Hans Peter Freyther1-0/+1