aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat
AgeCommit message (Expand)AuthorFilesLines
2016-04-29move utils.h functions to libosmocoreHarald Welte1-2/+1
2016-04-29use new libosmocore gsm_23_003.h for IMEI/IMSI lengthHarald Welte1-1/+1
2016-04-16nat/vty: Do not print token update statementHolger Hans Peter Freyther1-4/+1
2016-04-16bsc_nat: forward_sccp_to_msc(): assert con presence (CID #57872)Neels Hofmeyr1-0/+1
2016-04-14NAT: reload BSCs config dynamicallyMax1-0/+29
2016-04-14NAT: move BSC config into separate fileMax2-4/+50
2016-04-12NAT: allow allocating BSC in arbitrary orderMax2-12/+9
2016-04-12NAT: extend debug output for ipaccess errorsMax1-2/+2
2016-04-12NAT: vty command to display number of BSCsMax1-0/+9
2016-03-1504.08: apply new transaction id inline functionsNeels Hofmeyr1-1/+1
2016-03-1504.08: apply new bitmask functions, fix bitmask useNeels Hofmeyr3-6/+6
2016-02-25enable ctrl bind config for various programsNeels Hofmeyr2-3/+11
2016-02-25enable telnet VTY bind address config for various programsNeels Hofmeyr1-4/+9
2016-02-25bsc_nat: fail if VTY telnet port cannot be bound, clarify commentNeels Hofmeyr1-2/+5
2016-02-24minor fixes in bsc_vty.c and bsc_nat.cNeels Hofmeyr1-2/+3
2015-11-02stats: Set class_id in rate_ctr group descriptionsJacob Erlbeck1-0/+2
2015-11-02stats: Enable stats for sgsn, gbproxy, nitb, bsc, natJacob Erlbeck1-0/+4
2015-11-02libcommon: soak up three static functions.Neels Hofmeyr1-11/+1
2015-10-12osmux: Make sure that bigger Osmux ids actually fitHolger Hans Peter Freyther1-2/+2
2015-10-12osmux: Remember the allocated CID and make sure it is releasedHolger Hans Peter Freyther1-9/+9
2015-10-12osmux: Enforce Osmux only global and per BSC configurationHolger Hans Peter Freyther2-10/+44
2015-09-24vty: Change the return type from enum to intHolger Hans Peter Freyther1-1/+1
2015-09-23bsc_nat: Fix 1 log error output of wrong variable.Neels Hofmeyr1-1/+1
2015-08-20mgcp: Begin to separate network and bts endpointsHolger Hans Peter Freyther1-3/+3
2015-08-13nat: Forward SDP files with multiple payload types in itHolger Hans Peter Freyther1-6/+7
2015-08-0364bit: Fix compiler warnings in regard to 64bitHolger Hans Peter Freyther1-2/+2
2015-07-01nat: Use RAND_bytes instead of /dev/urandomHolger Hans Peter Freyther2-21/+7
2015-07-01nat: After we identified the bsc check the keyHolger Hans Peter Freyther2-4/+89
2015-07-01bsc: Check for the rand and then generate a resHolger Hans Peter Freyther1-1/+1
2015-07-01nat: Send 16 bytes of rand to the BSC and remember itHolger Hans Peter Freyther1-3/+37
2015-07-01nat: Provide access to /dev/urandom for the codeHolger Hans Peter Freyther1-0/+9
2015-07-01bsc/nat: Fix the structure of the identity request messageHolger Hans Peter Freyther1-4/+11
2015-07-01nat: Close the connection after we couldn't find the userHolger Hans Peter Freyther1-0/+1
2015-07-01nat: Factor out the config by token searchHolger Hans Peter Freyther2-19/+31
2015-07-01nat: Add size check for the payloadHolger Hans Peter Freyther1-1/+1
2015-05-03filter: Move the con_type into the filter_stateHolger Hans Peter Freyther5-24/+24
2015-05-03filter: Remove bsc_connection from the filter APIHolger Hans Peter Freyther1-2/+16
2015-05-03filter: Remove nat_sccp_connection from public APIHolger Hans Peter Freyther3-13/+16
2015-05-03filter: Separate SCCP/BSSAP extraction and gsm48 codeHolger Hans Peter Freyther2-1/+106
2015-05-03filter: More renaming and remove of "NAT" from itHolger Hans Peter Freyther2-8/+8
2015-05-03filter: Remove nat from bsc_nat_acc_lst and replace with msgHolger Hans Peter Freyther4-13/+13
2015-05-03filter: Cease out "struct bsc_nat" from the APIHolger Hans Peter Freyther2-2/+2
2015-05-03filter: Move VTY code into the filter moduleHolger Hans Peter Freyther1-110/+2
2015-05-03filter: Move the access list management aroundHolger Hans Peter Freyther2-88/+1
2015-05-03filter: Move the method definition to the filter moduleHolger Hans Peter Freyther4-0/+4
2015-05-03filter: Move the gsm 04.08 filter to a common placeHolger Hans Peter Freyther2-444/+2
2015-04-23nat: Make mode-set patching optionalHolger Hans Peter Freyther3-4/+32
2015-04-10nitb: Fix IMSI/IMEI buffer handling (Coverity)Jacob Erlbeck1-1/+1
2015-04-07nat: Fix timeslot range in 'show bsc mgcp' VTY commandJacob Erlbeck1-1/+1
2015-04-07nat: Check for the access list in set command as wellHolger Hans Peter Freyther1-1/+8