aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2015-05-22sgsn: Reserved bits should be set to 1Holger Hans Peter Freyther1-1/+1
2015-05-17Replace ad-hoc function with generic one from libosmocoreMax1-12/+2
2015-05-17sgsn: Clear LAC/RAC value for the routing area identityHolger Hans Peter Freyther1-1/+5
2015-05-17sgsn: Give the IMEI to the GGSN for analysisHolger Hans Peter Freyther1-0/+6
2015-05-17sgsn: Encode the ULI for the PDP context creation ackHolger Hans Peter Freyther1-1/+6
2015-05-17sgsn: Always include the routing area identityHolger Hans Peter Freyther1-0/+5
2015-05-17cdr: Remember the charging id supplied by the GGSNHolger Hans Peter Freyther1-3/+5
2015-05-06sgsn: Add VTY configuration for the CDR moduleHolger Hans Peter Freyther1-0/+36
2015-05-06sgsn: Create an initial and limited CDR moduleHolger Hans Peter Freyther4-1/+262
2015-05-06sgsn: Add various signals consumed by CDR or other client codeHolger Hans Peter Freyther3-1/+60
2015-05-06sgsn: Extract the MSISDN from the subscr data structureHolger Hans Peter Freyther1-0/+34
2015-05-06sgsn: Make the free function internalHolger Hans Peter Freyther1-1/+1
2015-05-05sgsn: Show the QoS that has been assignedHolger Hans Peter Freyther1-1/+2
2015-05-05sgsn: Dump the E164 (encoded) assigned to the subscriberHolger Hans Peter Freyther1-0/+5
2015-05-05sgsn: Handle different levels of QoSHolger Hans Peter Freyther1-5/+12
2015-05-05sgsn: Store subscribed QoS and attempt to use itHolger Hans Peter Freyther3-4/+38
2015-05-05sgsn: Copy the msisdn to the sgsn_data and use it in PDP activationHolger Hans Peter Freyther2-2/+24
2015-05-05gsup: Extract the QoS fieldHolger Hans Peter Freyther1-0/+10
2015-05-05gsup: Extract the new MSISDN stringHolger Hans Peter Freyther1-0/+11
2015-05-03bsc: Send a LU Reject in case it has been filteredHolger Hans Peter Freyther1-8/+42
2015-05-03bsc: Add access list filtering to the BSCHolger Hans Peter Freyther3-4/+61
2015-05-03bsc: Add access lists to the MSC and the BSCHolger Hans Peter Freyther3-2/+72
2015-05-03filter: Move the con_type into the filter_stateHolger Hans Peter Freyther7-30/+31
2015-05-03filter: Move from DNAT to DFILTER categoryHolger Hans Peter Freyther2-12/+17
2015-05-03filter: Remove bsc_connection from the filter APIHolger Hans Peter Freyther2-32/+26
2015-05-03filter: Remove nat_sccp_connection from public APIHolger Hans Peter Freyther4-21/+24
2015-05-03filter: Remove the bsc_connection from the internal functionsHolger Hans Peter Freyther1-6/+6
2015-05-03filter: Put all the parameters in a struct to avoid order issuesHolger Hans Peter Freyther1-19/+31
2015-05-03filter: Remove NAT knowledge from auth_imsiHolger Hans Peter Freyther1-8/+17
2015-05-03filter: Separate SCCP/BSSAP extraction and gsm48 codeHolger Hans Peter Freyther3-52/+113
2015-05-03filter: More renaming and remove of "NAT" from itHolger Hans Peter Freyther3-23/+23
2015-05-03filter: Rename BSC to LOCAL and NAT to GLOBALHolger Hans Peter Freyther2-4/+4
2015-05-03filter: Remove nat from bsc_nat_acc_lst and replace with msgHolger Hans Peter Freyther7-48/+48
2015-05-03filter: Cease out "struct bsc_nat" from the APIHolger Hans Peter Freyther5-20/+19
2015-05-03filter: Move VTY code into the filter moduleHolger Hans Peter Freyther3-111/+145
2015-05-03filter: Move the access list management aroundHolger Hans Peter Freyther4-89/+119
2015-05-03filter: Move the method definition to the filter moduleHolger Hans Peter Freyther5-2/+7
2015-05-03filter: Move the gsm 04.08 filter to a common placeHolger Hans Peter Freyther4-2/+12
2015-04-29sub: Remove the queue from the subscriber codeHolger Hans Peter Freyther6-190/+84
2015-04-29sub: Remove introspection of the "channel queue"Holger Hans Peter Freyther2-122/+4
2015-04-29sub: Remove paging requests before dispatchingHolger Hans Peter Freyther1-4/+10
2015-04-29mncc: Select the codec similar to the modify handlingHolger Hans Peter Freyther1-1/+1
2015-04-28mgcp: Move assignment of src_codec downwardsJacob Erlbeck1-1/+2
2015-04-24mgcp: Allow to disable transcoding for trunksHolger Hans Peter Freyther2-0/+54
2015-04-24mgcp: Ignore the case for finding a codecHolger Hans Peter Freyther1-5/+5
2015-04-23nat: Make mode-set patching optionalHolger Hans Peter Freyther3-4/+32
2015-04-23sgsn/gtp: Fill out the optional RAT typeHolger Hans Peter Freyther1-0/+5
2015-04-23misc: Fix warnings about size of size_t in printfHolger Hans Peter Freyther2-6/+6
2015-04-10nitb: Fix IMSI/IMEI buffer handling (Coverity)Jacob Erlbeck3-5/+4
2015-04-07nitb: Check source string length before calling strncpy (Coverity)Jacob Erlbeck1-0/+14