aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat
AgeCommit message (Expand)AuthorFilesLines
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-03-04fix build: add xsc to osmo-bsc and tests/bsc-natNeels Hofmeyr1-0/+1
2016-03-03mscplit: try to clarify root talloc ctx and global gsm_network.Neels Hofmeyr1-1/+1
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
2015-04-07nat: Check the con->imsi for the tracked IMSIHolger Hans Peter Freyther1-2/+2
2015-04-05nat: Add ctrl command to save the configurationHolger Hans Peter Freyther1-0/+31
2015-04-05nat: Add a ctrl command to add to an existing ACC listHolger Hans Peter Freyther1-0/+62
2015-04-05nat: Inform others if an IMSI is rejectedHolger Hans Peter Freyther2-0/+22
2015-04-05nat: The reject cause of "-1" has failure meaning, change itHolger Hans Peter Freyther1-1/+1
2015-02-08nat: getopt returns "static" data no need to copy itHolger Hans Peter Freyther1-1/+1
2015-01-21osmux: Initialize the socket only onceHolger Hans Peter Freyther1-3/+5