aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2010-06-02Mark a new test release..on-waves/0.3.99.13Holger Hans Peter Freyther1-1/+1
2010-06-01[nat] Introduce the concept of access-listHolger Hans Peter Freyther4-51/+152
2010-05-31[GPRS] Make sure SI13 rest octets look like those of the ip.access BSCHarald Welte2-9/+17
2010-05-31[gprs] Use the defaults coming from a trace file.Holger Hans Peter Freyther2-17/+15
2010-05-31[nat] Add ip-tos option to the nat.Holger Hans Peter Freyther3-0/+16
2010-05-31[mgcp] Set the IP_TOS/DSCP on RTP/RTCP IP packets.Holger Hans Peter Freyther3-0/+24
2010-05-22[gprs] NS/BSSGP: Make all timers configurable from VTYHarald Welte4-30/+144
2010-05-22[misc] Remove spaces, fix indention.Holger Hans Peter Freyther4-7/+7
2010-05-22bsc_init: Fix ccch description in SI messagesSylvain Munaut1-2/+28
2010-05-22[mgcp] Only patch RTP packets when they arrived on the RTP portHolger Hans Peter Freyther1-2/+4
2010-05-18msc: Add msc ip-tos NR option for the BSCHolger Hans Peter Freyther6-4/+28
2010-05-16[nat] Make the refusal more complicated to support more MSCsHolger Hans Peter Freyther3-7/+53
2010-05-16[sccp] Add method to create a dt1 packet.Holger Hans Peter Freyther2-12/+28
2010-05-16[sccp] Create a method to create RLSD messages.Holger Hans Peter Freyther2-3/+22
2010-05-16[sccp] Create a SCCP CC creation routine.Holger Hans Peter Freyther2-8/+24
2010-05-16[nat] Make create_sccp_src_ref return the SCCP Connection.Holger Hans Peter Freyther4-11/+16
2010-05-16[nat] Remove parameter that is never accessed directlyHolger Hans Peter Freyther4-4/+4
2010-05-16[nat] Add the notion of a "local" connection.Holger Hans Peter Freyther2-0/+8
2010-05-16[nat] Do not access the con after the removalHolger Hans Peter Freyther1-3/+15
2010-05-16[nat] Send a GSM48 message within the reject messageHolger Hans Peter Freyther1-1/+19
2010-05-16gsm48: Split LU Reject sending and generation into two.Holger Hans Peter Freyther3-9/+26
2010-05-16gsm48: Separate CM Service Reject sending and creation.Holger Hans Peter Freyther3-9/+25
2010-05-16[nat] Move the SCCP CREF handling into a new method.Holger Hans Peter Freyther1-7/+17
2010-05-16[bsc_msc_ip] Move the command to the right placeHolger Hans Peter Freyther2-28/+20
2010-05-16[bsc_msc_ip] Print SCCP src/dst ref as hexHolger Hans Peter Freyther1-1/+1
2010-05-16[nat] Use and print the connection type of a SCCP connection.Holger Hans Peter Freyther4-1/+20
2010-05-16[nat] Set the connection type/reason as out parameterHolger Hans Peter Freyther4-5/+34
2010-05-16Bump the version.on-waves/0.3.99.12Holger Hans Peter Freyther1-2/+2
2010-05-16[nat] Use the new gsm48 method to parse the MI followed by a classmark.Holger Hans Peter Freyther1-22/+9
2010-05-16gsm48: Add a generic MI from classmark+mi extraction.Holger Hans Peter Freyther2-6/+14
2010-05-16[nat] Let IMSI DETACH and other messages pass by.Holger Hans Peter Freyther1-3/+2
2010-05-16[nat] Print on which BSC config this happend.Holger Hans Peter Freyther1-2/+2
2010-05-15[nat] Parse the PAGING RESPONSE inside a CR message as well.Holger Hans Peter Freyther2-1/+45
2010-05-15gsm48: Add size checks to the paging response mi parsing.Holger Hans Peter Freyther4-8/+25
2010-05-15[nat] Check proto descriptor and the message typeHolger Hans Peter Freyther1-2/+4
2010-05-15[nat] Add code to filter the CM Service Request by IMSI.Holger Hans Peter Freyther1-0/+48
2010-05-15[nat] Mention where the MSG is coming from.Holger Hans Peter Freyther1-1/+1
2010-05-15[sccp] Make it optional to send data on a SCCP Connection RefuseHolger Hans Peter Freyther3-4/+11
2010-05-15[nat] Remove the imsi allow option on the nat level.Holger Hans Peter Freyther4-30/+1
2010-05-15[nat] Separate exit2/exit3 as this can not be shared...Holger Hans Peter Freyther1-1/+6
2010-05-15[nat] Add a token to the nat config and handle ID GETHolger Hans Peter Freyther3-3/+30
2010-05-15[bsc_msc] Move the id get response into the bsc_msc.cHolger Hans Peter Freyther3-9/+26
2010-05-14[nat] Add a regexp test command to the VTY.Holger Hans Peter Freyther1-0/+19
2010-05-14[nat] Fix the regexp of the test and the command line.Holger Hans Peter Freyther1-3/+3
2010-05-14[nat] Fix the imsi deny config write.Holger Hans Peter Freyther1-1/+1
2010-05-14[nat] We do not want to see the actual matches.Holger Hans Peter Freyther1-5/+3
2010-05-14[nat] Allow to set the description for the bsc.Holger Hans Peter Freyther2-0/+23
2010-05-14[nat] Implement IMSI filtering...Holger Hans Peter Freyther2-14/+153
2010-05-14[nat] Fix the size check of the LU Request.Holger Hans Peter Freyther1-2/+3
2010-05-14[nat] Make the string -> regexp parsing publicHolger Hans Peter Freyther3-18/+21