aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2010-02-09[nat] Intercept the PAGING message and then forward it to the BSCs with that LACHolger Hans Peter Freyther4-2/+49
2010-02-09[nat] Fix compiler warning..Holger Hans Peter Freyther1-1/+1
2010-02-09[nat] Implement token based identification.Holger Hans Peter Freyther3-4/+88
2010-02-09[tlv] Implement a variant for the IDTAG list for the IPAHolger Hans Peter Freyther1-0/+13
2010-02-09[bsc] Allow to set a EGSM900, RGSM900 ARFCNHolger Hans Peter Freyther1-2/+4
2010-02-09[ipaccess] Make the IPA version of LTV public.Holger Hans Peter Freyther2-2/+4
2010-02-08[nat] Do not forward messages from and to BSC when it is not authenticatedHolger Hans Peter Freyther1-0/+13
2010-02-08[nat] Use default handler for SIGINT to quit the appHolger Hans Peter Freyther1-1/+0
2010-02-08Merge commit 'on-waves/0.3.1' into on-waves/bsc-masterHolger Hans Peter Freyther2-2/+2
2010-02-08[bsc_msc_ip] Fix the re-queuing of packets...on-waves/0.3.1Holger Hans Peter Freyther2-2/+2
2010-02-08Merge commit 'on-waves/0.3' into on-waves/bsc-masterHolger Hans Peter Freyther1-1/+1
2010-02-08Bump the configure.in to 0.3on-wave.on-waves/0.3Holger Hans Peter Freyther1-1/+1
2010-02-08[nat] Add VTY support to the BSC nat applicationHolger Hans Peter Freyther6-15/+336
2010-02-07[telnet] Remove ancient #define...Holger Hans Peter Freyther1-3/+0
2010-02-07[nat] Move the structs to the header fileHolger Hans Peter Freyther2-28/+30
2010-02-07[ipa] Make sending of ID REQ public...Holger Hans Peter Freyther2-1/+7
2010-02-07[vty] Add a config for a simple OpenBSC BSC tokenHolger Hans Peter Freyther2-0/+19
2010-02-04[nat] Add missing Makefile.am..Holger Hans Peter Freyther1-0/+8
2010-01-31[nat] Make some methods static.Holger Hans Peter Freyther1-4/+5
2010-01-31[nat] Begin to patch SCCP connectionsHolger Hans Peter Freyther1-2/+211
2010-01-30[nat] Send a GSM 08.08 Reset Ack to the BSC...Holger Hans Peter Freyther1-2/+23
2010-01-30[nat] Specify the direction of the messageHolger Hans Peter Freyther4-23/+45
2010-01-30[sccp] Slightly improve the log messageHolger Hans Peter Freyther1-1/+1
2010-01-30[nat] Prepare more sophisicated filtering and patchingHolger Hans Peter Freyther6-13/+403
2010-01-29[nat] Make use of the LOGP macro in the code base.Holger Hans Peter Freyther1-13/+11
2010-01-29[nat] Add debug area for the NAT codeHolger Hans Peter Freyther2-0/+3
2010-01-29[sccp] Implement sccp_parse_header to be used by the NAT code.Holger Hans Peter Freyther1-0/+35
2010-01-29[sccp] Split Connection DT1 into two partsHolger Hans Peter Freyther1-38/+46
2010-01-29[sccp] Split Connection Release Complete into two partsHolger Hans Peter Freyther1-15/+22
2010-01-29[sccp] Split Connection Confirm handling into two partsHolger Hans Peter Freyther1-27/+40
2010-01-29[sccp] Split Connection Refused into two partsHolger Hans Peter Freyther1-25/+39
2010-01-29[sccp] Split Connection Released into two partsHolger Hans Peter Freyther1-24/+38
2010-01-28Revert "[bssap] Open a traffic channel for the paging any reason"Holger Hans Peter Freyther1-2/+2
2010-01-28[bsc] Implement early assignment for CC for the MT case.Holger Hans Peter Freyther3-9/+149
2010-01-28[bssap] Use switch/case for the signal handlerHolger Hans Peter Freyther1-26/+30
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 Freyther2-3/+3
2010-01-28[rsl] Send the MultiRateConfig in the RSL Channel Activate msgHolger Hans Peter Freyther1-0/+4
2010-01-27[sccp] Separate connection parsing and policy for connection requestHolger Hans Peter Freyther1-48/+60
2010-01-27[sccp] Move the UDT parsing to a new methodHolger Hans Peter Freyther1-50/+89
2010-01-27[sccp] Invent new API to be used by the BSC NATHolger Hans Peter Freyther1-1/+16
2010-01-27[paging] Increase the time used to send paging messages to the BTSHolger Hans Peter Freyther1-2/+2
2010-01-27[bsc_msc] Start the Inactivity Timer only when the connection is establishedHolger Hans Peter Freyther1-5/+9
2010-01-27[msc] Fix compilation by adding blocked_gsm to the structHolger Hans Peter Freyther1-0/+1
2010-01-27[msc] Attempt to fix MT SMS with ciphering enabled.Holger Hans Peter Freyther3-1/+27
2010-01-27[rest_octets] Change data_len to the sizes of the specHolger Hans Peter Freyther1-5/+5
2010-01-27[system_information] Initialize the buffer before moving itHolger Hans Peter Freyther1-2/+4
2010-01-25[nat] Handle write errors with a warning to make the compiler happyHolger Hans Peter Freyther1-1/+6
2010-01-21[nat] Add a bsc_filter.c which will carry out the analysis and filteringHolger Hans Peter Freyther5-8/+83
2010-01-14[mgcp] In forward mode we need to rediscover the BTS more oftenHolger Hans Peter Freyther1-1/+1