aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
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 Freyther1-6/+13
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 Freyther1-1/+29
2010-05-15gsm48: Add size checks to the paging response mi parsing.Holger Hans Peter Freyther3-7/+24
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 Freyther2-3/+10
2010-05-15[nat] Remove the imsi allow option on the nat level.Holger Hans Peter Freyther2-23/+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 Freyther2-3/+29
2010-05-15[bsc_msc] Move the id get response into the bsc_msc.cHolger Hans Peter Freyther2-9/+24
2010-05-14[nat] Add a regexp test command to the VTY.Holger Hans Peter Freyther1-0/+19
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 Freyther1-0/+21
2010-05-14[nat] Implement IMSI filtering...Holger Hans Peter Freyther1-6/+49
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 Freyther2-18/+18
2010-05-14nat: Add code to parse the SCCP optional data.Holger Hans Peter Freyther1-3/+76
2010-05-14gsm48: Typo fix.Holger Hans Peter Freyther1-1/+1
2010-05-14nat: Introduce a nat filter that is working on the CR message.Holger Hans Peter Freyther2-0/+17
2010-05-14[sccp] Export function to create SCCP Refuse message.Holger Hans Peter Freyther1-1/+14
2010-05-14[bsc_msc_ip] Use A.B.C.D for the VTY code.Holger Hans Peter Freyther1-1/+1
2010-05-14[nat] Use A.B.C.D for the IP addressHolger Hans Peter Freyther1-1/+1
2010-05-14[nat] Remove range checks inside the VTY command.Holger Hans Peter Freyther1-6/+0
2010-05-14[mgcp] Clean up VTY code, the ranges are checked by the VTY code.Holger Hans Peter Freyther1-20/+0
2010-05-14[mgcp] Use A.B.C.D for the ip addresses inside the vty configHolger Hans Peter Freyther1-4/+4
2010-05-14[mgcp] Improve the language of the comments.Holger Hans Peter Freyther1-2/+2
2010-05-14[mgcp] Include stdlib.h for abs.Holger Hans Peter Freyther1-0/+1
2010-05-14[vty] Add power measurements to the one line summary.Holger Hans Peter Freyther1-1/+13
2010-05-14[vty] Add a one line show lchan summary command.Holger Hans Peter Freyther1-0/+17
2010-05-14[vty] Move "show lchan" into a parameterized methodHolger Hans Peter Freyther1-7/+14
2010-05-14[vty] Remove unfinished code from the VTY...Holger Hans Peter Freyther1-27/+0
2010-05-14rach: Allow to set the emergency call bitHolger Hans Peter Freyther1-0/+17
2010-05-14[mgcp] Use tabs here..Holger Hans Peter Freyther1-1/+1
2010-05-14ipaccess: Move the RSL delay down to 0 milliseconds.Holger Hans Peter Freyther1-1/+1
2010-05-13ipaccess: Make sure flashing of the secondary BTS is workingHolger Hans Peter Freyther1-5/+5
2010-05-13sw_load: Specify the trx_nr for the software loadHolger Hans Peter Freyther3-7/+9
2010-05-13ipaccess: Send the reset to the BASEBAND_TRANSC and supply TRXHolger Hans Peter Freyther2-12/+18
2010-05-12ipaccess: Refactor... unite some codeHolger Hans Peter Freyther1-11/+11
2010-05-12ipaccess: Use the right trx when performing the testHolger Hans Peter Freyther1-1/+1
2010-05-12ipaccess: Use the current TRX to set the OML address.Holger Hans Peter Freyther1-1/+1
2010-05-12chan: After sending the GSM04.08 RR Release, reset the subscriber and waitHolger Hans Peter Freyther1-0/+5
2010-05-12bsc_msc_ip: Assign a dummy gsm_subscriber to send a SACH DEACTIVATEHolger Hans Peter Freyther1-0/+18
2010-05-12bssap: Use libosmocore for message creation.Holger Hans Peter Freyther1-15/+1
2010-05-12bssap: Use libosmocore to create GSM0808 ResetHolger Hans Peter Freyther2-17/+2
2010-05-12bssap: Start to libosmocore for gsm0808 message creation.Holger Hans Peter Freyther1-32/+2